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

GI.Gtk.Objects.MenuButton

Description

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

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

Documentation

newtype MenuButton #

Instances

Instances details
Eq MenuButton 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

(==) :: MenuButton -> MenuButton -> Bool

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

GObject MenuButton 
Instance details

Defined in GI.Gtk.Objects.MenuButton

ManagedPtrNewtype MenuButton 
Instance details

Defined in GI.Gtk.Objects.MenuButton

TypedObject MenuButton 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

glibType :: IO GType #

HasParentTypes MenuButton 
Instance details

Defined in GI.Gtk.Objects.MenuButton

HasAttributeList MenuButton 
Instance details

Defined in GI.Gtk.Objects.MenuButton

(info ~ ResolveMenuButtonMethod t MenuButton, OverloadedMethod info MenuButton p, HasField t MenuButton p) => HasField (t :: Symbol) MenuButton p 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

getField :: MenuButton -> p

(info ~ ResolveMenuButtonMethod t MenuButton, OverloadedMethodInfo info MenuButton) => IsLabel t (MethodProxy info MenuButton) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

fromLabel :: MethodProxy info MenuButton

(info ~ ResolveMenuButtonMethod t MenuButton, OverloadedMethod info MenuButton p) => IsLabel t (MenuButton -> p) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

fromLabel :: MenuButton -> p

IsGValue (Maybe MenuButton) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList MenuButton 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttributeList MenuButton = MenuButtonAttributeList
type ParentTypes MenuButton 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type ParentTypes MenuButton = '[Widget, Object, Accessible, Buildable, ConstraintTarget]
type SignalList MenuButton 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type SignalList MenuButton = MenuButtonSignalList

class (GObject o, IsDescendantOf MenuButton o) => IsMenuButton o #

Instances

Instances details
(GObject o, IsDescendantOf MenuButton o) => IsMenuButton o 
Instance details

Defined in GI.Gtk.Objects.MenuButton

data MenuButtonActivateSignalInfo #

Instances

Instances details
SignalInfo MenuButtonActivateSignalInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type HaskellCallbackType MenuButtonActivateSignalInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType MenuButtonActivateSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType MenuButtonActivateSignalInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

data MenuButtonActivePropertyInfo #

Instances

Instances details
AttrInfo MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonActivePropertyInfo = IsMenuButton
type AttrGetType MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonActivePropertyInfo = Bool
type AttrSetTypeConstraint MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonActivePropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonActivePropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonActivePropertyInfo = Bool
type AttrLabel MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonActivePropertyInfo = "active"
type AttrOrigin MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonActivePropertyInfo = IsMenuButton
type AttrGetType MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonActivePropertyInfo = Bool
type AttrLabel MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonActivePropertyInfo = "active"
type AttrOrigin MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonActivePropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonActivePropertyInfo = Bool
type AttrTransferTypeConstraint MenuButtonActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonActivePropertyInfo = Type ~ Bool

data MenuButtonAlwaysShowArrowPropertyInfo #

Instances

Instances details
AttrInfo MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonAlwaysShowArrowPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonAlwaysShowArrowPropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonAlwaysShowArrowPropertyInfo = Bool
type AttrLabel MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonAlwaysShowArrowPropertyInfo = "always-show-arrow"
type AttrOrigin MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonAlwaysShowArrowPropertyInfo = "always-show-arrow"
type AttrOrigin MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonAlwaysShowArrowPropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonAlwaysShowArrowPropertyInfo = Bool
type AttrTransferTypeConstraint MenuButtonAlwaysShowArrowPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonAlwaysShowArrowPropertyInfo = Type ~ Bool

data MenuButtonCanShrinkPropertyInfo #

Instances

Instances details
AttrInfo MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonCanShrinkPropertyInfo = IsMenuButton
type AttrGetType MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonCanShrinkPropertyInfo = Bool
type AttrSetTypeConstraint MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonCanShrinkPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonCanShrinkPropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonCanShrinkPropertyInfo = Bool
type AttrLabel MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonCanShrinkPropertyInfo = "can-shrink"
type AttrOrigin MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonCanShrinkPropertyInfo = IsMenuButton
type AttrGetType MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonCanShrinkPropertyInfo = Bool
type AttrLabel MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonCanShrinkPropertyInfo = "can-shrink"
type AttrOrigin MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonCanShrinkPropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonCanShrinkPropertyInfo = Bool
type AttrTransferTypeConstraint MenuButtonCanShrinkPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonCanShrinkPropertyInfo = Type ~ Bool

