| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.FixedLayoutChild
Description
Documentation
newtype FixedLayoutChild #
Constructors
| FixedLayoutChild (ManagedPtr FixedLayoutChild) |
Instances
data FixedLayoutChildGetTransformMethodInfo #
Instances
| (signature ~ m (Maybe Transform), MonadIO m, IsFixedLayoutChild a) => OverloadedMethod FixedLayoutChildGetTransformMethodInfo a signature | |
Defined in GI.Gtk.Objects.FixedLayoutChild Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo FixedLayoutChildGetTransformMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.FixedLayoutChild Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data FixedLayoutChildSetTransformMethodInfo #
Instances
| (signature ~ (Transform -> m ()), MonadIO m, IsFixedLayoutChild a) => OverloadedMethod FixedLayoutChildSetTransformMethodInfo a signature | |
Defined in GI.Gtk.Objects.FixedLayoutChild Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo FixedLayoutChildSetTransformMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.FixedLayoutChild Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data FixedLayoutChildTransformPropertyInfo #
Instances
class (GObject o, IsDescendantOf FixedLayoutChild o) => IsFixedLayoutChild o #
Instances
| (GObject o, IsDescendantOf FixedLayoutChild o) => IsFixedLayoutChild o | |
Defined in GI.Gtk.Objects.FixedLayoutChild | |
type family ResolveFixedLayoutChildMethod (t :: Symbol) o where ... #
Equations
| ResolveFixedLayoutChildMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveFixedLayoutChildMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveFixedLayoutChildMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveFixedLayoutChildMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveFixedLayoutChildMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveFixedLayoutChildMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveFixedLayoutChildMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveFixedLayoutChildMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveFixedLayoutChildMethod "ref" o = ObjectRefMethodInfo | |
| ResolveFixedLayoutChildMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveFixedLayoutChildMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveFixedLayoutChildMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveFixedLayoutChildMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveFixedLayoutChildMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveFixedLayoutChildMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveFixedLayoutChildMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveFixedLayoutChildMethod "getChildWidget" o = LayoutChildGetChildWidgetMethodInfo | |
| ResolveFixedLayoutChildMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveFixedLayoutChildMethod "getLayoutManager" o = LayoutChildGetLayoutManagerMethodInfo | |
| ResolveFixedLayoutChildMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveFixedLayoutChildMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveFixedLayoutChildMethod "getTransform" o = FixedLayoutChildGetTransformMethodInfo | |
| ResolveFixedLayoutChildMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveFixedLayoutChildMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveFixedLayoutChildMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveFixedLayoutChildMethod "setTransform" o = FixedLayoutChildSetTransformMethodInfo | |
| ResolveFixedLayoutChildMethod l o = MethodResolutionFailed l o :: Type |
constructFixedLayoutChildTransform :: (IsFixedLayoutChild o, MonadIO m) => Transform -> m (GValueConstruct o) #
fixedLayoutChildGetTransform :: (HasCallStack, MonadIO m, IsFixedLayoutChild a) => a -> m (Maybe Transform) #
fixedLayoutChildSetTransform :: (HasCallStack, MonadIO m, IsFixedLayoutChild a) => a -> Transform -> m () #
fixedLayoutChildTransform :: AttrLabelProxy "transform" #
getFixedLayoutChildTransform :: (MonadIO m, IsFixedLayoutChild o) => o -> m (Maybe Transform) #
setFixedLayoutChildTransform :: (MonadIO m, IsFixedLayoutChild o) => o -> Transform -> m () #
toFixedLayoutChild :: (MonadIO m, IsFixedLayoutChild o) => o -> m FixedLayoutChild #