| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.FixedLayout
Description
Documentation
newtype FixedLayout #
Constructors
| FixedLayout (ManagedPtr FixedLayout) |
Instances
class (GObject o, IsDescendantOf FixedLayout o) => IsFixedLayout o #
Instances
| (GObject o, IsDescendantOf FixedLayout o) => IsFixedLayout o | |
Defined in GI.Gtk.Objects.FixedLayout | |
type family ResolveFixedLayoutMethod (t :: Symbol) o where ... #
Equations
| ResolveFixedLayoutMethod "allocate" o = LayoutManagerAllocateMethodInfo | |
| ResolveFixedLayoutMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveFixedLayoutMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveFixedLayoutMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveFixedLayoutMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveFixedLayoutMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveFixedLayoutMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveFixedLayoutMethod "layoutChanged" o = LayoutManagerLayoutChangedMethodInfo | |
| ResolveFixedLayoutMethod "measure" o = LayoutManagerMeasureMethodInfo | |
| ResolveFixedLayoutMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveFixedLayoutMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveFixedLayoutMethod "ref" o = ObjectRefMethodInfo | |
| ResolveFixedLayoutMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveFixedLayoutMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveFixedLayoutMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveFixedLayoutMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveFixedLayoutMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveFixedLayoutMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveFixedLayoutMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveFixedLayoutMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveFixedLayoutMethod "getLayoutChild" o = LayoutManagerGetLayoutChildMethodInfo | |
| ResolveFixedLayoutMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveFixedLayoutMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveFixedLayoutMethod "getRequestMode" o = LayoutManagerGetRequestModeMethodInfo | |
| ResolveFixedLayoutMethod "getWidget" o = LayoutManagerGetWidgetMethodInfo | |
| ResolveFixedLayoutMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveFixedLayoutMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveFixedLayoutMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveFixedLayoutMethod l o = MethodResolutionFailed l o :: Type |
fixedLayoutNew :: (HasCallStack, MonadIO m) => m FixedLayout #
toFixedLayout :: (MonadIO m, IsFixedLayout o) => o -> m FixedLayout #