| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Interfaces.ShortcutManager
Description
Documentation
newtype ShortcutManager #
Constructors
| ShortcutManager (ManagedPtr ShortcutManager) |
Instances
class (GObject o, IsDescendantOf ShortcutManager o) => IsShortcutManager o #
Instances
| (GObject o, IsDescendantOf ShortcutManager o) => IsShortcutManager o | |
Defined in GI.Gtk.Interfaces.ShortcutManager | |
type family ResolveShortcutManagerMethod (t :: Symbol) o where ... #
Equations
| ResolveShortcutManagerMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveShortcutManagerMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveShortcutManagerMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveShortcutManagerMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveShortcutManagerMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveShortcutManagerMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveShortcutManagerMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveShortcutManagerMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveShortcutManagerMethod "ref" o = ObjectRefMethodInfo | |
| ResolveShortcutManagerMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveShortcutManagerMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveShortcutManagerMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveShortcutManagerMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveShortcutManagerMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveShortcutManagerMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveShortcutManagerMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveShortcutManagerMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveShortcutManagerMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveShortcutManagerMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveShortcutManagerMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveShortcutManagerMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveShortcutManagerMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveShortcutManagerMethod l o = MethodResolutionFailed l o :: Type |
toShortcutManager :: (MonadIO m, IsShortcutManager o) => o -> m ShortcutManager #