| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.ConstraintLayoutChild
Description
Documentation
newtype ConstraintLayoutChild #
Constructors
| ConstraintLayoutChild (ManagedPtr ConstraintLayoutChild) |
Instances
class (GObject o, IsDescendantOf ConstraintLayoutChild o) => IsConstraintLayoutChild o #
Instances
| (GObject o, IsDescendantOf ConstraintLayoutChild o) => IsConstraintLayoutChild o | |
Defined in GI.Gtk.Objects.ConstraintLayoutChild | |
type family ResolveConstraintLayoutChildMethod (t :: Symbol) o where ... #
Equations
| ResolveConstraintLayoutChildMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveConstraintLayoutChildMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveConstraintLayoutChildMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveConstraintLayoutChildMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveConstraintLayoutChildMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveConstraintLayoutChildMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveConstraintLayoutChildMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveConstraintLayoutChildMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveConstraintLayoutChildMethod "ref" o = ObjectRefMethodInfo | |
| ResolveConstraintLayoutChildMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveConstraintLayoutChildMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveConstraintLayoutChildMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveConstraintLayoutChildMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveConstraintLayoutChildMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveConstraintLayoutChildMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveConstraintLayoutChildMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveConstraintLayoutChildMethod "getChildWidget" o = LayoutChildGetChildWidgetMethodInfo | |
| ResolveConstraintLayoutChildMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveConstraintLayoutChildMethod "getLayoutManager" o = LayoutChildGetLayoutManagerMethodInfo | |
| ResolveConstraintLayoutChildMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveConstraintLayoutChildMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveConstraintLayoutChildMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveConstraintLayoutChildMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveConstraintLayoutChildMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveConstraintLayoutChildMethod l o = MethodResolutionFailed l o :: Type |
toConstraintLayoutChild :: (MonadIO m, IsConstraintLayoutChild o) => o -> m ConstraintLayoutChild #