| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.LayoutChild
Description
Documentation
newtype LayoutChild #
Constructors
| LayoutChild (ManagedPtr LayoutChild) |
Instances
class (GObject o, IsDescendantOf LayoutChild o) => IsLayoutChild o #
Instances
| (GObject o, IsDescendantOf LayoutChild o) => IsLayoutChild o | |
Defined in GI.Gtk.Objects.LayoutChild | |
data LayoutChildChildWidgetPropertyInfo #
Instances
data LayoutChildGetChildWidgetMethodInfo #
Instances
| (signature ~ m Widget, MonadIO m, IsLayoutChild a) => OverloadedMethod LayoutChildGetChildWidgetMethodInfo a signature | |
Defined in GI.Gtk.Objects.LayoutChild Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo LayoutChildGetChildWidgetMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.LayoutChild Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data LayoutChildGetLayoutManagerMethodInfo #
Instances
| (signature ~ m LayoutManager, MonadIO m, IsLayoutChild a) => OverloadedMethod LayoutChildGetLayoutManagerMethodInfo a signature | |
Defined in GI.Gtk.Objects.LayoutChild Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo LayoutChildGetLayoutManagerMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.LayoutChild Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data LayoutChildLayoutManagerPropertyInfo #
Instances
| AttrInfo LayoutChildLayoutManagerPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.LayoutChild Associated Types
Methods attrGet :: AttrBaseTypeConstraint LayoutChildLayoutManagerPropertyInfo o => o -> IO (AttrGetType LayoutChildLayoutManagerPropertyInfo) attrSet :: (AttrBaseTypeConstraint LayoutChildLayoutManagerPropertyInfo o, AttrSetTypeConstraint LayoutChildLayoutManagerPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint LayoutChildLayoutManagerPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint LayoutChildLayoutManagerPropertyInfo o, AttrSetTypeConstraint LayoutChildLayoutManagerPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint LayoutChildLayoutManagerPropertyInfo o, AttrTransferTypeConstraint LayoutChildLayoutManagerPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType LayoutChildLayoutManagerPropertyInfo) attrPut :: AttrBaseTypeConstraint LayoutChildLayoutManagerPropertyInfo o => o -> AttrGetType LayoutChildLayoutManagerPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps LayoutChildLayoutManagerPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.LayoutChild type AttrAllowedOps LayoutChildLayoutManagerPropertyInfo = '['AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint LayoutChildLayoutManagerPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.LayoutChild | |||||||||||||||||||||||||||||||||
| type AttrGetType LayoutChildLayoutManagerPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.LayoutChild | |||||||||||||||||||||||||||||||||
| type AttrLabel LayoutChildLayoutManagerPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.LayoutChild type AttrLabel LayoutChildLayoutManagerPropertyInfo = "layout-manager" | |||||||||||||||||||||||||||||||||
| type AttrOrigin LayoutChildLayoutManagerPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.LayoutChild | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint LayoutChildLayoutManagerPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.LayoutChild | |||||||||||||||||||||||||||||||||
| type AttrTransferType LayoutChildLayoutManagerPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.LayoutChild | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint LayoutChildLayoutManagerPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.LayoutChild | |||||||||||||||||||||||||||||||||
type family ResolveLayoutChildMethod (t :: Symbol) o where ... #
Equations
| ResolveLayoutChildMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveLayoutChildMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveLayoutChildMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveLayoutChildMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveLayoutChildMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveLayoutChildMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveLayoutChildMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveLayoutChildMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveLayoutChildMethod "ref" o = ObjectRefMethodInfo | |
| ResolveLayoutChildMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveLayoutChildMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveLayoutChildMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveLayoutChildMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveLayoutChildMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveLayoutChildMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveLayoutChildMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveLayoutChildMethod "getChildWidget" o = LayoutChildGetChildWidgetMethodInfo | |
| ResolveLayoutChildMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveLayoutChildMethod "getLayoutManager" o = LayoutChildGetLayoutManagerMethodInfo | |
| ResolveLayoutChildMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveLayoutChildMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveLayoutChildMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveLayoutChildMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveLayoutChildMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveLayoutChildMethod l o = MethodResolutionFailed l o :: Type |
constructLayoutChildChildWidget :: (IsLayoutChild o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o) #
constructLayoutChildLayoutManager :: (IsLayoutChild o, MonadIO m, IsLayoutManager a) => a -> m (GValueConstruct o) #
getLayoutChildChildWidget :: (MonadIO m, IsLayoutChild o) => o -> m Widget #
getLayoutChildLayoutManager :: (MonadIO m, IsLayoutChild o) => o -> m LayoutManager #
layoutChildChildWidget :: AttrLabelProxy "childWidget" #
layoutChildGetChildWidget :: (HasCallStack, MonadIO m, IsLayoutChild a) => a -> m Widget #
layoutChildGetLayoutManager :: (HasCallStack, MonadIO m, IsLayoutChild a) => a -> m LayoutManager #
layoutChildLayoutManager :: AttrLabelProxy "layoutManager" #
toLayoutChild :: (MonadIO m, IsLayoutChild o) => o -> m LayoutChild #