|
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
|
|
data WindowGroup |
Instances | |
|
|
class GObjectClass o => WindowGroupClass o |
| Instances | |
|
|
castToWindowGroup :: GObjectClass obj => obj -> WindowGroup |
|
Constructors
|
|
windowGroupNew :: IO WindowGroup |
Creates a new WindowGroup object. Grabs added with grabAdd only
affect windows within the same WindowGroup.
|
|
Methods
|
|
windowGroupAddWindow |
|
|
windowGroupRemoveWindow |
|
|
Produced by Haddock version 0.7 |