|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 | returns the list of windows inside this group
| | -> IO [Window] | | Returns a list of the Windows that belong to windowGroup.
- Available since Gtk+ version 2.14
|
|
|
| Produced by Haddock version 2.6.0 |