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

GI.Gtk.Objects.ListBase

Description

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

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

Documentation

newtype ListBase #

Constructors

ListBase (ManagedPtr ListBase) 

Instances

Instances details
Eq ListBase 
Instance details

Defined in GI.Gtk.Objects.ListBase

Methods

(==) :: ListBase -> ListBase -> Bool

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

GObject ListBase 
Instance details

Defined in GI.Gtk.Objects.ListBase

ManagedPtrNewtype ListBase 
Instance details

Defined in GI.Gtk.Objects.ListBase

TypedObject ListBase 
Instance details

Defined in GI.Gtk.Objects.ListBase

Methods

glibType :: IO GType #

HasParentTypes ListBase 
Instance details

Defined in GI.Gtk.Objects.ListBase

HasAttributeList ListBase 
Instance details

Defined in GI.Gtk.Objects.ListBase

(info ~ ResolveListBaseMethod t ListBase, OverloadedMethod info ListBase p, HasField t ListBase p) => HasField (t :: Symbol) ListBase p 
Instance details

Defined in GI.Gtk.Objects.ListBase

Methods

getField :: ListBase -> p

(info ~ ResolveListBaseMethod t ListBase, OverloadedMethodInfo info ListBase) => IsLabel t (MethodProxy info ListBase) 
Instance details

Defined in GI.Gtk.Objects.ListBase

Methods

fromLabel :: MethodProxy info ListBase

(info ~ ResolveListBaseMethod t ListBase, OverloadedMethod info ListBase p) => IsLabel t (ListBase -> p) 
Instance details

Defined in GI.Gtk.Objects.ListBase

Methods

fromLabel :: ListBase -> p

IsGValue (Maybe ListBase) 
Instance details

Defined in GI.Gtk.Objects.ListBase

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList ListBase 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttributeList ListBase = ListBaseAttributeList
type ParentTypes ListBase 
Instance details

Defined in GI.Gtk.Objects.ListBase

type SignalList ListBase 
Instance details

Defined in GI.Gtk.Objects.ListBase

type SignalList ListBase = ListBaseSignalList

class (GObject o, IsDescendantOf ListBase o) => IsListBase o #

Instances

Instances details
(GObject o, IsDescendantOf ListBase o) => IsListBase o 
Instance details

Defined in GI.Gtk.Objects.ListBase

data ListBaseOrientationPropertyInfo #

Instances

Instances details
AttrInfo ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

Associated Types

type AttrAllowedOps ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrAllowedOps ListBaseOrientationPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrBaseTypeConstraint ListBaseOrientationPropertyInfo = IsListBase
type AttrGetType ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrSetTypeConstraint ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrSetTypeConstraint ListBaseOrientationPropertyInfo = Type ~ Orientation
type AttrTransferTypeConstraint ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrTransferTypeConstraint ListBaseOrientationPropertyInfo = Type ~ Orientation
type AttrTransferType ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrLabel ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrLabel ListBaseOrientationPropertyInfo = "orientation"
type AttrOrigin ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

Methods

attrGet :: AttrBaseTypeConstraint ListBaseOrientationPropertyInfo o => o -> IO (AttrGetType ListBaseOrientationPropertyInfo)

attrSet :: (AttrBaseTypeConstraint ListBaseOrientationPropertyInfo o, AttrSetTypeConstraint ListBaseOrientationPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint ListBaseOrientationPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint ListBaseOrientationPropertyInfo o, AttrSetTypeConstraint ListBaseOrientationPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint ListBaseOrientationPropertyInfo o, AttrTransferTypeConstraint ListBaseOrientationPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ListBaseOrientationPropertyInfo)

attrPut :: AttrBaseTypeConstraint ListBaseOrientationPropertyInfo o => o -> AttrGetType ListBaseOrientationPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrAllowedOps ListBaseOrientationPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrBaseTypeConstraint ListBaseOrientationPropertyInfo = IsListBase
type AttrGetType ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrLabel ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrLabel ListBaseOrientationPropertyInfo = "orientation"
type AttrOrigin ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrSetTypeConstraint ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrSetTypeConstraint ListBaseOrientationPropertyInfo = Type ~ Orientation
type AttrTransferType ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrTransferTypeConstraint ListBaseOrientationPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ListBase

