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

GI.Gtk.Interfaces.Actionable

Description

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

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

Documentation

newtype Actionable #

Instances

Instances details
Eq Actionable 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

(==) :: Actionable -> Actionable -> Bool

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

GObject Actionable 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

ManagedPtrNewtype Actionable 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

TypedObject Actionable 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

glibType :: IO GType #

HasParentTypes Actionable 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

HasAttributeList Actionable 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

(info ~ ResolveActionableMethod t Actionable, OverloadedMethod info Actionable p, HasField t Actionable p) => HasField (t :: Symbol) Actionable p 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

getField :: Actionable -> p

(info ~ ResolveActionableMethod t Actionable, OverloadedMethodInfo info Actionable) => IsLabel t (MethodProxy info Actionable) 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

fromLabel :: MethodProxy info Actionable

(info ~ ResolveActionableMethod t Actionable, OverloadedMethod info Actionable p) => IsLabel t (Actionable -> p) 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

fromLabel :: Actionable -> p

IsGValue (Maybe Actionable) 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList Actionable 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttributeList Actionable = ActionableAttributeList
type ParentTypes Actionable 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type ParentTypes Actionable = '[Object, Widget]
type SignalList Actionable 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type SignalList Actionable = ActionableSignalList

data ActionableActionNamePropertyInfo #

Instances

Instances details
AttrInfo ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Associated Types

type AttrAllowedOps ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrAllowedOps ActionableActionNamePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrBaseTypeConstraint ActionableActionNamePropertyInfo = IsActionable
type AttrGetType ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrGetType ActionableActionNamePropertyInfo = Maybe Text
type AttrSetTypeConstraint ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrSetTypeConstraint ActionableActionNamePropertyInfo = Type ~ Text
type AttrTransferTypeConstraint ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrTransferTypeConstraint ActionableActionNamePropertyInfo = Type ~ Text
type AttrTransferType ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrTransferType ActionableActionNamePropertyInfo = Text
type AttrLabel ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrLabel ActionableActionNamePropertyInfo = "action-name"
type AttrOrigin ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrAllowedOps ActionableActionNamePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrBaseTypeConstraint ActionableActionNamePropertyInfo = IsActionable
type AttrGetType ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrGetType ActionableActionNamePropertyInfo = Maybe Text
type AttrLabel ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrLabel ActionableActionNamePropertyInfo = "action-name"
type AttrOrigin ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrSetTypeConstraint ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrSetTypeConstraint ActionableActionNamePropertyInfo = Type ~ Text
type AttrTransferType ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrTransferType ActionableActionNamePropertyInfo = Text
type AttrTransferTypeConstraint ActionableActionNamePropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrTransferTypeConstraint ActionableActionNamePropertyInfo = Type ~ Text

data ActionableActionTargetPropertyInfo #

Instances

Instances details
AttrInfo ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Associated Types

type AttrAllowedOps ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrAllowedOps ActionableActionTargetPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrBaseTypeConstraint ActionableActionTargetPropertyInfo = IsActionable
type AttrGetType ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrSetTypeConstraint ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrSetTypeConstraint ActionableActionTargetPropertyInfo = Type ~ GVariant
type AttrTransferTypeConstraint ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrTransferTypeConstraint ActionableActionTargetPropertyInfo = Type ~ GVariant
type AttrTransferType ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrLabel ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrLabel ActionableActionTargetPropertyInfo = "action-target"
type AttrOrigin ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrAllowedOps ActionableActionTargetPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrBaseTypeConstraint ActionableActionTargetPropertyInfo = IsActionable
type AttrGetType ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrLabel ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrLabel ActionableActionTargetPropertyInfo = "action-target"
type AttrOrigin ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrSetTypeConstraint ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrSetTypeConstraint ActionableActionTargetPropertyInfo = Type ~ GVariant
type AttrTransferType ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrTransferTypeConstraint ActionableActionTargetPropertyInfo 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

type AttrTransferTypeConstraint ActionableActionTargetPropertyInfo = Type ~ GVariant

data ActionableGetActionNameMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Text), MonadIO m, IsActionable a) => OverloadedMethod ActionableGetActionNameMethodInfo a signature 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ActionableGetActionNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ActionableGetActionTargetValueMethodInfo #

Instances

Instances details
(signature ~ m (Maybe GVariant), MonadIO m, IsActionable a) => OverloadedMethod ActionableGetActionTargetValueMethodInfo a signature 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ActionableGetActionTargetValueMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ActionableSetActionNameMethodInfo #

Instances

Instances details
(signature ~ (Maybe Text -> m ()), MonadIO m, IsActionable a) => OverloadedMethod ActionableSetActionNameMethodInfo a signature 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ActionableSetActionNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ActionableSetActionTargetValueMethodInfo #

Instances

Instances details
(signature ~ (Maybe GVariant -> m ()), MonadIO m, IsActionable a) => OverloadedMethod ActionableSetActionTargetValueMethodInfo a signature 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ActionableSetActionTargetValueMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data ActionableSetDetailedActionNameMethodInfo #

Instances

Instances details
(signature ~ (Text -> m ()), MonadIO m, IsActionable a) => OverloadedMethod ActionableSetDetailedActionNameMethodInfo a signature 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo ActionableSetDetailedActionNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

class (GObject o, IsDescendantOf Actionable o) => IsActionable o #

Instances

Instances details
(GObject o, IsDescendantOf Actionable o) => IsActionable o 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

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

Equations

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

actionableActionName :: AttrLabelProxy "actionName" #

actionableActionTarget :: AttrLabelProxy "actionTarget" #

actionableGetActionName :: (HasCallStack, MonadIO m, IsActionable a) => a -> m (Maybe Text) #

actionableGetActionTargetValue :: (HasCallStack, MonadIO m, IsActionable a) => a -> m (Maybe GVariant) #

actionableSetActionName :: (HasCallStack, MonadIO m, IsActionable a) => a -> Maybe Text -> m () #

actionableSetActionTargetValue :: (HasCallStack, MonadIO m, IsActionable a) => a -> Maybe GVariant -> m () #

actionableSetDetailedActionName :: (HasCallStack, MonadIO m, IsActionable a) => a -> Text -> m () #

clearActionableActionName :: (MonadIO m, IsActionable o) => o -> m () #

clearActionableActionTarget :: (MonadIO m, IsActionable o) => o -> m () #

constructActionableActionName :: (IsActionable o, MonadIO m) => Text -> m (GValueConstruct o) #

constructActionableActionTarget :: (IsActionable o, MonadIO m) => GVariant -> m (GValueConstruct o) #

getActionableActionName :: (MonadIO m, IsActionable o) => o -> m (Maybe Text) #

getActionableActionTarget :: (MonadIO m, IsActionable o) => o -> m (Maybe GVariant) #

setActionableActionName :: (MonadIO m, IsActionable o) => o -> Text -> m () #

setActionableActionTarget :: (MonadIO m, IsActionable o) => o -> GVariant -> m () #

toActionable :: (MonadIO m, IsActionable o) => o -> m Actionable #