gtk-0.13.6: Binding to the Gtk+ graphical user interface library.

Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Gdk.DisplayManager

Contents

Description

Maintains a list of all open GdkDisplays

  • Module available since Gdk version 2.2

Synopsis

Detail

The purpose of the DisplayManager singleton object is to offer notification when displays appear or disappear or the default display changes.

Class Hierarchy

| GObject
| +----DisplayManager

Types

Methods

displayManagerGet Source

Arguments

:: IO DisplayManager

returns the singleton DisplayManager object.

Returns the global DisplayManager singleton; parsePargs, init, or initCheck must have been called first.

displayManagerListDisplays Source

Arguments

:: DisplayManagerClass self 
=> self 
-> IO [Display]

returns a newly allocated list of Display objects.

List all currently open displays.

Attributes

Signals

displayManagerOpened :: DisplayManagerClass self => Signal self (Display -> IO ()) Source

The displayManagerOpened signal is emitted when a display is opened.