| Stability | provisional |
|---|---|
| Portability | portable (depends on GHC) |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.GI.Gtk.ComboBox
Description
A widget used to choose from a list of items.
- Module available since Gtk+ version 2.4
Synopsis
- module GI.Gtk.Objects.ComboBox
- data ComboBoxActiveIdPropertyInfo
- data ComboBoxActivePropertyInfo
- data ComboBoxAddTearoffsPropertyInfo
- data ComboBoxButtonSensitivityPropertyInfo
- data ComboBoxCellAreaPropertyInfo
- data ComboBoxChangedSignalInfo
- data ComboBoxColumnSpanColumnPropertyInfo
- data ComboBoxEntryTextColumnPropertyInfo
- data ComboBoxFormatEntryTextSignalInfo
- data ComboBoxGetActiveIdMethodInfo
- data ComboBoxGetActiveIterMethodInfo
- data ComboBoxGetActiveMethodInfo
- data ComboBoxGetAddTearoffsMethodInfo
- data ComboBoxGetButtonSensitivityMethodInfo
- data ComboBoxGetColumnSpanColumnMethodInfo
- data ComboBoxGetEntryTextColumnMethodInfo
- data ComboBoxGetFocusOnClickMethodInfo
- data ComboBoxGetHasEntryMethodInfo
- data ComboBoxGetIdColumnMethodInfo
- data ComboBoxGetModelMethodInfo
- data ComboBoxGetPopupAccessibleMethodInfo
- data ComboBoxGetPopupFixedWidthMethodInfo
- data ComboBoxGetRowSpanColumnMethodInfo
- data ComboBoxGetTitleMethodInfo
- data ComboBoxGetWrapWidthMethodInfo
- data ComboBoxHasEntryPropertyInfo
- data ComboBoxHasFramePropertyInfo
- data ComboBoxIdColumnPropertyInfo
- data ComboBoxModelPropertyInfo
- data ComboBoxMoveActiveSignalInfo
- data ComboBoxPopdownMethodInfo
- data ComboBoxPopdownSignalInfo
- data ComboBoxPopupFixedWidthPropertyInfo
- data ComboBoxPopupForDeviceMethodInfo
- data ComboBoxPopupMethodInfo
- data ComboBoxPopupShownPropertyInfo
- data ComboBoxPopupSignalInfo
- data ComboBoxRowSpanColumnPropertyInfo
- data ComboBoxSetActiveIdMethodInfo
- data ComboBoxSetActiveIterMethodInfo
- data ComboBoxSetActiveMethodInfo
- data ComboBoxSetAddTearoffsMethodInfo
- data ComboBoxSetButtonSensitivityMethodInfo
- data ComboBoxSetColumnSpanColumnMethodInfo
- data ComboBoxSetEntryTextColumnMethodInfo
- data ComboBoxSetFocusOnClickMethodInfo
- data ComboBoxSetIdColumnMethodInfo
- data ComboBoxSetModelMethodInfo
- data ComboBoxSetPopupFixedWidthMethodInfo
- data ComboBoxSetRowSeparatorFuncMethodInfo
- data ComboBoxSetRowSpanColumnMethodInfo
- data ComboBoxSetTitleMethodInfo
- data ComboBoxSetWrapWidthMethodInfo
- data ComboBoxTearoffTitlePropertyInfo
- data ComboBoxWrapWidthPropertyInfo
- type family ResolveComboBoxMethod (t :: Symbol) o where ...
- comboBoxActive :: AttrLabelProxy "active"
- comboBoxActiveId :: AttrLabelProxy "activeId"
- comboBoxAddTearoffs :: AttrLabelProxy "addTearoffs"
- comboBoxButtonSensitivity :: AttrLabelProxy "buttonSensitivity"
- comboBoxCellArea :: AttrLabelProxy "cellArea"
- comboBoxColumnSpanColumn :: AttrLabelProxy "columnSpanColumn"
- comboBoxEntryTextColumn :: AttrLabelProxy "entryTextColumn"
- comboBoxHasEntry :: AttrLabelProxy "hasEntry"
- comboBoxHasFrame :: AttrLabelProxy "hasFrame"
- comboBoxIdColumn :: AttrLabelProxy "idColumn"
- comboBoxModel :: AttrLabelProxy "model"
- comboBoxPopupFixedWidth :: AttrLabelProxy "popupFixedWidth"
- comboBoxPopupShown :: AttrLabelProxy "popupShown"
- comboBoxRowSpanColumn :: AttrLabelProxy "rowSpanColumn"
- comboBoxTearoffTitle :: AttrLabelProxy "tearoffTitle"
- comboBoxWrapWidth :: AttrLabelProxy "wrapWidth"
- comboBoxNewText :: MonadIO m => m ComboBox
- comboBoxSetModelText :: (MonadIO m, IsComboBox self) => self -> m (SeqStore Text)
- comboBoxGetModelText :: (MonadIO m, IsComboBox self) => self -> m (SeqStore Text)
- comboBoxAppendText :: (MonadIO m, IsComboBox self) => self -> Text -> m Int32
- comboBoxInsertText :: (MonadIO m, IsComboBox self) => self -> Int32 -> Text -> m ()
- comboBoxPrependText :: (Applicative m, MonadIO m, IsComboBox self) => self -> Text -> m ()
- comboBoxRemoveText :: (MonadIO m, IsComboBox self) => self -> Int32 -> m ()
- comboBoxGetActiveText :: (MonadIO m, IsComboBox self) => self -> m (Maybe Text)
Detail
A ComboBox is a widget that allows the user to choose from a list of
valid choices. The ComboBox displays the selected choice. When activated,
the ComboBox displays a popup which allows the user to make a new choice.
The style in which the selected value is displayed, and the style of the
popup is determined by the current theme. It may be similar to a
OptionMenu, or similar to a Windows-style combo box.
Unlike its predecessors Combo and OptionMenu, the ComboBox uses the
model-view pattern; the list of valid choices is specified in the form of a
tree model, and the display of the choices can be adapted to the data in
the model by using cell renderers, as you would in a tree view. This is
possible since ComboBox implements the CellLayout interface. The tree
model holding the valid choices is not restricted to a flat list, it can be
a real tree, and the popup will reflect the tree structure.
In addition to the general model-view API, ComboBox offers the function
comboBoxNewText which creates a text-only combo box.
Class Hierarchy
|GObject| +----Object| +----Widget| +----Container| +----Bin| +----ComboBox | +----ComboBoxEntry
module GI.Gtk.Objects.ComboBox
data ComboBoxActiveIdPropertyInfo Source #
Instances
data ComboBoxActivePropertyInfo Source #
Instances
| AttrInfo ComboBoxActivePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxActivePropertyInfo o => o -> IO (AttrGetType ComboBoxActivePropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxActivePropertyInfo o, AttrSetTypeConstraint ComboBoxActivePropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxActivePropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxActivePropertyInfo o, AttrSetTypeConstraint ComboBoxActivePropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxActivePropertyInfo o, AttrTransferTypeConstraint ComboBoxActivePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxActivePropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxActivePropertyInfo o => o -> AttrGetType ComboBoxActivePropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxActivePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxActivePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxActivePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxActivePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxActivePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxActivePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxActivePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxActivePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
data ComboBoxAddTearoffsPropertyInfo Source #
Instances
| AttrInfo ComboBoxAddTearoffsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxAddTearoffsPropertyInfo o => o -> IO (AttrGetType ComboBoxAddTearoffsPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxAddTearoffsPropertyInfo o, AttrSetTypeConstraint ComboBoxAddTearoffsPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxAddTearoffsPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxAddTearoffsPropertyInfo o, AttrSetTypeConstraint ComboBoxAddTearoffsPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxAddTearoffsPropertyInfo o, AttrTransferTypeConstraint ComboBoxAddTearoffsPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxAddTearoffsPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxAddTearoffsPropertyInfo o => o -> AttrGetType ComboBoxAddTearoffsPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxAddTearoffsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox type AttrAllowedOps ComboBoxAddTearoffsPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxAddTearoffsPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxAddTearoffsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxAddTearoffsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxAddTearoffsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxAddTearoffsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxAddTearoffsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxAddTearoffsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
data ComboBoxButtonSensitivityPropertyInfo Source #
Instances
| AttrInfo ComboBoxButtonSensitivityPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxButtonSensitivityPropertyInfo o => o -> IO (AttrGetType ComboBoxButtonSensitivityPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxButtonSensitivityPropertyInfo o, AttrSetTypeConstraint ComboBoxButtonSensitivityPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxButtonSensitivityPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxButtonSensitivityPropertyInfo o, AttrSetTypeConstraint ComboBoxButtonSensitivityPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxButtonSensitivityPropertyInfo o, AttrTransferTypeConstraint ComboBoxButtonSensitivityPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxButtonSensitivityPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxButtonSensitivityPropertyInfo o => o -> AttrGetType ComboBoxButtonSensitivityPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxButtonSensitivityPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox type AttrAllowedOps ComboBoxButtonSensitivityPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxButtonSensitivityPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxButtonSensitivityPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxButtonSensitivityPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxButtonSensitivityPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxButtonSensitivityPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxButtonSensitivityPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxButtonSensitivityPropertyInfo | |||||||||||||||||||||||||||||||||
data ComboBoxCellAreaPropertyInfo Source #
Instances
| AttrInfo ComboBoxCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxCellAreaPropertyInfo o => o -> IO (AttrGetType ComboBoxCellAreaPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxCellAreaPropertyInfo o, AttrSetTypeConstraint ComboBoxCellAreaPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxCellAreaPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxCellAreaPropertyInfo o, AttrSetTypeConstraint ComboBoxCellAreaPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxCellAreaPropertyInfo o, AttrTransferTypeConstraint ComboBoxCellAreaPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxCellAreaPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxCellAreaPropertyInfo o => o -> AttrGetType ComboBoxCellAreaPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxCellAreaPropertyInfo | |||||||||||||||||||||||||||||||||
data ComboBoxChangedSignalInfo Source #
Instances
| SignalInfo ComboBoxChangedSignalInfo | |||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType ComboBoxChangedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId Source # | |||||
| type HaskellCallbackType ComboBoxChangedSignalInfo | |||||
data ComboBoxColumnSpanColumnPropertyInfo Source #
Instances
| AttrInfo ComboBoxColumnSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxColumnSpanColumnPropertyInfo o => o -> IO (AttrGetType ComboBoxColumnSpanColumnPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxColumnSpanColumnPropertyInfo o, AttrSetTypeConstraint ComboBoxColumnSpanColumnPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxColumnSpanColumnPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxColumnSpanColumnPropertyInfo o, AttrSetTypeConstraint ComboBoxColumnSpanColumnPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxColumnSpanColumnPropertyInfo o, AttrTransferTypeConstraint ComboBoxColumnSpanColumnPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxColumnSpanColumnPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxColumnSpanColumnPropertyInfo o => o -> AttrGetType ComboBoxColumnSpanColumnPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxColumnSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox type AttrAllowedOps ComboBoxColumnSpanColumnPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxColumnSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxColumnSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxColumnSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxColumnSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxColumnSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxColumnSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxColumnSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
data ComboBoxEntryTextColumnPropertyInfo Source #
Instances
| AttrInfo ComboBoxEntryTextColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxEntryTextColumnPropertyInfo o => o -> IO (AttrGetType ComboBoxEntryTextColumnPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxEntryTextColumnPropertyInfo o, AttrSetTypeConstraint ComboBoxEntryTextColumnPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxEntryTextColumnPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxEntryTextColumnPropertyInfo o, AttrSetTypeConstraint ComboBoxEntryTextColumnPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxEntryTextColumnPropertyInfo o, AttrTransferTypeConstraint ComboBoxEntryTextColumnPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxEntryTextColumnPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxEntryTextColumnPropertyInfo o => o -> AttrGetType ComboBoxEntryTextColumnPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxEntryTextColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox type AttrAllowedOps ComboBoxEntryTextColumnPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxEntryTextColumnPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxEntryTextColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxEntryTextColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxEntryTextColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxEntryTextColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxEntryTextColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxEntryTextColumnPropertyInfo | |||||||||||||||||||||||||||||||||
data ComboBoxFormatEntryTextSignalInfo Source #
Instances
| SignalInfo ComboBoxFormatEntryTextSignalInfo | |||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType ComboBoxFormatEntryTextSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId Source # | |||||
| type HaskellCallbackType ComboBoxFormatEntryTextSignalInfo | |||||
data ComboBoxGetActiveIdMethodInfo Source #
Instances
| (signature ~ m (Maybe Text), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetActiveIdMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetActiveIdMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetActiveIterMethodInfo Source #
Instances
| (signature ~ m (Bool, TreeIter), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetActiveIterMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetActiveIterMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetActiveMethodInfo Source #
Instances
| (signature ~ m Int32, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetActiveMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetActiveMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetAddTearoffsMethodInfo Source #
Instances
| (signature ~ m Bool, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetAddTearoffsMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetAddTearoffsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetButtonSensitivityMethodInfo Source #
Instances
| (signature ~ m SensitivityType, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetButtonSensitivityMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetButtonSensitivityMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetColumnSpanColumnMethodInfo Source #
Instances
| (signature ~ m Int32, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetColumnSpanColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetColumnSpanColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetEntryTextColumnMethodInfo Source #
Instances
| (signature ~ m Int32, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetEntryTextColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetEntryTextColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetFocusOnClickMethodInfo Source #
Instances
| (signature ~ m Bool, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetFocusOnClickMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetFocusOnClickMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetHasEntryMethodInfo Source #
Instances
| (signature ~ m Bool, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetHasEntryMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetHasEntryMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetIdColumnMethodInfo Source #
Instances
| (signature ~ m Int32, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetIdColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetIdColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetModelMethodInfo Source #
Instances
| (signature ~ m TreeModel, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetModelMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetModelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetPopupAccessibleMethodInfo Source #
Instances
| (signature ~ m Object, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetPopupAccessibleMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetPopupAccessibleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetPopupFixedWidthMethodInfo Source #
Instances
| (signature ~ m Bool, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetPopupFixedWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetPopupFixedWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetRowSpanColumnMethodInfo Source #
Instances
| (signature ~ m Int32, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetRowSpanColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetRowSpanColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetTitleMethodInfo Source #
Instances
| (signature ~ m Text, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetTitleMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetTitleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxGetWrapWidthMethodInfo Source #
Instances
| (signature ~ m Int32, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetWrapWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxGetWrapWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxHasEntryPropertyInfo Source #
Instances
| AttrInfo ComboBoxHasEntryPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxHasEntryPropertyInfo o => o -> IO (AttrGetType ComboBoxHasEntryPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxHasEntryPropertyInfo o, AttrSetTypeConstraint ComboBoxHasEntryPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxHasEntryPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxHasEntryPropertyInfo o, AttrSetTypeConstraint ComboBoxHasEntryPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxHasEntryPropertyInfo o, AttrTransferTypeConstraint ComboBoxHasEntryPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxHasEntryPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxHasEntryPropertyInfo o => o -> AttrGetType ComboBoxHasEntryPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxHasEntryPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxHasEntryPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxHasEntryPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxHasEntryPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxHasEntryPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxHasEntryPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxHasEntryPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxHasEntryPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
data ComboBoxHasFramePropertyInfo Source #
Instances
| AttrInfo ComboBoxHasFramePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxHasFramePropertyInfo o => o -> IO (AttrGetType ComboBoxHasFramePropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxHasFramePropertyInfo o, AttrSetTypeConstraint ComboBoxHasFramePropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxHasFramePropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxHasFramePropertyInfo o, AttrSetTypeConstraint ComboBoxHasFramePropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxHasFramePropertyInfo o, AttrTransferTypeConstraint ComboBoxHasFramePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxHasFramePropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxHasFramePropertyInfo o => o -> AttrGetType ComboBoxHasFramePropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxHasFramePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxHasFramePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxHasFramePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxHasFramePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxHasFramePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxHasFramePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxHasFramePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxHasFramePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
data ComboBoxIdColumnPropertyInfo Source #
Instances
| AttrInfo ComboBoxIdColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxIdColumnPropertyInfo o => o -> IO (AttrGetType ComboBoxIdColumnPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxIdColumnPropertyInfo o, AttrSetTypeConstraint ComboBoxIdColumnPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxIdColumnPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxIdColumnPropertyInfo o, AttrSetTypeConstraint ComboBoxIdColumnPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxIdColumnPropertyInfo o, AttrTransferTypeConstraint ComboBoxIdColumnPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxIdColumnPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxIdColumnPropertyInfo o => o -> AttrGetType ComboBoxIdColumnPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxIdColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxIdColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxIdColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxIdColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxIdColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxIdColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxIdColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxIdColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
data ComboBoxModelPropertyInfo Source #
Instances
| AttrInfo ComboBoxModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxModelPropertyInfo o => o -> IO (AttrGetType ComboBoxModelPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxModelPropertyInfo o, AttrSetTypeConstraint ComboBoxModelPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxModelPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxModelPropertyInfo o, AttrSetTypeConstraint ComboBoxModelPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxModelPropertyInfo o, AttrTransferTypeConstraint ComboBoxModelPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxModelPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxModelPropertyInfo o => o -> AttrGetType ComboBoxModelPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxModelPropertyInfo | |||||||||||||||||||||||||||||||||
data ComboBoxMoveActiveSignalInfo Source #
Instances
| SignalInfo ComboBoxMoveActiveSignalInfo | |||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType ComboBoxMoveActiveSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId Source # | |||||
| type HaskellCallbackType ComboBoxMoveActiveSignalInfo | |||||
data ComboBoxPopdownMethodInfo Source #
Instances
| (signature ~ m (), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxPopdownMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxPopdownMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxPopdownSignalInfo Source #
Instances
| SignalInfo ComboBoxPopdownSignalInfo | |||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType ComboBoxPopdownSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId Source # | |||||
| type HaskellCallbackType ComboBoxPopdownSignalInfo | |||||
data ComboBoxPopupFixedWidthPropertyInfo Source #
Instances
| AttrInfo ComboBoxPopupFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxPopupFixedWidthPropertyInfo o => o -> IO (AttrGetType ComboBoxPopupFixedWidthPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxPopupFixedWidthPropertyInfo o, AttrSetTypeConstraint ComboBoxPopupFixedWidthPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxPopupFixedWidthPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxPopupFixedWidthPropertyInfo o, AttrSetTypeConstraint ComboBoxPopupFixedWidthPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxPopupFixedWidthPropertyInfo o, AttrTransferTypeConstraint ComboBoxPopupFixedWidthPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxPopupFixedWidthPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxPopupFixedWidthPropertyInfo o => o -> AttrGetType ComboBoxPopupFixedWidthPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxPopupFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox type AttrAllowedOps ComboBoxPopupFixedWidthPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxPopupFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxPopupFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxPopupFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxPopupFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxPopupFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxPopupFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxPopupFixedWidthPropertyInfo | |||||||||||||||||||||||||||||||||
data ComboBoxPopupForDeviceMethodInfo Source #
Instances
| (signature ~ (b -> m ()), MonadIO m, IsComboBox a, IsDevice b) => OverloadedMethod ComboBoxPopupForDeviceMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxPopupForDeviceMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxPopupMethodInfo Source #
Instances
| (signature ~ m (), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxPopupMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxPopupMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxPopupShownPropertyInfo Source #
Instances
| AttrInfo ComboBoxPopupShownPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxPopupShownPropertyInfo o => o -> IO (AttrGetType ComboBoxPopupShownPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxPopupShownPropertyInfo o, AttrSetTypeConstraint ComboBoxPopupShownPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxPopupShownPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxPopupShownPropertyInfo o, AttrSetTypeConstraint ComboBoxPopupShownPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxPopupShownPropertyInfo o, AttrTransferTypeConstraint ComboBoxPopupShownPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxPopupShownPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxPopupShownPropertyInfo o => o -> AttrGetType ComboBoxPopupShownPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxPopupShownPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxPopupShownPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxPopupShownPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxPopupShownPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxPopupShownPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxPopupShownPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxPopupShownPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxPopupShownPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
data ComboBoxPopupSignalInfo Source #
Instances
| SignalInfo ComboBoxPopupSignalInfo | |||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType ComboBoxPopupSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId Source # | |||||
| type HaskellCallbackType ComboBoxPopupSignalInfo | |||||
data ComboBoxRowSpanColumnPropertyInfo Source #
Instances
| AttrInfo ComboBoxRowSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxRowSpanColumnPropertyInfo o => o -> IO (AttrGetType ComboBoxRowSpanColumnPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxRowSpanColumnPropertyInfo o, AttrSetTypeConstraint ComboBoxRowSpanColumnPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxRowSpanColumnPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxRowSpanColumnPropertyInfo o, AttrSetTypeConstraint ComboBoxRowSpanColumnPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxRowSpanColumnPropertyInfo o, AttrTransferTypeConstraint ComboBoxRowSpanColumnPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxRowSpanColumnPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxRowSpanColumnPropertyInfo o => o -> AttrGetType ComboBoxRowSpanColumnPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxRowSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox type AttrAllowedOps ComboBoxRowSpanColumnPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxRowSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxRowSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxRowSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxRowSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxRowSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxRowSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxRowSpanColumnPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
data ComboBoxSetActiveIdMethodInfo Source #
Instances
| (signature ~ (Maybe Text -> m Bool), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetActiveIdMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetActiveIdMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetActiveIterMethodInfo Source #
Instances
| (signature ~ (Maybe TreeIter -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetActiveIterMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetActiveIterMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetActiveMethodInfo Source #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetActiveMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetActiveMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetAddTearoffsMethodInfo Source #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetAddTearoffsMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetAddTearoffsMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetButtonSensitivityMethodInfo Source #
Instances
| (signature ~ (SensitivityType -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetButtonSensitivityMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetButtonSensitivityMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetColumnSpanColumnMethodInfo Source #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetColumnSpanColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetColumnSpanColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetEntryTextColumnMethodInfo Source #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetEntryTextColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetEntryTextColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetFocusOnClickMethodInfo Source #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetFocusOnClickMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetFocusOnClickMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetIdColumnMethodInfo Source #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetIdColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetIdColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetModelMethodInfo Source #
Instances
| (signature ~ (Maybe b -> m ()), MonadIO m, IsComboBox a, IsTreeModel b) => OverloadedMethod ComboBoxSetModelMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetModelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetPopupFixedWidthMethodInfo Source #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetPopupFixedWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetPopupFixedWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetRowSeparatorFuncMethodInfo Source #
Instances
| (signature ~ (TreeViewRowSeparatorFunc -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetRowSeparatorFuncMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetRowSeparatorFuncMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetRowSpanColumnMethodInfo Source #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetRowSpanColumnMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetRowSpanColumnMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetTitleMethodInfo Source #
Instances
| (signature ~ (Text -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetTitleMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetTitleMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxSetWrapWidthMethodInfo Source #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetWrapWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.ComboBox Methods overloadedMethod :: a -> signature Source # | |
| OverloadedMethodInfo ComboBoxSetWrapWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.ComboBox Methods | |
data ComboBoxTearoffTitlePropertyInfo Source #
Instances
| AttrInfo ComboBoxTearoffTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxTearoffTitlePropertyInfo o => o -> IO (AttrGetType ComboBoxTearoffTitlePropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxTearoffTitlePropertyInfo o, AttrSetTypeConstraint ComboBoxTearoffTitlePropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxTearoffTitlePropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxTearoffTitlePropertyInfo o, AttrSetTypeConstraint ComboBoxTearoffTitlePropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxTearoffTitlePropertyInfo o, AttrTransferTypeConstraint ComboBoxTearoffTitlePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxTearoffTitlePropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxTearoffTitlePropertyInfo o => o -> AttrGetType ComboBoxTearoffTitlePropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxTearoffTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox type AttrAllowedOps ComboBoxTearoffTitlePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxTearoffTitlePropertyInfo | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxTearoffTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxTearoffTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxTearoffTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxTearoffTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxTearoffTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxTearoffTitlePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
data ComboBoxWrapWidthPropertyInfo Source #
Instances
| AttrInfo ComboBoxWrapWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox Associated Types
Methods attrGet :: AttrBaseTypeConstraint ComboBoxWrapWidthPropertyInfo o => o -> IO (AttrGetType ComboBoxWrapWidthPropertyInfo) Source # attrSet :: (AttrBaseTypeConstraint ComboBoxWrapWidthPropertyInfo o, AttrSetTypeConstraint ComboBoxWrapWidthPropertyInfo b) => o -> b -> IO () Source # attrClear :: AttrBaseTypeConstraint ComboBoxWrapWidthPropertyInfo o => o -> IO () Source # attrConstruct :: (AttrBaseTypeConstraint ComboBoxWrapWidthPropertyInfo o, AttrSetTypeConstraint ComboBoxWrapWidthPropertyInfo b) => b -> IO (GValueConstruct o) Source # attrTransfer :: (AttrBaseTypeConstraint ComboBoxWrapWidthPropertyInfo o, AttrTransferTypeConstraint ComboBoxWrapWidthPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType ComboBoxWrapWidthPropertyInfo) Source # attrPut :: AttrBaseTypeConstraint ComboBoxWrapWidthPropertyInfo o => o -> AttrGetType ComboBoxWrapWidthPropertyInfo -> IO () Source # | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps ComboBoxWrapWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint ComboBoxWrapWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrGetType ComboBoxWrapWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrLabel ComboBoxWrapWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrOrigin ComboBoxWrapWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint ComboBoxWrapWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferType ComboBoxWrapWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint ComboBoxWrapWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.ComboBox | |||||||||||||||||||||||||||||||||
type family ResolveComboBoxMethod (t :: Symbol) o where ... Source #
Equations
| ResolveComboBoxMethod "activate" o = WidgetActivateMethodInfo | |
| ResolveComboBoxMethod "add" o = ContainerAddMethodInfo | |
| ResolveComboBoxMethod "addAccelerator" o = WidgetAddAcceleratorMethodInfo | |
| ResolveComboBoxMethod "addAttribute" o = CellLayoutAddAttributeMethodInfo | |
| ResolveComboBoxMethod "addChild" o = BuildableAddChildMethodInfo | |
| ResolveComboBoxMethod "addDeviceEvents" o = WidgetAddDeviceEventsMethodInfo | |
| ResolveComboBoxMethod "addEvents" o = WidgetAddEventsMethodInfo | |
| ResolveComboBoxMethod "addMnemonicLabel" o = WidgetAddMnemonicLabelMethodInfo | |
| ResolveComboBoxMethod "addTickCallback" o = WidgetAddTickCallbackMethodInfo | |
| ResolveComboBoxMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveComboBoxMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveComboBoxMethod "canActivateAccel" o = WidgetCanActivateAccelMethodInfo | |
| ResolveComboBoxMethod "checkResize" o = ContainerCheckResizeMethodInfo | |
| ResolveComboBoxMethod "childFocus" o = WidgetChildFocusMethodInfo | |
| ResolveComboBoxMethod "childGetProperty" o = ContainerChildGetPropertyMethodInfo | |
| ResolveComboBoxMethod "childNotify" o = ContainerChildNotifyMethodInfo | |
| ResolveComboBoxMethod "childNotifyByPspec" o = ContainerChildNotifyByPspecMethodInfo | |
| ResolveComboBoxMethod "childSetProperty" o = ContainerChildSetPropertyMethodInfo | |
| ResolveComboBoxMethod "childType" o = ContainerChildTypeMethodInfo | |
| ResolveComboBoxMethod "classPath" o = WidgetClassPathMethodInfo | |
| ResolveComboBoxMethod "clear" o = CellLayoutClearMethodInfo | |
| ResolveComboBoxMethod "clearAttributes" o = CellLayoutClearAttributesMethodInfo | |
| ResolveComboBoxMethod "computeExpand" o = WidgetComputeExpandMethodInfo | |
| ResolveComboBoxMethod "constructChild" o = BuildableConstructChildMethodInfo | |
| ResolveComboBoxMethod "createPangoContext" o = WidgetCreatePangoContextMethodInfo | |
| ResolveComboBoxMethod "createPangoLayout" o = WidgetCreatePangoLayoutMethodInfo | |
| ResolveComboBoxMethod "customFinished" o = BuildableCustomFinishedMethodInfo | |
| ResolveComboBoxMethod "customTagEnd" o = BuildableCustomTagEndMethodInfo | |
| ResolveComboBoxMethod "customTagStart" o = BuildableCustomTagStartMethodInfo | |
| ResolveComboBoxMethod "destroy" o = WidgetDestroyMethodInfo | |
| ResolveComboBoxMethod "destroyed" o = WidgetDestroyedMethodInfo | |
| ResolveComboBoxMethod "deviceIsShadowed" o = WidgetDeviceIsShadowedMethodInfo | |
| ResolveComboBoxMethod "dragBegin" o = WidgetDragBeginMethodInfo | |
| ResolveComboBoxMethod "dragBeginWithCoordinates" o = WidgetDragBeginWithCoordinatesMethodInfo | |
| ResolveComboBoxMethod "dragCheckThreshold" o = WidgetDragCheckThresholdMethodInfo | |
| ResolveComboBoxMethod "dragDestAddImageTargets" o = WidgetDragDestAddImageTargetsMethodInfo | |
| ResolveComboBoxMethod "dragDestAddTextTargets" o = WidgetDragDestAddTextTargetsMethodInfo | |
| ResolveComboBoxMethod "dragDestAddUriTargets" o = WidgetDragDestAddUriTargetsMethodInfo | |
| ResolveComboBoxMethod "dragDestFindTarget" o = WidgetDragDestFindTargetMethodInfo | |
| ResolveComboBoxMethod "dragDestGetTargetList" o = WidgetDragDestGetTargetListMethodInfo | |
| ResolveComboBoxMethod "dragDestGetTrackMotion" o = WidgetDragDestGetTrackMotionMethodInfo | |
| ResolveComboBoxMethod "dragDestSet" o = WidgetDragDestSetMethodInfo | |
| ResolveComboBoxMethod "dragDestSetProxy" o = WidgetDragDestSetProxyMethodInfo | |
| ResolveComboBoxMethod "dragDestSetTargetList" o = WidgetDragDestSetTargetListMethodInfo | |
| ResolveComboBoxMethod "dragDestSetTrackMotion" o = WidgetDragDestSetTrackMotionMethodInfo | |
| ResolveComboBoxMethod "dragDestUnset" o = WidgetDragDestUnsetMethodInfo | |
| ResolveComboBoxMethod "dragGetData" o = WidgetDragGetDataMethodInfo | |
| ResolveComboBoxMethod "dragHighlight" o = WidgetDragHighlightMethodInfo | |
| ResolveComboBoxMethod "dragSourceAddImageTargets" o = WidgetDragSourceAddImageTargetsMethodInfo | |
| ResolveComboBoxMethod "dragSourceAddTextTargets" o = WidgetDragSourceAddTextTargetsMethodInfo | |
| ResolveComboBoxMethod "dragSourceAddUriTargets" o = WidgetDragSourceAddUriTargetsMethodInfo | |
| ResolveComboBoxMethod "dragSourceGetTargetList" o = WidgetDragSourceGetTargetListMethodInfo | |
| ResolveComboBoxMethod "dragSourceSet" o = WidgetDragSourceSetMethodInfo | |
| ResolveComboBoxMethod "dragSourceSetIconGicon" o = WidgetDragSourceSetIconGiconMethodInfo | |
| ResolveComboBoxMethod "dragSourceSetIconName" o = WidgetDragSourceSetIconNameMethodInfo | |
| ResolveComboBoxMethod "dragSourceSetIconPixbuf" o = WidgetDragSourceSetIconPixbufMethodInfo | |
| ResolveComboBoxMethod "dragSourceSetIconStock" o = WidgetDragSourceSetIconStockMethodInfo | |
| ResolveComboBoxMethod "dragSourceSetTargetList" o = WidgetDragSourceSetTargetListMethodInfo | |
| ResolveComboBoxMethod "dragSourceUnset" o = WidgetDragSourceUnsetMethodInfo | |
| ResolveComboBoxMethod "dragUnhighlight" o = WidgetDragUnhighlightMethodInfo | |
| ResolveComboBoxMethod "draw" o = WidgetDrawMethodInfo | |
| ResolveComboBoxMethod "editingDone" o = CellEditableEditingDoneMethodInfo | |
| ResolveComboBoxMethod "ensureStyle" o = WidgetEnsureStyleMethodInfo | |
| ResolveComboBoxMethod "errorBell" o = WidgetErrorBellMethodInfo | |
| ResolveComboBoxMethod "event" o = WidgetEventMethodInfo | |
| ResolveComboBoxMethod "forall" o = ContainerForallMethodInfo | |
| ResolveComboBoxMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveComboBoxMethod "foreach" o = ContainerForeachMethodInfo | |
| ResolveComboBoxMethod "freezeChildNotify" o = WidgetFreezeChildNotifyMethodInfo | |
| ResolveComboBoxMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveComboBoxMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveComboBoxMethod "grabAdd" o = WidgetGrabAddMethodInfo | |
| ResolveComboBoxMethod "grabDefault" o = WidgetGrabDefaultMethodInfo | |
| ResolveComboBoxMethod "grabFocus" o = WidgetGrabFocusMethodInfo | |
| ResolveComboBoxMethod "grabRemove" o = WidgetGrabRemoveMethodInfo | |
| ResolveComboBoxMethod "hasDefault" o = WidgetHasDefaultMethodInfo | |
| ResolveComboBoxMethod "hasFocus" o = WidgetHasFocusMethodInfo | |
| ResolveComboBoxMethod "hasGrab" o = WidgetHasGrabMethodInfo | |
| ResolveComboBoxMethod "hasRcStyle" o = WidgetHasRcStyleMethodInfo | |
| ResolveComboBoxMethod "hasScreen" o = WidgetHasScreenMethodInfo | |
| ResolveComboBoxMethod "hasVisibleFocus" o = WidgetHasVisibleFocusMethodInfo | |
| ResolveComboBoxMethod "hide" o = WidgetHideMethodInfo | |
| ResolveComboBoxMethod "hideOnDelete" o = WidgetHideOnDeleteMethodInfo | |
| ResolveComboBoxMethod "inDestruction" o = WidgetInDestructionMethodInfo | |
| ResolveComboBoxMethod "initTemplate" o = WidgetInitTemplateMethodInfo | |
| ResolveComboBoxMethod "inputShapeCombineRegion" o = WidgetInputShapeCombineRegionMethodInfo | |
| ResolveComboBoxMethod "insertActionGroup" o = WidgetInsertActionGroupMethodInfo | |
| ResolveComboBoxMethod "intersect" o = WidgetIntersectMethodInfo | |
| ResolveComboBoxMethod "isAncestor" o = WidgetIsAncestorMethodInfo | |
| ResolveComboBoxMethod "isComposited" o = WidgetIsCompositedMethodInfo | |
| ResolveComboBoxMethod "isDrawable" o = WidgetIsDrawableMethodInfo | |
| ResolveComboBoxMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveComboBoxMethod "isFocus" o = WidgetIsFocusMethodInfo | |
| ResolveComboBoxMethod "isSensitive" o = WidgetIsSensitiveMethodInfo | |
| ResolveComboBoxMethod "isToplevel" o = WidgetIsToplevelMethodInfo | |
| ResolveComboBoxMethod "isVisible" o = WidgetIsVisibleMethodInfo | |
| ResolveComboBoxMethod "keynavFailed" o = WidgetKeynavFailedMethodInfo | |
| ResolveComboBoxMethod "listAccelClosures" o = WidgetListAccelClosuresMethodInfo | |
| ResolveComboBoxMethod "listActionPrefixes" o = WidgetListActionPrefixesMethodInfo | |
| ResolveComboBoxMethod "listMnemonicLabels" o = WidgetListMnemonicLabelsMethodInfo | |
| ResolveComboBoxMethod "map" o = WidgetMapMethodInfo | |
| ResolveComboBoxMethod "mnemonicActivate" o = WidgetMnemonicActivateMethodInfo | |
| ResolveComboBoxMethod "modifyBase" o = WidgetModifyBaseMethodInfo | |
| ResolveComboBoxMethod "modifyBg" o = WidgetModifyBgMethodInfo | |
| ResolveComboBoxMethod "modifyCursor" o = WidgetModifyCursorMethodInfo | |
| ResolveComboBoxMethod "modifyFg" o = WidgetModifyFgMethodInfo | |
| ResolveComboBoxMethod "modifyFont" o = WidgetModifyFontMethodInfo | |
| ResolveComboBoxMethod "modifyStyle" o = WidgetModifyStyleMethodInfo | |
| ResolveComboBoxMethod "modifyText" o = WidgetModifyTextMethodInfo | |
| ResolveComboBoxMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveComboBoxMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveComboBoxMethod "overrideBackgroundColor" o = WidgetOverrideBackgroundColorMethodInfo | |
| ResolveComboBoxMethod "overrideColor" o = WidgetOverrideColorMethodInfo | |
| ResolveComboBoxMethod "overrideCursor" o = WidgetOverrideCursorMethodInfo | |
| ResolveComboBoxMethod "overrideFont" o = WidgetOverrideFontMethodInfo | |
| ResolveComboBoxMethod "overrideSymbolicColor" o = WidgetOverrideSymbolicColorMethodInfo | |
| ResolveComboBoxMethod "packEnd" o = CellLayoutPackEndMethodInfo | |
| ResolveComboBoxMethod "packStart" o = CellLayoutPackStartMethodInfo | |
| ResolveComboBoxMethod "parserFinished" o = BuildableParserFinishedMethodInfo | |
| ResolveComboBoxMethod "path" o = WidgetPathMethodInfo | |
| ResolveComboBoxMethod "popdown" o = ComboBoxPopdownMethodInfo | |
| ResolveComboBoxMethod "popup" o = ComboBoxPopupMethodInfo | |
| ResolveComboBoxMethod "popupForDevice" o = ComboBoxPopupForDeviceMethodInfo | |
| ResolveComboBoxMethod "propagateDraw" o = ContainerPropagateDrawMethodInfo | |
| ResolveComboBoxMethod "queueAllocate" o = WidgetQueueAllocateMethodInfo | |
| ResolveComboBoxMethod "queueComputeExpand" o = WidgetQueueComputeExpandMethodInfo | |
| ResolveComboBoxMethod "queueDraw" o = WidgetQueueDrawMethodInfo | |
| ResolveComboBoxMethod "queueDrawArea" o = WidgetQueueDrawAreaMethodInfo | |
| ResolveComboBoxMethod "queueDrawRegion" o = WidgetQueueDrawRegionMethodInfo | |
| ResolveComboBoxMethod "queueResize" o = WidgetQueueResizeMethodInfo | |
| ResolveComboBoxMethod "queueResizeNoRedraw" o = WidgetQueueResizeNoRedrawMethodInfo | |
| ResolveComboBoxMethod "realize" o = WidgetRealizeMethodInfo | |
| ResolveComboBoxMethod "ref" o = ObjectRefMethodInfo | |
| ResolveComboBoxMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveComboBoxMethod "regionIntersect" o = WidgetRegionIntersectMethodInfo | |
| ResolveComboBoxMethod "registerWindow" o = WidgetRegisterWindowMethodInfo | |
| ResolveComboBoxMethod "remove" o = ContainerRemoveMethodInfo | |
| ResolveComboBoxMethod "removeAccelerator" o = WidgetRemoveAcceleratorMethodInfo | |
| ResolveComboBoxMethod "removeMnemonicLabel" o = WidgetRemoveMnemonicLabelMethodInfo | |
| ResolveComboBoxMethod "removeTickCallback" o = WidgetRemoveTickCallbackMethodInfo | |
| ResolveComboBoxMethod "removeWidget" o = CellEditableRemoveWidgetMethodInfo | |
| ResolveComboBoxMethod "renderIcon" o = WidgetRenderIconMethodInfo | |
| ResolveComboBoxMethod "renderIconPixbuf" o = WidgetRenderIconPixbufMethodInfo | |
| ResolveComboBoxMethod "reorder" o = CellLayoutReorderMethodInfo | |
| ResolveComboBoxMethod "reparent" o = WidgetReparentMethodInfo | |
| ResolveComboBoxMethod "resetRcStyles" o = WidgetResetRcStylesMethodInfo | |
| ResolveComboBoxMethod "resetStyle" o = WidgetResetStyleMethodInfo | |
| ResolveComboBoxMethod "resizeChildren" o = ContainerResizeChildrenMethodInfo | |
| ResolveComboBoxMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveComboBoxMethod "sendExpose" o = WidgetSendExposeMethodInfo | |
| ResolveComboBoxMethod "sendFocusChange" o = WidgetSendFocusChangeMethodInfo | |
| ResolveComboBoxMethod "shapeCombineRegion" o = WidgetShapeCombineRegionMethodInfo | |
| ResolveComboBoxMethod "show" o = WidgetShowMethodInfo | |
| ResolveComboBoxMethod "showAll" o = WidgetShowAllMethodInfo | |
| ResolveComboBoxMethod "showNow" o = WidgetShowNowMethodInfo | |
| ResolveComboBoxMethod "sizeAllocate" o = WidgetSizeAllocateMethodInfo | |
| ResolveComboBoxMethod "sizeAllocateWithBaseline" o = WidgetSizeAllocateWithBaselineMethodInfo | |
| ResolveComboBoxMethod "sizeRequest" o = WidgetSizeRequestMethodInfo | |
| ResolveComboBoxMethod "startEditing" o = CellEditableStartEditingMethodInfo | |
| ResolveComboBoxMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveComboBoxMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveComboBoxMethod "styleAttach" o = WidgetStyleAttachMethodInfo | |
| ResolveComboBoxMethod "styleGetProperty" o = WidgetStyleGetPropertyMethodInfo | |
| ResolveComboBoxMethod "thawChildNotify" o = WidgetThawChildNotifyMethodInfo | |
| ResolveComboBoxMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveComboBoxMethod "translateCoordinates" o = WidgetTranslateCoordinatesMethodInfo | |
| ResolveComboBoxMethod "triggerTooltipQuery" o = WidgetTriggerTooltipQueryMethodInfo | |
| ResolveComboBoxMethod "unmap" o = WidgetUnmapMethodInfo | |
| ResolveComboBoxMethod "unparent" o = WidgetUnparentMethodInfo | |
| ResolveComboBoxMethod "unrealize" o = WidgetUnrealizeMethodInfo | |
| ResolveComboBoxMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveComboBoxMethod "unregisterWindow" o = WidgetUnregisterWindowMethodInfo | |
| ResolveComboBoxMethod "unsetFocusChain" o = ContainerUnsetFocusChainMethodInfo | |
| ResolveComboBoxMethod "unsetStateFlags" o = WidgetUnsetStateFlagsMethodInfo | |
| ResolveComboBoxMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveComboBoxMethod "getAccessible" o = WidgetGetAccessibleMethodInfo | |
| ResolveComboBoxMethod "getActionGroup" o = WidgetGetActionGroupMethodInfo | |
| ResolveComboBoxMethod "getActive" o = ComboBoxGetActiveMethodInfo | |
| ResolveComboBoxMethod "getActiveId" o = ComboBoxGetActiveIdMethodInfo | |
| ResolveComboBoxMethod "getActiveIter" o = ComboBoxGetActiveIterMethodInfo | |
| ResolveComboBoxMethod "getAddTearoffs" o = ComboBoxGetAddTearoffsMethodInfo | |
| ResolveComboBoxMethod "getAllocatedBaseline" o = WidgetGetAllocatedBaselineMethodInfo | |
| ResolveComboBoxMethod "getAllocatedHeight" o = WidgetGetAllocatedHeightMethodInfo | |
| ResolveComboBoxMethod "getAllocatedSize" o = WidgetGetAllocatedSizeMethodInfo | |
| ResolveComboBoxMethod "getAllocatedWidth" o = WidgetGetAllocatedWidthMethodInfo | |
| ResolveComboBoxMethod "getAllocation" o = WidgetGetAllocationMethodInfo | |
| ResolveComboBoxMethod "getAncestor" o = WidgetGetAncestorMethodInfo | |
| ResolveComboBoxMethod "getAppPaintable" o = WidgetGetAppPaintableMethodInfo | |
| ResolveComboBoxMethod "getArea" o = CellLayoutGetAreaMethodInfo | |
| ResolveComboBoxMethod "getBorderWidth" o = ContainerGetBorderWidthMethodInfo | |
| ResolveComboBoxMethod "getButtonSensitivity" o = ComboBoxGetButtonSensitivityMethodInfo | |
| ResolveComboBoxMethod "getCanDefault" o = WidgetGetCanDefaultMethodInfo | |
| ResolveComboBoxMethod "getCanFocus" o = WidgetGetCanFocusMethodInfo | |
| ResolveComboBoxMethod "getCells" o = CellLayoutGetCellsMethodInfo | |
| ResolveComboBoxMethod "getChild" o = BinGetChildMethodInfo | |
| ResolveComboBoxMethod "getChildRequisition" o = WidgetGetChildRequisitionMethodInfo | |
| ResolveComboBoxMethod "getChildVisible" o = WidgetGetChildVisibleMethodInfo | |
| ResolveComboBoxMethod "getChildren" o = ContainerGetChildrenMethodInfo | |
| ResolveComboBoxMethod "getClip" o = WidgetGetClipMethodInfo | |
| ResolveComboBoxMethod "getClipboard" o = WidgetGetClipboardMethodInfo | |
| ResolveComboBoxMethod "getColumnSpanColumn" o = ComboBoxGetColumnSpanColumnMethodInfo | |
| ResolveComboBoxMethod "getCompositeName" o = WidgetGetCompositeNameMethodInfo | |
| ResolveComboBoxMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveComboBoxMethod "getDeviceEnabled" o = WidgetGetDeviceEnabledMethodInfo | |
| ResolveComboBoxMethod "getDeviceEvents" o = WidgetGetDeviceEventsMethodInfo | |
| ResolveComboBoxMethod "getDirection" o = WidgetGetDirectionMethodInfo | |
| ResolveComboBoxMethod "getDisplay" o = WidgetGetDisplayMethodInfo | |
| ResolveComboBoxMethod "getDoubleBuffered" o = WidgetGetDoubleBufferedMethodInfo | |
| ResolveComboBoxMethod "getEntryTextColumn" o = ComboBoxGetEntryTextColumnMethodInfo | |
| ResolveComboBoxMethod "getEvents" o = WidgetGetEventsMethodInfo | |
| ResolveComboBoxMethod "getFocusChain" o = ContainerGetFocusChainMethodInfo | |
| ResolveComboBoxMethod "getFocusChild" o = ContainerGetFocusChildMethodInfo | |
| ResolveComboBoxMethod "getFocusHadjustment" o = ContainerGetFocusHadjustmentMethodInfo | |
| ResolveComboBoxMethod "getFocusOnClick" o = ComboBoxGetFocusOnClickMethodInfo | |
| ResolveComboBoxMethod "getFocusVadjustment" o = ContainerGetFocusVadjustmentMethodInfo | |
| ResolveComboBoxMethod "getFontMap" o = WidgetGetFontMapMethodInfo | |
| ResolveComboBoxMethod "getFontOptions" o = WidgetGetFontOptionsMethodInfo | |
| ResolveComboBoxMethod "getFrameClock" o = WidgetGetFrameClockMethodInfo | |
| ResolveComboBoxMethod "getHalign" o = WidgetGetHalignMethodInfo | |
| ResolveComboBoxMethod "getHasEntry" o = ComboBoxGetHasEntryMethodInfo | |
| ResolveComboBoxMethod "getHasTooltip" o = WidgetGetHasTooltipMethodInfo | |
| ResolveComboBoxMethod "getHasWindow" o = WidgetGetHasWindowMethodInfo | |
| ResolveComboBoxMethod "getHexpand" o = WidgetGetHexpandMethodInfo | |
| ResolveComboBoxMethod "getHexpandSet" o = WidgetGetHexpandSetMethodInfo | |
| ResolveComboBoxMethod "getIdColumn" o = ComboBoxGetIdColumnMethodInfo | |
| ResolveComboBoxMethod "getInternalChild" o = BuildableGetInternalChildMethodInfo | |
| ResolveComboBoxMethod "getMapped" o = WidgetGetMappedMethodInfo | |
| ResolveComboBoxMethod "getMarginBottom" o = WidgetGetMarginBottomMethodInfo | |
| ResolveComboBoxMethod "getMarginEnd" o = WidgetGetMarginEndMethodInfo | |
| ResolveComboBoxMethod "getMarginLeft" o = WidgetGetMarginLeftMethodInfo | |
| ResolveComboBoxMethod "getMarginRight" o = WidgetGetMarginRightMethodInfo | |
| ResolveComboBoxMethod "getMarginStart" o = WidgetGetMarginStartMethodInfo | |
| ResolveComboBoxMethod "getMarginTop" o = WidgetGetMarginTopMethodInfo | |
| ResolveComboBoxMethod "getModel" o = ComboBoxGetModelMethodInfo | |
| ResolveComboBoxMethod "getModifierMask" o = WidgetGetModifierMaskMethodInfo | |
| ResolveComboBoxMethod "getModifierStyle" o = WidgetGetModifierStyleMethodInfo | |
| ResolveComboBoxMethod "getName" o = WidgetGetNameMethodInfo | |
| ResolveComboBoxMethod "getNoShowAll" o = WidgetGetNoShowAllMethodInfo | |
| ResolveComboBoxMethod "getOpacity" o = WidgetGetOpacityMethodInfo | |
| ResolveComboBoxMethod "getPangoContext" o = WidgetGetPangoContextMethodInfo | |
| ResolveComboBoxMethod "getParent" o = WidgetGetParentMethodInfo | |
| ResolveComboBoxMethod "getParentWindow" o = WidgetGetParentWindowMethodInfo | |
| ResolveComboBoxMethod "getPath" o = WidgetGetPathMethodInfo | |
| ResolveComboBoxMethod "getPathForChild" o = ContainerGetPathForChildMethodInfo | |
| ResolveComboBoxMethod "getPointer" o = WidgetGetPointerMethodInfo | |
| ResolveComboBoxMethod "getPopupAccessible" o = ComboBoxGetPopupAccessibleMethodInfo | |
| ResolveComboBoxMethod "getPopupFixedWidth" o = ComboBoxGetPopupFixedWidthMethodInfo | |
| ResolveComboBoxMethod "getPreferredHeight" o = WidgetGetPreferredHeightMethodInfo | |
| ResolveComboBoxMethod "getPreferredHeightAndBaselineForWidth" o = WidgetGetPreferredHeightAndBaselineForWidthMethodInfo | |
| ResolveComboBoxMethod "getPreferredHeightForWidth" o = WidgetGetPreferredHeightForWidthMethodInfo | |
| ResolveComboBoxMethod "getPreferredSize" o = WidgetGetPreferredSizeMethodInfo | |
| ResolveComboBoxMethod "getPreferredWidth" o = WidgetGetPreferredWidthMethodInfo | |
| ResolveComboBoxMethod "getPreferredWidthForHeight" o = WidgetGetPreferredWidthForHeightMethodInfo | |
| ResolveComboBoxMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveComboBoxMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveComboBoxMethod "getRealized" o = WidgetGetRealizedMethodInfo | |
| ResolveComboBoxMethod "getReceivesDefault" o = WidgetGetReceivesDefaultMethodInfo | |
| ResolveComboBoxMethod "getRequestMode" o = WidgetGetRequestModeMethodInfo | |
| ResolveComboBoxMethod "getRequisition" o = WidgetGetRequisitionMethodInfo | |
| ResolveComboBoxMethod "getResizeMode" o = ContainerGetResizeModeMethodInfo | |
| ResolveComboBoxMethod "getRootWindow" o = WidgetGetRootWindowMethodInfo | |
| ResolveComboBoxMethod "getRowSpanColumn" o = ComboBoxGetRowSpanColumnMethodInfo | |
| ResolveComboBoxMethod "getScaleFactor" o = WidgetGetScaleFactorMethodInfo | |
| ResolveComboBoxMethod "getScreen" o = WidgetGetScreenMethodInfo | |
| ResolveComboBoxMethod "getSensitive" o = WidgetGetSensitiveMethodInfo | |
| ResolveComboBoxMethod "getSettings" o = WidgetGetSettingsMethodInfo | |
| ResolveComboBoxMethod "getSizeRequest" o = WidgetGetSizeRequestMethodInfo | |
| ResolveComboBoxMethod "getState" o = WidgetGetStateMethodInfo | |
| ResolveComboBoxMethod "getStateFlags" o = WidgetGetStateFlagsMethodInfo | |
| ResolveComboBoxMethod "getStyle" o = WidgetGetStyleMethodInfo | |
| ResolveComboBoxMethod "getStyleContext" o = WidgetGetStyleContextMethodInfo | |
| ResolveComboBoxMethod "getSupportMultidevice" o = WidgetGetSupportMultideviceMethodInfo | |
| ResolveComboBoxMethod "getTemplateChild" o = WidgetGetTemplateChildMethodInfo | |
| ResolveComboBoxMethod "getTitle" o = ComboBoxGetTitleMethodInfo | |
| ResolveComboBoxMethod "getTooltipMarkup" o = WidgetGetTooltipMarkupMethodInfo | |
| ResolveComboBoxMethod "getTooltipText" o = WidgetGetTooltipTextMethodInfo | |
| ResolveComboBoxMethod "getTooltipWindow" o = WidgetGetTooltipWindowMethodInfo | |
| ResolveComboBoxMethod "getToplevel" o = WidgetGetToplevelMethodInfo | |
| ResolveComboBoxMethod "getValign" o = WidgetGetValignMethodInfo | |
| ResolveComboBoxMethod "getValignWithBaseline" o = WidgetGetValignWithBaselineMethodInfo | |
| ResolveComboBoxMethod "getVexpand" o = WidgetGetVexpandMethodInfo | |
| ResolveComboBoxMethod "getVexpandSet" o = WidgetGetVexpandSetMethodInfo | |
| ResolveComboBoxMethod "getVisible" o = WidgetGetVisibleMethodInfo | |
| ResolveComboBoxMethod "getVisual" o = WidgetGetVisualMethodInfo | |
| ResolveComboBoxMethod "getWindow" o = WidgetGetWindowMethodInfo | |
| ResolveComboBoxMethod "getWrapWidth" o = ComboBoxGetWrapWidthMethodInfo | |
| ResolveComboBoxMethod "setAccelPath" o = WidgetSetAccelPathMethodInfo | |
| ResolveComboBoxMethod "setActive" o = ComboBoxSetActiveMethodInfo | |
| ResolveComboBoxMethod "setActiveId" o = ComboBoxSetActiveIdMethodInfo | |
| ResolveComboBoxMethod "setActiveIter" o = ComboBoxSetActiveIterMethodInfo | |
| ResolveComboBoxMethod "setAddTearoffs" o = ComboBoxSetAddTearoffsMethodInfo | |
| ResolveComboBoxMethod "setAllocation" o = WidgetSetAllocationMethodInfo | |
| ResolveComboBoxMethod "setAppPaintable" o = WidgetSetAppPaintableMethodInfo | |
| ResolveComboBoxMethod "setBorderWidth" o = ContainerSetBorderWidthMethodInfo | |
| ResolveComboBoxMethod "setBuildableProperty" o = BuildableSetBuildablePropertyMethodInfo | |
| ResolveComboBoxMethod "setButtonSensitivity" o = ComboBoxSetButtonSensitivityMethodInfo | |
| ResolveComboBoxMethod "setCanDefault" o = WidgetSetCanDefaultMethodInfo | |
| ResolveComboBoxMethod "setCanFocus" o = WidgetSetCanFocusMethodInfo | |
| ResolveComboBoxMethod "setCellDataFunc" o = CellLayoutSetCellDataFuncMethodInfo | |
| ResolveComboBoxMethod "setChildVisible" o = WidgetSetChildVisibleMethodInfo | |
| ResolveComboBoxMethod "setClip" o = WidgetSetClipMethodInfo | |
| ResolveComboBoxMethod "setColumnSpanColumn" o = ComboBoxSetColumnSpanColumnMethodInfo | |
| ResolveComboBoxMethod "setCompositeName" o = WidgetSetCompositeNameMethodInfo | |
| ResolveComboBoxMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveComboBoxMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveComboBoxMethod "setDeviceEnabled" o = WidgetSetDeviceEnabledMethodInfo | |
| ResolveComboBoxMethod "setDeviceEvents" o = WidgetSetDeviceEventsMethodInfo | |
| ResolveComboBoxMethod "setDirection" o = WidgetSetDirectionMethodInfo | |
| ResolveComboBoxMethod "setDoubleBuffered" o = WidgetSetDoubleBufferedMethodInfo | |
| ResolveComboBoxMethod "setEntryTextColumn" o = ComboBoxSetEntryTextColumnMethodInfo | |
| ResolveComboBoxMethod "setEvents" o = WidgetSetEventsMethodInfo | |
| ResolveComboBoxMethod "setFocusChain" o = ContainerSetFocusChainMethodInfo | |
| ResolveComboBoxMethod "setFocusChild" o = ContainerSetFocusChildMethodInfo | |
| ResolveComboBoxMethod "setFocusHadjustment" o = ContainerSetFocusHadjustmentMethodInfo | |
| ResolveComboBoxMethod "setFocusOnClick" o = ComboBoxSetFocusOnClickMethodInfo | |
| ResolveComboBoxMethod "setFocusVadjustment" o = ContainerSetFocusVadjustmentMethodInfo | |
| ResolveComboBoxMethod "setFontMap" o = WidgetSetFontMapMethodInfo | |
| ResolveComboBoxMethod "setFontOptions" o = WidgetSetFontOptionsMethodInfo | |
| ResolveComboBoxMethod "setHalign" o = WidgetSetHalignMethodInfo | |
| ResolveComboBoxMethod "setHasTooltip" o = WidgetSetHasTooltipMethodInfo | |
| ResolveComboBoxMethod "setHasWindow" o = WidgetSetHasWindowMethodInfo | |
| ResolveComboBoxMethod "setHexpand" o = WidgetSetHexpandMethodInfo | |
| ResolveComboBoxMethod "setHexpandSet" o = WidgetSetHexpandSetMethodInfo | |
| ResolveComboBoxMethod "setIdColumn" o = ComboBoxSetIdColumnMethodInfo | |
| ResolveComboBoxMethod "setMapped" o = WidgetSetMappedMethodInfo | |
| ResolveComboBoxMethod "setMarginBottom" o = WidgetSetMarginBottomMethodInfo | |
| ResolveComboBoxMethod "setMarginEnd" o = WidgetSetMarginEndMethodInfo | |
| ResolveComboBoxMethod "setMarginLeft" o = WidgetSetMarginLeftMethodInfo | |
| ResolveComboBoxMethod "setMarginRight" o = WidgetSetMarginRightMethodInfo | |
| ResolveComboBoxMethod "setMarginStart" o = WidgetSetMarginStartMethodInfo | |
| ResolveComboBoxMethod "setMarginTop" o = WidgetSetMarginTopMethodInfo | |
| ResolveComboBoxMethod "setModel" o = ComboBoxSetModelMethodInfo | |
| ResolveComboBoxMethod "setName" o = WidgetSetNameMethodInfo | |
| ResolveComboBoxMethod "setNoShowAll" o = WidgetSetNoShowAllMethodInfo | |
| ResolveComboBoxMethod "setOpacity" o = WidgetSetOpacityMethodInfo | |
| ResolveComboBoxMethod "setParent" o = WidgetSetParentMethodInfo | |
| ResolveComboBoxMethod "setParentWindow" o = WidgetSetParentWindowMethodInfo | |
| ResolveComboBoxMethod "setPopupFixedWidth" o = ComboBoxSetPopupFixedWidthMethodInfo | |
| ResolveComboBoxMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveComboBoxMethod "setRealized" o = WidgetSetRealizedMethodInfo | |
| ResolveComboBoxMethod "setReallocateRedraws" o = ContainerSetReallocateRedrawsMethodInfo | |
| ResolveComboBoxMethod "setReceivesDefault" o = WidgetSetReceivesDefaultMethodInfo | |
| ResolveComboBoxMethod "setRedrawOnAllocate" o = WidgetSetRedrawOnAllocateMethodInfo | |
| ResolveComboBoxMethod "setResizeMode" o = ContainerSetResizeModeMethodInfo | |
| ResolveComboBoxMethod "setRowSeparatorFunc" o = ComboBoxSetRowSeparatorFuncMethodInfo | |
| ResolveComboBoxMethod "setRowSpanColumn" o = ComboBoxSetRowSpanColumnMethodInfo | |
| ResolveComboBoxMethod "setSensitive" o = WidgetSetSensitiveMethodInfo | |
| ResolveComboBoxMethod "setSizeRequest" o = WidgetSetSizeRequestMethodInfo | |
| ResolveComboBoxMethod "setState" o = WidgetSetStateMethodInfo | |
| ResolveComboBoxMethod "setStateFlags" o = WidgetSetStateFlagsMethodInfo | |
| ResolveComboBoxMethod "setStyle" o = WidgetSetStyleMethodInfo | |
| ResolveComboBoxMethod "setSupportMultidevice" o = WidgetSetSupportMultideviceMethodInfo | |
| ResolveComboBoxMethod "setTitle" o = ComboBoxSetTitleMethodInfo | |
| ResolveComboBoxMethod "setTooltipMarkup" o = WidgetSetTooltipMarkupMethodInfo | |
| ResolveComboBoxMethod "setTooltipText" o = WidgetSetTooltipTextMethodInfo | |
| ResolveComboBoxMethod "setTooltipWindow" o = WidgetSetTooltipWindowMethodInfo | |
| ResolveComboBoxMethod "setValign" o = WidgetSetValignMethodInfo | |
| ResolveComboBoxMethod "setVexpand" o = WidgetSetVexpandMethodInfo | |
| ResolveComboBoxMethod "setVexpandSet" o = WidgetSetVexpandSetMethodInfo | |
| ResolveComboBoxMethod "setVisible" o = WidgetSetVisibleMethodInfo | |
| ResolveComboBoxMethod "setVisual" o = WidgetSetVisualMethodInfo | |
| ResolveComboBoxMethod "setWindow" o = WidgetSetWindowMethodInfo | |
| ResolveComboBoxMethod "setWrapWidth" o = ComboBoxSetWrapWidthMethodInfo | |
| ResolveComboBoxMethod l o = MethodResolutionFailed l o :: Type |
comboBoxActive :: AttrLabelProxy "active" Source #
comboBoxActiveId :: AttrLabelProxy "activeId" Source #
comboBoxAddTearoffs :: AttrLabelProxy "addTearoffs" Source #
comboBoxButtonSensitivity :: AttrLabelProxy "buttonSensitivity" Source #
comboBoxCellArea :: AttrLabelProxy "cellArea" Source #
comboBoxColumnSpanColumn :: AttrLabelProxy "columnSpanColumn" Source #
comboBoxEntryTextColumn :: AttrLabelProxy "entryTextColumn" Source #
comboBoxHasEntry :: AttrLabelProxy "hasEntry" Source #
comboBoxHasFrame :: AttrLabelProxy "hasFrame" Source #
comboBoxIdColumn :: AttrLabelProxy "idColumn" Source #
comboBoxModel :: AttrLabelProxy "model" Source #
comboBoxPopupFixedWidth :: AttrLabelProxy "popupFixedWidth" Source #
comboBoxPopupShown :: AttrLabelProxy "popupShown" Source #
comboBoxRowSpanColumn :: AttrLabelProxy "rowSpanColumn" Source #
comboBoxTearoffTitle :: AttrLabelProxy "tearoffTitle" Source #
comboBoxWrapWidth :: AttrLabelProxy "wrapWidth" Source #
Simple Text API
comboBoxNewText :: MonadIO m => m ComboBox Source #
Convenience function which constructs a new text combo box that is a
ComboBox just displaying strings. This function internally calls
comboBoxSetModelText after creating a new combo box.
comboBoxSetModelText :: (MonadIO m, IsComboBox self) => self -> m (SeqStore Text) Source #
Create a combo box that holds strings.
This function stores a SeqStore with the
widget and sets the model to the list store. The widget can contain only
strings. The model can be retrieved with comboBoxGetModel. The list
store can be retrieved with comboBoxGetModelText.
Any exisiting model or renderers are removed before setting the new text
model.
Note that the functions comboBoxAppendText, comboBoxInsertText,
comboBoxPrependText, comboBoxRemoveText and comboBoxGetActiveText
can be called on a combo box only once comboBoxSetModelText is called.
comboBoxGetModelText :: (MonadIO m, IsComboBox self) => self -> m (SeqStore Text) Source #
Retrieve the model that was created with comboBoxSetModelText.
comboBoxAppendText :: (MonadIO m, IsComboBox self) => self -> Text -> m Int32 Source #
Appends string to the list of strings stored in comboBox. Note that
you can only use this function with combo boxes constructed with
comboBoxNewText. Returns the index of the appended text.
Arguments
| :: (MonadIO m, IsComboBox self) | |
| => self | |
| -> Int32 |
|
| -> Text |
|
| -> m () |
Inserts string at position in the list of strings stored in
comboBox. Note that you can only use this function with combo boxes
constructed with comboBoxNewText.
comboBoxPrependText :: (Applicative m, MonadIO m, IsComboBox self) => self -> Text -> m () Source #
Prepends string to the list of strings stored in comboBox. Note that
you can only use this function with combo boxes constructed with
comboBoxNewText.
Arguments
| :: (MonadIO m, IsComboBox self) | |
| => self | |
| -> Int32 |
|
| -> m () |
Removes the string at position from comboBox. Note that you can only
use this function with combo boxes constructed with comboBoxNewText.
comboBoxGetActiveText :: (MonadIO m, IsComboBox self) => self -> m (Maybe Text) Source #
Returns the currently active string in comboBox or Nothing if none is
selected. Note that you can only use this function with combo boxes
constructed with comboBoxNewText.