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