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