type AttrTransferTypeConstraint ListBaseOrientationPropertyInfo = Type ~ Orientation

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

Equations

ResolveListBaseMethod "actionSetEnabled" o = WidgetActionSetEnabledMethodInfo 
ResolveListBaseMethod "activate" o = WidgetActivateMethodInfo 
ResolveListBaseMethod "activateAction" o = WidgetActivateActionMethodInfo 
ResolveListBaseMethod "activateDefault" o = WidgetActivateDefaultMethodInfo 
ResolveListBaseMethod "addController" o = WidgetAddControllerMethodInfo 
ResolveListBaseMethod "addCssClass" o = WidgetAddCssClassMethodInfo 
ResolveListBaseMethod "addMnemonicLabel" o = WidgetAddMnemonicLabelMethodInfo 
ResolveListBaseMethod "addTickCallback" o = WidgetAddTickCallbackMethodInfo 
ResolveListBaseMethod "allocate" o = WidgetAllocateMethodInfo 
ResolveListBaseMethod "announce" o = AccessibleAnnounceMethodInfo 
ResolveListBaseMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveListBaseMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveListBaseMethod "childFocus" o = WidgetChildFocusMethodInfo 
ResolveListBaseMethod "computeBounds" o = WidgetComputeBoundsMethodInfo 
ResolveListBaseMethod "computeExpand" o = WidgetComputeExpandMethodInfo 
ResolveListBaseMethod "computePoint" o = WidgetComputePointMethodInfo 
ResolveListBaseMethod "computeTransform" o = WidgetComputeTransformMethodInfo 
ResolveListBaseMethod "contains" o = WidgetContainsMethodInfo 
ResolveListBaseMethod "createPangoContext" o = WidgetCreatePangoContextMethodInfo 
ResolveListBaseMethod "createPangoLayout" o = WidgetCreatePangoLayoutMethodInfo 
ResolveListBaseMethod "disposeTemplate" o = WidgetDisposeTemplateMethodInfo 
ResolveListBaseMethod "dragCheckThreshold" o = WidgetDragCheckThresholdMethodInfo 
ResolveListBaseMethod "errorBell" o = WidgetErrorBellMethodInfo 
ResolveListBaseMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveListBaseMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveListBaseMethod "getv" o = ObjectGetvMethodInfo 
ResolveListBaseMethod "grabFocus" o = WidgetGrabFocusMethodInfo 
ResolveListBaseMethod "hasCssClass" o = WidgetHasCssClassMethodInfo 
ResolveListBaseMethod "hasDefault" o = WidgetHasDefaultMethodInfo 
ResolveListBaseMethod "hasFocus" o = WidgetHasFocusMethodInfo 
ResolveListBaseMethod "hasVisibleFocus" o = WidgetHasVisibleFocusMethodInfo 
ResolveListBaseMethod "hide" o = WidgetHideMethodInfo 
ResolveListBaseMethod "inDestruction" o = WidgetInDestructionMethodInfo 
ResolveListBaseMethod "initTemplate" o = WidgetInitTemplateMethodInfo 
ResolveListBaseMethod "insertActionGroup" o = WidgetInsertActionGroupMethodInfo 
ResolveListBaseMethod "insertAfter" o = WidgetInsertAfterMethodInfo 
ResolveListBaseMethod "insertBefore" o = WidgetInsertBeforeMethodInfo 
ResolveListBaseMethod "isAncestor" o = WidgetIsAncestorMethodInfo 
ResolveListBaseMethod "isDrawable" o = WidgetIsDrawableMethodInfo 
ResolveListBaseMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveListBaseMethod "isFocus" o = WidgetIsFocusMethodInfo 
ResolveListBaseMethod "isSensitive" o = WidgetIsSensitiveMethodInfo 
ResolveListBaseMethod "isVisible" o = WidgetIsVisibleMethodInfo 
ResolveListBaseMethod "keynavFailed" o = WidgetKeynavFailedMethodInfo 
ResolveListBaseMethod "listMnemonicLabels" o = WidgetListMnemonicLabelsMethodInfo 
ResolveListBaseMethod "map" o = WidgetMapMethodInfo 
ResolveListBaseMethod "measure" o = WidgetMeasureMethodInfo 
ResolveListBaseMethod "mnemonicActivate" o = WidgetMnemonicActivateMethodInfo 
ResolveListBaseMethod "notify" o = ObjectNotifyMethodInfo 
ResolveListBaseMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveListBaseMethod "observeChildren" o = WidgetObserveChildrenMethodInfo 
ResolveListBaseMethod "observeControllers" o = WidgetObserveControllersMethodInfo 
ResolveListBaseMethod "pick" o = WidgetPickMethodInfo 
ResolveListBaseMethod "queueAllocate" o = WidgetQueueAllocateMethodInfo 
ResolveListBaseMethod "queueDraw" o = WidgetQueueDrawMethodInfo 
ResolveListBaseMethod "queueResize" o = WidgetQueueResizeMethodInfo 
ResolveListBaseMethod "realize" o = WidgetRealizeMethodInfo 
ResolveListBaseMethod "ref" o = ObjectRefMethodInfo 
ResolveListBaseMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveListBaseMethod "removeController" o = WidgetRemoveControllerMethodInfo 
ResolveListBaseMethod "removeCssClass" o = WidgetRemoveCssClassMethodInfo 
ResolveListBaseMethod "removeMnemonicLabel" o = WidgetRemoveMnemonicLabelMethodInfo 
ResolveListBaseMethod "removeTickCallback" o = WidgetRemoveTickCallbackMethodInfo 
ResolveListBaseMethod "resetProperty" o = AccessibleResetPropertyMethodInfo 
ResolveListBaseMethod "resetRelation" o = AccessibleResetRelationMethodInfo 
ResolveListBaseMethod "resetState" o = AccessibleResetStateMethodInfo 
ResolveListBaseMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveListBaseMethod "shouldLayout" o = WidgetShouldLayoutMethodInfo 
ResolveListBaseMethod "show" o = WidgetShowMethodInfo 
ResolveListBaseMethod "sizeAllocate" o = WidgetSizeAllocateMethodInfo 
ResolveListBaseMethod "snapshotChild" o = WidgetSnapshotChildMethodInfo 
ResolveListBaseMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveListBaseMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveListBaseMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveListBaseMethod "translateCoordinates" o = WidgetTranslateCoordinatesMethodInfo 
ResolveListBaseMethod "triggerTooltipQuery" o = WidgetTriggerTooltipQueryMethodInfo 
ResolveListBaseMethod "unmap" o = WidgetUnmapMethodInfo 
ResolveListBaseMethod "unparent" o = WidgetUnparentMethodInfo 
ResolveListBaseMethod "unrealize" o = WidgetUnrealizeMethodInfo 
ResolveListBaseMethod "unref" o = ObjectUnrefMethodInfo 
ResolveListBaseMethod "unsetStateFlags" o = WidgetUnsetStateFlagsMethodInfo 
ResolveListBaseMethod "updateNextAccessibleSibling" o = AccessibleUpdateNextAccessibleSiblingMethodInfo 
ResolveListBaseMethod "updatePlatformState" o = AccessibleUpdatePlatformStateMethodInfo 
ResolveListBaseMethod "updateProperty" o = AccessibleUpdatePropertyMethodInfo 
ResolveListBaseMethod "updateRelation" o = AccessibleUpdateRelationMethodInfo 
ResolveListBaseMethod "updateState" o = AccessibleUpdateStateMethodInfo 
ResolveListBaseMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveListBaseMethod "getAccessibleParent" o = AccessibleGetAccessibleParentMethodInfo 
ResolveListBaseMethod "getAccessibleRole" o = AccessibleGetAccessibleRoleMethodInfo 
ResolveListBaseMethod "getAllocatedBaseline" o = WidgetGetAllocatedBaselineMethodInfo 
ResolveListBaseMethod "getAllocatedHeight" o = WidgetGetAllocatedHeightMethodInfo 
ResolveListBaseMethod "getAllocatedWidth" o = WidgetGetAllocatedWidthMethodInfo 
ResolveListBaseMethod "getAllocation" o = WidgetGetAllocationMethodInfo 
ResolveListBaseMethod "getAncestor" o = WidgetGetAncestorMethodInfo 
ResolveListBaseMethod "getAtContext" o = AccessibleGetAtContextMethodInfo 
ResolveListBaseMethod "getBaseline" o = WidgetGetBaselineMethodInfo 
ResolveListBaseMethod "getBorder" o = ScrollableGetBorderMethodInfo 
ResolveListBaseMethod "getBounds" o = AccessibleGetBoundsMethodInfo 
ResolveListBaseMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo 
ResolveListBaseMethod "getCanFocus" o = WidgetGetCanFocusMethodInfo 
ResolveListBaseMethod "getCanTarget" o = WidgetGetCanTargetMethodInfo 
ResolveListBaseMethod "getChildVisible" o = WidgetGetChildVisibleMethodInfo 
ResolveListBaseMethod "getClipboard" o = WidgetGetClipboardMethodInfo 
ResolveListBaseMethod "getColor" o = WidgetGetColorMethodInfo 
ResolveListBaseMethod "getCssClasses" o = WidgetGetCssClassesMethodInfo 
ResolveListBaseMethod "getCssName" o = WidgetGetCssNameMethodInfo 
ResolveListBaseMethod "getCursor" o = WidgetGetCursorMethodInfo 
ResolveListBaseMethod "getData" o = ObjectGetDataMethodInfo 
ResolveListBaseMethod "getDirection" o = WidgetGetDirectionMethodInfo 
ResolveListBaseMethod "getDisplay" o = WidgetGetDisplayMethodInfo 
ResolveListBaseMethod "getFirstAccessibleChild" o = AccessibleGetFirstAccessibleChildMethodInfo 
ResolveListBaseMethod "getFirstChild" o = WidgetGetFirstChildMethodInfo 
ResolveListBaseMethod "getFocusChild" o = WidgetGetFocusChildMethodInfo 
ResolveListBaseMethod "getFocusOnClick" o = WidgetGetFocusOnClickMethodInfo 
ResolveListBaseMethod "getFocusable" o = WidgetGetFocusableMethodInfo 
ResolveListBaseMethod "getFontMap" o = WidgetGetFontMapMethodInfo 
ResolveListBaseMethod "getFontOptions" o = WidgetGetFontOptionsMethodInfo 
ResolveListBaseMethod "getFrameClock" o = WidgetGetFrameClockMethodInfo 
ResolveListBaseMethod "getHadjustment" o = ScrollableGetHadjustmentMethodInfo 
ResolveListBaseMethod "getHalign" o = WidgetGetHalignMethodInfo 
ResolveListBaseMethod "getHasTooltip" o = WidgetGetHasTooltipMethodInfo 
ResolveListBaseMethod "getHeight" o = WidgetGetHeightMethodInfo 
ResolveListBaseMethod "getHexpand" o = WidgetGetHexpandMethodInfo 
ResolveListBaseMethod "getHexpandSet" o = WidgetGetHexpandSetMethodInfo 
ResolveListBaseMethod "getHscrollPolicy" o = ScrollableGetHscrollPolicyMethodInfo 
ResolveListBaseMethod "getLastChild" o = WidgetGetLastChildMethodInfo 
ResolveListBaseMethod "getLayoutManager" o = WidgetGetLayoutManagerMethodInfo 
ResolveListBaseMethod "getLimitEvents" o = WidgetGetLimitEventsMethodInfo 
ResolveListBaseMethod "getMapped" o = WidgetGetMappedMethodInfo 
ResolveListBaseMethod "getMarginBottom" o = WidgetGetMarginBottomMethodInfo 
ResolveListBaseMethod "getMarginEnd" o = WidgetGetMarginEndMethodInfo 
ResolveListBaseMethod "getMarginStart" o = WidgetGetMarginStartMethodInfo 
ResolveListBaseMethod "getMarginTop" o = WidgetGetMarginTopMethodInfo 
ResolveListBaseMethod "getName" o = WidgetGetNameMethodInfo 
ResolveListBaseMethod "getNative" o = WidgetGetNativeMethodInfo 
ResolveListBaseMethod "getNextAccessibleSibling" o = AccessibleGetNextAccessibleSiblingMethodInfo 
ResolveListBaseMethod "getNextSibling" o = WidgetGetNextSiblingMethodInfo 
ResolveListBaseMethod "getOpacity" o = WidgetGetOpacityMethodInfo 
ResolveListBaseMethod "getOrientation" o = OrientableGetOrientationMethodInfo 
ResolveListBaseMethod "getOverflow" o = WidgetGetOverflowMethodInfo 
ResolveListBaseMethod "getPangoContext" o = WidgetGetPangoContextMethodInfo 
ResolveListBaseMethod "getParent" o = WidgetGetParentMethodInfo 
ResolveListBaseMethod "getPlatformState" o = AccessibleGetPlatformStateMethodInfo 
ResolveListBaseMethod "getPreferredSize" o = WidgetGetPreferredSizeMethodInfo 
ResolveListBaseMethod "getPrevSibling" o = WidgetGetPrevSiblingMethodInfo 
ResolveListBaseMethod "getPrimaryClipboard" o = WidgetGetPrimaryClipboardMethodInfo 
ResolveListBaseMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveListBaseMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveListBaseMethod "getRealized" o = WidgetGetRealizedMethodInfo 
ResolveListBaseMethod "getReceivesDefault" o = WidgetGetReceivesDefaultMethodInfo 
ResolveListBaseMethod "getRequestMode" o = WidgetGetRequestModeMethodInfo 
ResolveListBaseMethod "getRoot" o = WidgetGetRootMethodInfo 
ResolveListBaseMethod "getScaleFactor" o = WidgetGetScaleFactorMethodInfo 
ResolveListBaseMethod "getSensitive" o = WidgetGetSensitiveMethodInfo 
ResolveListBaseMethod "getSettings" o = WidgetGetSettingsMethodInfo 
ResolveListBaseMethod "getSize" o = WidgetGetSizeMethodInfo 
ResolveListBaseMethod "getSizeRequest" o = WidgetGetSizeRequestMethodInfo 
ResolveListBaseMethod "getStateFlags" o = WidgetGetStateFlagsMethodInfo 
ResolveListBaseMethod "getStyleContext" o = WidgetGetStyleContextMethodInfo 
ResolveListBaseMethod "getTemplateChild" o = WidgetGetTemplateChildMethodInfo 
ResolveListBaseMethod "getTooltipMarkup" o = WidgetGetTooltipMarkupMethodInfo 
ResolveListBaseMethod "getTooltipText" o = WidgetGetTooltipTextMethodInfo 
ResolveListBaseMethod "getVadjustment" o = ScrollableGetVadjustmentMethodInfo 
ResolveListBaseMethod "getValign" o = WidgetGetValignMethodInfo 
ResolveListBaseMethod "getVexpand" o = WidgetGetVexpandMethodInfo 
ResolveListBaseMethod "getVexpandSet" o = WidgetGetVexpandSetMethodInfo 
ResolveListBaseMethod "getVisible" o = WidgetGetVisibleMethodInfo 
ResolveListBaseMethod "getVscrollPolicy" o = ScrollableGetVscrollPolicyMethodInfo 
ResolveListBaseMethod "getWidth" o = WidgetGetWidthMethodInfo 
ResolveListBaseMethod "setAccessibleParent" o = AccessibleSetAccessibleParentMethodInfo 
ResolveListBaseMethod "setCanFocus" o = WidgetSetCanFocusMethodInfo 
ResolveListBaseMethod "setCanTarget" o = WidgetSetCanTargetMethodInfo 
ResolveListBaseMethod "setChildVisible" o = WidgetSetChildVisibleMethodInfo 
ResolveListBaseMethod "setCssClasses" o = WidgetSetCssClassesMethodInfo 
ResolveListBaseMethod "setCursor" o = WidgetSetCursorMethodInfo 
ResolveListBaseMethod "setCursorFromName" o = WidgetSetCursorFromNameMethodInfo 
ResolveListBaseMethod "setData" o = ObjectSetDataMethodInfo 
ResolveListBaseMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveListBaseMethod "setDirection" o = WidgetSetDirectionMethodInfo 
ResolveListBaseMethod "setFocusChild" o = WidgetSetFocusChildMethodInfo 
ResolveListBaseMethod "setFocusOnClick" o = WidgetSetFocusOnClickMethodInfo 
ResolveListBaseMethod "setFocusable" o = WidgetSetFocusableMethodInfo 
ResolveListBaseMethod "setFontMap" o = WidgetSetFontMapMethodInfo 
ResolveListBaseMethod "setFontOptions" o = WidgetSetFontOptionsMethodInfo 
ResolveListBaseMethod "setHadjustment" o = ScrollableSetHadjustmentMethodInfo 
ResolveListBaseMethod "setHalign" o = WidgetSetHalignMethodInfo 
ResolveListBaseMethod "setHasTooltip" o = WidgetSetHasTooltipMethodInfo 
ResolveListBaseMethod "setHexpand" o = WidgetSetHexpandMethodInfo 
ResolveListBaseMethod "setHexpandSet" o = WidgetSetHexpandSetMethodInfo 
ResolveListBaseMethod "setHscrollPolicy" o = ScrollableSetHscrollPolicyMethodInfo 
ResolveListBaseMethod "setLayoutManager" o = WidgetSetLayoutManagerMethodInfo 
ResolveListBaseMethod "setLimitEvents" o = WidgetSetLimitEventsMethodInfo 
ResolveListBaseMethod "setMarginBottom" o = WidgetSetMarginBottomMethodInfo 
ResolveListBaseMethod "setMarginEnd" o = WidgetSetMarginEndMethodInfo 
ResolveListBaseMethod "setMarginStart" o = WidgetSetMarginStartMethodInfo 
ResolveListBaseMethod "setMarginTop" o = WidgetSetMarginTopMethodInfo 
ResolveListBaseMethod "setName" o = WidgetSetNameMethodInfo 
ResolveListBaseMethod "setOpacity" o = WidgetSetOpacityMethodInfo 
ResolveListBaseMethod "setOrientation" o = OrientableSetOrientationMethodInfo 
ResolveListBaseMethod "setOverflow" o = WidgetSetOverflowMethodInfo 
ResolveListBaseMethod "setParent" o = WidgetSetParentMethodInfo 
ResolveListBaseMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveListBaseMethod "setReceivesDefault" o = WidgetSetReceivesDefaultMethodInfo 
ResolveListBaseMethod "setSensitive" o = WidgetSetSensitiveMethodInfo 
ResolveListBaseMethod "setSizeRequest" o = WidgetSetSizeRequestMethodInfo 
ResolveListBaseMethod "setStateFlags" o = WidgetSetStateFlagsMethodInfo 
ResolveListBaseMethod "setTooltipMarkup" o = WidgetSetTooltipMarkupMethodInfo 
ResolveListBaseMethod "setTooltipText" o = WidgetSetTooltipTextMethodInfo 
ResolveListBaseMethod "setVadjustment" o = ScrollableSetVadjustmentMethodInfo 
ResolveListBaseMethod "setValign" o = WidgetSetValignMethodInfo 
ResolveListBaseMethod "setVexpand" o = WidgetSetVexpandMethodInfo 
ResolveListBaseMethod "setVexpandSet" o = WidgetSetVexpandSetMethodInfo 
ResolveListBaseMethod "setVisible" o = WidgetSetVisibleMethodInfo 
ResolveListBaseMethod "setVscrollPolicy" o = ScrollableSetVscrollPolicyMethodInfo 
ResolveListBaseMethod l o = MethodResolutionFailed l o :: Type 

constructListBaseOrientation :: (IsListBase o, MonadIO m) => Orientation -> m (GValueConstruct o) #

getListBaseOrientation :: (MonadIO m, IsListBase o) => o -> m Orientation #

listBaseOrientation :: AttrLabelProxy "orientation" #

setListBaseOrientation :: (MonadIO m, IsListBase o) => o -> Orientation -> m () #

toListBase :: (MonadIO m, IsListBase o) => o -> m ListBase #