gi-gtk-4.0.12: Gtk 4.x bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.FixedLayout

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gtk.Objects.FixedLayout module in the gi-gtk4 package.

The link below will take you to the relevant entry in the gi-gtk4 documentation.

Documentation

newtype FixedLayout #

Instances

Instances details
Eq FixedLayout 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

Methods

(==) :: FixedLayout -> FixedLayout -> Bool

(/=) :: FixedLayout -> FixedLayout -> Bool

GObject FixedLayout 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

ManagedPtrNewtype FixedLayout 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

TypedObject FixedLayout 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

Methods

glibType :: IO GType #

HasParentTypes FixedLayout 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

HasAttributeList FixedLayout 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

(info ~ ResolveFixedLayoutMethod t FixedLayout, OverloadedMethod info FixedLayout p, HasField t FixedLayout p) => HasField (t :: Symbol) FixedLayout p 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

Methods

getField :: FixedLayout -> p

(info ~ ResolveFixedLayoutMethod t FixedLayout, OverloadedMethodInfo info FixedLayout) => IsLabel t (MethodProxy info FixedLayout) 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

Methods

fromLabel :: MethodProxy info FixedLayout

(info ~ ResolveFixedLayoutMethod t FixedLayout, OverloadedMethod info FixedLayout p) => IsLabel t (FixedLayout -> p) 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

Methods

fromLabel :: FixedLayout -> p

IsGValue (Maybe FixedLayout) 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FixedLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FixedLayout) #

type AttributeList FixedLayout 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

type AttributeList FixedLayout = FixedLayoutAttributeList
type ParentTypes FixedLayout 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

type ParentTypes FixedLayout = '[LayoutManager, Object]
type SignalList FixedLayout 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

type SignalList FixedLayout = FixedLayoutSignalList

class (GObject o, IsDescendantOf FixedLayout o) => IsFixedLayout o #

Instances

Instances details
(GObject o, IsDescendantOf FixedLayout o) => IsFixedLayout o 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

type family ResolveFixedLayoutMethod (t :: Symbol) o where ... #

Equations

ResolveFixedLayoutMethod "allocate" o = LayoutManagerAllocateMethodInfo 
ResolveFixedLayoutMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveFixedLayoutMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveFixedLayoutMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveFixedLayoutMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveFixedLayoutMethod "getv" o = ObjectGetvMethodInfo 
ResolveFixedLayoutMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveFixedLayoutMethod "layoutChanged" o = LayoutManagerLayoutChangedMethodInfo 
ResolveFixedLayoutMethod "measure" o = LayoutManagerMeasureMethodInfo 
ResolveFixedLayoutMethod "notify" o = ObjectNotifyMethodInfo 
ResolveFixedLayoutMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveFixedLayoutMethod "ref" o = ObjectRefMethodInfo 
ResolveFixedLayoutMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveFixedLayoutMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveFixedLayoutMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveFixedLayoutMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveFixedLayoutMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveFixedLayoutMethod "unref" o = ObjectUnrefMethodInfo 
ResolveFixedLayoutMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveFixedLayoutMethod "getData" o = ObjectGetDataMethodInfo 
ResolveFixedLayoutMethod "getLayoutChild" o = LayoutManagerGetLayoutChildMethodInfo 
ResolveFixedLayoutMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveFixedLayoutMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveFixedLayoutMethod "getRequestMode" o = LayoutManagerGetRequestModeMethodInfo 
ResolveFixedLayoutMethod "getWidget" o = LayoutManagerGetWidgetMethodInfo 
ResolveFixedLayoutMethod "setData" o = ObjectSetDataMethodInfo 
ResolveFixedLayoutMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveFixedLayoutMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveFixedLayoutMethod l o = MethodResolutionFailed l o :: Type 

fixedLayoutNew :: (HasCallStack, MonadIO m) => m FixedLayout #

toFixedLayout :: (MonadIO m, IsFixedLayout o) => o -> m FixedLayout #