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