|
Graphics.UI.Gtk.Windows.WindowGroup | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
Limit the effect of grabs
|
|
Synopsis |
|
|
|
|
Class Hierarchy
|
|
| GObject
| +----WindowGroup
|
|
Types
|
|
|
Instances | |
|
|
|
| Instances | |
|
|
|
|
|
|
|
|
Constructors
|
|
|
Creates a new WindowGroup object. Grabs added with
Graphics.UI.Gtk.General.General.grabAdd only affect windows within the
same WindowGroup.
|
|
Methods
|
|
|
|
|
|
|
|
|
:: WindowGroupClass self | | => self | windowGroup - the window group
| -> IO [Window] | returns the list of windows inside this group
| Returns a list of the Windows that belong to windowGroup.
- Available since Gtk+ version 2.14
|
|
|
Produced by Haddock version 2.6.1 |