data MenuButtonChildPropertyInfo #

Instances

Instances details
AttrInfo MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonChildPropertyInfo = IsMenuButton
type AttrGetType MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonChildPropertyInfo = Maybe Widget
type AttrSetTypeConstraint MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonChildPropertyInfo = IsWidget
type AttrTransferTypeConstraint MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonChildPropertyInfo = IsWidget
type AttrTransferType MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonChildPropertyInfo = Widget
type AttrLabel MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonChildPropertyInfo = "child"
type AttrOrigin MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonChildPropertyInfo = IsMenuButton
type AttrGetType MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonChildPropertyInfo = Maybe Widget
type AttrLabel MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonChildPropertyInfo = "child"
type AttrOrigin MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonChildPropertyInfo = IsWidget
type AttrTransferType MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonChildPropertyInfo = Widget
type AttrTransferTypeConstraint MenuButtonChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonChildPropertyInfo = IsWidget

data MenuButtonDirectionPropertyInfo #

Instances

Instances details
AttrInfo MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonDirectionPropertyInfo = IsMenuButton
type AttrGetType MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonDirectionPropertyInfo = Type ~ ArrowType
type AttrTransferTypeConstraint MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonDirectionPropertyInfo = Type ~ ArrowType
type AttrTransferType MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonDirectionPropertyInfo = "direction"
type AttrOrigin MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonDirectionPropertyInfo = IsMenuButton
type AttrGetType MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonDirectionPropertyInfo = "direction"
type AttrOrigin MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonDirectionPropertyInfo = Type ~ ArrowType
type AttrTransferType MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonDirectionPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonDirectionPropertyInfo = Type ~ ArrowType

data MenuButtonGetActiveMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetActiveMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetActiveMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetAlwaysShowArrowMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetAlwaysShowArrowMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetAlwaysShowArrowMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetCanShrinkMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetCanShrinkMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetCanShrinkMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetChildMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Widget), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetChildMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetChildMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetDirectionMethodInfo #

Instances

Instances details
(signature ~ m ArrowType, MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetDirectionMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetDirectionMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetHasFrameMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetHasFrameMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetHasFrameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetIconNameMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetIconNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetLabelMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetLabelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetMenuModelMethodInfo #

Instances

Instances details
(signature ~ m (Maybe MenuModel), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetMenuModelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetMenuModelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetPopoverMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Popover), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetPopoverMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetPopoverMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetPrimaryMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetPrimaryMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetPrimaryMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonGetUseUnderlineMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonGetUseUnderlineMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonGetUseUnderlineMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonHasFramePropertyInfo #

Instances

Instances details
AttrInfo MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonHasFramePropertyInfo = IsMenuButton
type AttrGetType MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonHasFramePropertyInfo = Bool
type AttrSetTypeConstraint MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonHasFramePropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonHasFramePropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonHasFramePropertyInfo = Bool
type AttrLabel MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonHasFramePropertyInfo = "has-frame"
type AttrOrigin MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonHasFramePropertyInfo = IsMenuButton
type AttrGetType MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonHasFramePropertyInfo = Bool
type AttrLabel MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonHasFramePropertyInfo = "has-frame"
type AttrOrigin MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonHasFramePropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonHasFramePropertyInfo = Bool
type AttrTransferTypeConstraint MenuButtonHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonHasFramePropertyInfo = Type ~ Bool

data MenuButtonIconNamePropertyInfo #

Instances

Instances details
AttrInfo MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonIconNamePropertyInfo = IsMenuButton
type AttrGetType MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonIconNamePropertyInfo = Maybe Text
type AttrSetTypeConstraint MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonIconNamePropertyInfo = Text
type AttrLabel MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonIconNamePropertyInfo = "icon-name"
type AttrOrigin MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonIconNamePropertyInfo = IsMenuButton
type AttrGetType MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonIconNamePropertyInfo = Maybe Text
type AttrLabel MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonIconNamePropertyInfo = "icon-name"
type AttrOrigin MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonIconNamePropertyInfo = Text
type AttrTransferTypeConstraint MenuButtonIconNamePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonIconNamePropertyInfo = Type ~ Text

data MenuButtonLabelPropertyInfo #

Instances

Instances details
AttrInfo MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonLabelPropertyInfo = IsMenuButton
type AttrGetType MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonLabelPropertyInfo = Maybe Text
type AttrSetTypeConstraint MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonLabelPropertyInfo = Text
type AttrLabel MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonLabelPropertyInfo = "label"
type AttrOrigin MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonLabelPropertyInfo = IsMenuButton
type AttrGetType MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonLabelPropertyInfo = Maybe Text
type AttrLabel MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonLabelPropertyInfo = "label"
type AttrOrigin MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonLabelPropertyInfo = Text
type AttrTransferTypeConstraint MenuButtonLabelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonLabelPropertyInfo = Type ~ Text

data MenuButtonMenuModelPropertyInfo #

Instances

Instances details
AttrInfo MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonMenuModelPropertyInfo = IsMenuButton
type AttrGetType MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonMenuModelPropertyInfo = Maybe MenuModel
type AttrSetTypeConstraint MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonMenuModelPropertyInfo = IsMenuModel
type AttrTransferTypeConstraint MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonMenuModelPropertyInfo = IsMenuModel
type AttrTransferType MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonMenuModelPropertyInfo = MenuModel
type AttrLabel MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonMenuModelPropertyInfo = "menu-model"
type AttrOrigin MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonMenuModelPropertyInfo = IsMenuButton
type AttrGetType MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonMenuModelPropertyInfo = Maybe MenuModel
type AttrLabel MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonMenuModelPropertyInfo = "menu-model"
type AttrOrigin MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonMenuModelPropertyInfo = IsMenuModel
type AttrTransferType MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonMenuModelPropertyInfo = MenuModel
type AttrTransferTypeConstraint MenuButtonMenuModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonMenuModelPropertyInfo = IsMenuModel

data MenuButtonPopdownMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonPopdownMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonPopdownMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonPopoverPropertyInfo #

Instances

Instances details
AttrInfo MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonPopoverPropertyInfo = IsMenuButton
type AttrGetType MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonPopoverPropertyInfo = Maybe Popover
type AttrSetTypeConstraint MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonPopoverPropertyInfo = IsPopover
type AttrTransferTypeConstraint MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonPopoverPropertyInfo = IsPopover
type AttrTransferType MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonPopoverPropertyInfo = Popover
type AttrLabel MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonPopoverPropertyInfo = "popover"
type AttrOrigin MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonPopoverPropertyInfo = IsMenuButton
type AttrGetType MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonPopoverPropertyInfo = Maybe Popover
type AttrLabel MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonPopoverPropertyInfo = "popover"
type AttrOrigin MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonPopoverPropertyInfo = IsPopover
type AttrTransferType MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonPopoverPropertyInfo = Popover
type AttrTransferTypeConstraint MenuButtonPopoverPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonPopoverPropertyInfo = IsPopover

data MenuButtonPopupMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonPopupMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonPopupMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonPrimaryPropertyInfo #

Instances

Instances details
AttrInfo MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonPrimaryPropertyInfo = IsMenuButton
type AttrGetType MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonPrimaryPropertyInfo = Bool
type AttrSetTypeConstraint MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonPrimaryPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonPrimaryPropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonPrimaryPropertyInfo = Bool
type AttrLabel MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonPrimaryPropertyInfo = "primary"
type AttrOrigin MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonPrimaryPropertyInfo = IsMenuButton
type AttrGetType MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonPrimaryPropertyInfo = Bool
type AttrLabel MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonPrimaryPropertyInfo = "primary"
type AttrOrigin MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonPrimaryPropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonPrimaryPropertyInfo = Bool
type AttrTransferTypeConstraint MenuButtonPrimaryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonPrimaryPropertyInfo = Type ~ Bool

data MenuButtonSetActiveMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonSetActiveMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetActiveMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetAlwaysShowArrowMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonSetAlwaysShowArrowMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetAlwaysShowArrowMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetCanShrinkMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonSetCanShrinkMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetCanShrinkMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetChildMethodInfo #

Instances

Instances details
(signature ~ (Maybe b -> m ()), MonadIO m, IsMenuButton a, IsWidget b) => OverloadedMethod MenuButtonSetChildMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetChildMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetCreatePopupFuncMethodInfo #

Instances

Instances details
(signature ~ (Maybe MenuButtonCreatePopupFunc -> m ()), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonSetCreatePopupFuncMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetCreatePopupFuncMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetDirectionMethodInfo #

Instances

Instances details
(signature ~ (ArrowType -> m ()), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonSetDirectionMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetDirectionMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetHasFrameMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonSetHasFrameMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetHasFrameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetIconNameMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetIconNameMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetLabelMethodInfo #

Instances

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

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetLabelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetMenuModelMethodInfo #

Instances

Instances details
(signature ~ (Maybe b -> m ()), MonadIO m, IsMenuButton a, IsMenuModel b) => OverloadedMethod MenuButtonSetMenuModelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetMenuModelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetPopoverMethodInfo #

Instances

Instances details
(signature ~ (Maybe b -> m ()), MonadIO m, IsMenuButton a, IsPopover b) => OverloadedMethod MenuButtonSetPopoverMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetPopoverMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetPrimaryMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonSetPrimaryMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetPrimaryMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonSetUseUnderlineMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsMenuButton a) => OverloadedMethod MenuButtonSetUseUnderlineMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo MenuButtonSetUseUnderlineMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data MenuButtonUseUnderlinePropertyInfo #

Instances

Instances details
AttrInfo MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Associated Types

type AttrAllowedOps MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonUseUnderlinePropertyInfo = IsMenuButton
type AttrGetType MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonUseUnderlinePropertyInfo = Bool
type AttrSetTypeConstraint MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonUseUnderlinePropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonUseUnderlinePropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonUseUnderlinePropertyInfo = Bool
type AttrLabel MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonUseUnderlinePropertyInfo = "use-underline"
type AttrOrigin MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

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

Defined in GI.Gtk.Objects.MenuButton

type AttrBaseTypeConstraint MenuButtonUseUnderlinePropertyInfo = IsMenuButton
type AttrGetType MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrGetType MenuButtonUseUnderlinePropertyInfo = Bool
type AttrLabel MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrLabel MenuButtonUseUnderlinePropertyInfo = "use-underline"
type AttrOrigin MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrSetTypeConstraint MenuButtonUseUnderlinePropertyInfo = Type ~ Bool
type AttrTransferType MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferType MenuButtonUseUnderlinePropertyInfo = Bool
type AttrTransferTypeConstraint MenuButtonUseUnderlinePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.MenuButton

type AttrTransferTypeConstraint MenuButtonUseUnderlinePropertyInfo = Type ~ Bool

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

Equations

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

afterMenuButtonActivate :: (IsMenuButton a, MonadIO m) => a -> ((?self :: a) => MenuButtonActivateCallback) -> m SignalHandlerId #

clearMenuButtonChild :: (MonadIO m, IsMenuButton o) => o -> m () #

clearMenuButtonMenuModel :: (MonadIO m, IsMenuButton o) => o -> m () #

clearMenuButtonPopover :: (MonadIO m, IsMenuButton o) => o -> m () #

constructMenuButtonActive :: (IsMenuButton o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructMenuButtonAlwaysShowArrow :: (IsMenuButton o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructMenuButtonCanShrink :: (IsMenuButton o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructMenuButtonChild :: (IsMenuButton o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o) #

constructMenuButtonDirection :: (IsMenuButton o, MonadIO m) => ArrowType -> m (GValueConstruct o) #

constructMenuButtonHasFrame :: (IsMenuButton o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructMenuButtonIconName :: (IsMenuButton o, MonadIO m) => Text -> m (GValueConstruct o) #

constructMenuButtonLabel :: (IsMenuButton o, MonadIO m) => Text -> m (GValueConstruct o) #

constructMenuButtonMenuModel :: (IsMenuButton o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o) #

constructMenuButtonPopover :: (IsMenuButton o, MonadIO m, IsPopover a) => a -> m (GValueConstruct o) #

constructMenuButtonPrimary :: (IsMenuButton o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructMenuButtonUseUnderline :: (IsMenuButton o, MonadIO m) => Bool -> m (GValueConstruct o) #

getMenuButtonActive :: (MonadIO m, IsMenuButton o) => o -> m Bool #

getMenuButtonAlwaysShowArrow :: (MonadIO m, IsMenuButton o) => o -> m Bool #

getMenuButtonCanShrink :: (MonadIO m, IsMenuButton o) => o -> m Bool #

getMenuButtonChild :: (MonadIO m, IsMenuButton o) => o -> m (Maybe Widget) #

getMenuButtonDirection :: (MonadIO m, IsMenuButton o) => o -> m ArrowType #

getMenuButtonHasFrame :: (MonadIO m, IsMenuButton o) => o -> m Bool #

getMenuButtonIconName :: (MonadIO m, IsMenuButton o) => o -> m (Maybe Text) #

getMenuButtonLabel :: (MonadIO m, IsMenuButton o) => o -> m (Maybe Text) #

getMenuButtonMenuModel :: (MonadIO m, IsMenuButton o) => o -> m (Maybe MenuModel) #

getMenuButtonPopover :: (MonadIO m, IsMenuButton o) => o -> m (Maybe Popover) #

getMenuButtonPrimary :: (MonadIO m, IsMenuButton o) => o -> m Bool #

getMenuButtonUseUnderline :: (MonadIO m, IsMenuButton o) => o -> m Bool #

menuButtonActive :: AttrLabelProxy "active" #

menuButtonAlwaysShowArrow :: AttrLabelProxy "alwaysShowArrow" #

menuButtonCanShrink :: AttrLabelProxy "canShrink" #

menuButtonChild :: AttrLabelProxy "child" #

menuButtonDirection :: AttrLabelProxy "direction" #

menuButtonGetActive :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Bool #

menuButtonGetAlwaysShowArrow :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Bool #

menuButtonGetCanShrink :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Bool #

menuButtonGetChild :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe Widget) #

menuButtonGetDirection :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m ArrowType #

menuButtonGetHasFrame :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Bool #

menuButtonGetIconName :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe Text) #

menuButtonGetLabel :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe Text) #

menuButtonGetMenuModel :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe MenuModel) #

menuButtonGetPopover :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe Popover) #

menuButtonGetPrimary :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Bool #

menuButtonGetUseUnderline :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Bool #

menuButtonHasFrame :: AttrLabelProxy "hasFrame" #

menuButtonIconName :: AttrLabelProxy "iconName" #

menuButtonLabel :: AttrLabelProxy "label" #

menuButtonMenuModel :: AttrLabelProxy "menuModel" #

menuButtonNew :: (HasCallStack, MonadIO m) => m MenuButton #

menuButtonPopdown :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m () #

menuButtonPopover :: AttrLabelProxy "popover" #

menuButtonPopup :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m () #

menuButtonPrimary :: AttrLabelProxy "primary" #

menuButtonSetActive :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Bool -> m () #

menuButtonSetAlwaysShowArrow :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Bool -> m () #

menuButtonSetCanShrink :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Bool -> m () #

menuButtonSetChild :: (HasCallStack, MonadIO m, IsMenuButton a, IsWidget b) => a -> Maybe b -> m () #

menuButtonSetCreatePopupFunc :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Maybe MenuButtonCreatePopupFunc -> m () #

menuButtonSetDirection :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> ArrowType -> m () #

menuButtonSetHasFrame :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Bool -> m () #

menuButtonSetIconName :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Text -> m () #

menuButtonSetLabel :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Text -> m () #

menuButtonSetMenuModel :: (HasCallStack, MonadIO m, IsMenuButton a, IsMenuModel b) => a -> Maybe b -> m () #

menuButtonSetPopover :: (HasCallStack, MonadIO m, IsMenuButton a, IsPopover b) => a -> Maybe b -> m () #

menuButtonSetPrimary :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Bool -> m () #

menuButtonSetUseUnderline :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> Bool -> m () #

menuButtonUseUnderline :: AttrLabelProxy "useUnderline" #

onMenuButtonActivate :: (IsMenuButton a, MonadIO m) => a -> ((?self :: a) => MenuButtonActivateCallback) -> m SignalHandlerId #

setMenuButtonActive :: (MonadIO m, IsMenuButton o) => o -> Bool -> m () #

setMenuButtonAlwaysShowArrow :: (MonadIO m, IsMenuButton o) => o -> Bool -> m () #

setMenuButtonCanShrink :: (MonadIO m, IsMenuButton o) => o -> Bool -> m () #

setMenuButtonChild :: (MonadIO m, IsMenuButton o, IsWidget a) => o -> a -> m () #

setMenuButtonDirection :: (MonadIO m, IsMenuButton o) => o -> ArrowType -> m () #

setMenuButtonHasFrame :: (MonadIO m, IsMenuButton o) => o -> Bool -> m () #

setMenuButtonIconName :: (MonadIO m, IsMenuButton o) => o -> Text -> m () #

setMenuButtonLabel :: (MonadIO m, IsMenuButton o) => o -> Text -> m () #

setMenuButtonMenuModel :: (MonadIO m, IsMenuButton o, IsMenuModel a) => o -> a -> m () #

setMenuButtonPopover :: (MonadIO m, IsMenuButton o, IsPopover a) => o -> a -> m () #

setMenuButtonPrimary :: (MonadIO m, IsMenuButton o) => o -> Bool -> m () #

setMenuButtonUseUnderline :: (MonadIO m, IsMenuButton o) => o -> Bool -> m () #

toMenuButton :: (MonadIO m, IsMenuButton o) => o -> m MenuButton #