gi-gtk-hs-0.3.18: A wrapper for gi-gtk, adding a few more idiomatic API parts on top
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell2010

Data.GI.Gtk.ComboBox

Description

A widget used to choose from a list of items.

  • Module available since Gtk+ version 2.4
Synopsis

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

data ComboBoxActiveIdPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxActiveIdPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxActiveIdPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxActiveIdPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxActiveIdPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxActiveIdPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxActiveIdPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxActiveIdPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxActiveIdPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxActiveIdPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxActivePropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxActivePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxAddTearoffsPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxAddTearoffsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxAddTearoffsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxAddTearoffsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxAddTearoffsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxAddTearoffsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxAddTearoffsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxAddTearoffsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxAddTearoffsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxAddTearoffsPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxButtonSensitivityPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Associated Types

type AttrAllowedOps ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxButtonSensitivityPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxCellAreaPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxCellAreaPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxColumnSpanColumnPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Associated Types

type AttrAllowedOps ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxColumnSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxEntryTextColumnPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Associated Types

type AttrAllowedOps ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxEntryTextColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxGetActiveIdMethodInfo Source #

Instances

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

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxGetActiveIdMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxGetActiveMethodInfo Source #

Instances

Instances details
(signature ~ m Int32, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetActiveMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxGetActiveMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxGetHasEntryMethodInfo Source #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetHasEntryMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxGetHasEntryMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxGetIdColumnMethodInfo Source #

Instances

Instances details
(signature ~ m Int32, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetIdColumnMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxGetIdColumnMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxGetModelMethodInfo Source #

Instances

Instances details
(signature ~ m TreeModel, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetModelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxGetModelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxGetTitleMethodInfo Source #

Instances

Instances details
(signature ~ m Text, MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxGetTitleMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxGetTitleMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxHasEntryPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxHasEntryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxHasEntryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxHasEntryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxHasEntryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxHasEntryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxHasEntryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxHasEntryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxHasEntryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxHasEntryPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxHasFramePropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxHasFramePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxIdColumnPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxIdColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxIdColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxIdColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxIdColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxIdColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxIdColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxIdColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxIdColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxIdColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxModelPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxModelPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxPopdownMethodInfo Source #

Instances

Instances details
(signature ~ m (), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxPopdownMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxPopdownMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxPopupFixedWidthPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxPopupFixedWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxPopupFixedWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxPopupFixedWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxPopupFixedWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxPopupFixedWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxPopupFixedWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxPopupFixedWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxPopupFixedWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxPopupFixedWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxPopupForDeviceMethodInfo Source #

Instances

Instances details
(signature ~ (b -> m ()), MonadIO m, IsComboBox a, IsDevice b) => OverloadedMethod ComboBoxPopupForDeviceMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxPopupForDeviceMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxPopupMethodInfo Source #

Instances

Instances details
(signature ~ m (), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxPopupMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxPopupMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxPopupShownPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxPopupShownPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxPopupShownPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxPopupShownPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxPopupShownPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxPopupShownPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxPopupShownPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxPopupShownPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxPopupShownPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxPopupShownPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxRowSpanColumnPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxRowSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxRowSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxRowSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxRowSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxRowSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxRowSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxRowSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxRowSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxRowSpanColumnPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxSetActiveIdMethodInfo Source #

Instances

Instances details
(signature ~ (Maybe Text -> m Bool), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetActiveIdMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxSetActiveIdMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxSetActiveIterMethodInfo Source #

Instances

Instances details
(signature ~ (Maybe TreeIter -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetActiveIterMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxSetActiveIterMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxSetActiveMethodInfo Source #

Instances

Instances details
(signature ~ (Int32 -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetActiveMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxSetActiveMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxSetAddTearoffsMethodInfo Source #

Instances

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

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxSetAddTearoffsMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxSetFocusOnClickMethodInfo Source #

Instances

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

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxSetFocusOnClickMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxSetIdColumnMethodInfo Source #

Instances

Instances details
(signature ~ (Int32 -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetIdColumnMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxSetIdColumnMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxSetModelMethodInfo Source #

Instances

Instances details
(signature ~ (Maybe b -> m ()), MonadIO m, IsComboBox a, IsTreeModel b) => OverloadedMethod ComboBoxSetModelMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxSetModelMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxSetTitleMethodInfo Source #

Instances

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

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxSetTitleMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxSetWrapWidthMethodInfo Source #

Instances

Instances details
(signature ~ (Int32 -> m ()), MonadIO m, IsComboBox a) => OverloadedMethod ComboBoxSetWrapWidthMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

overloadedMethod :: a -> signature Source #

OverloadedMethodInfo ComboBoxSetWrapWidthMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxTearoffTitlePropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxTearoffTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxTearoffTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxTearoffTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxTearoffTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxTearoffTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxTearoffTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxTearoffTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxTearoffTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxTearoffTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

data ComboBoxWrapWidthPropertyInfo Source #

Instances

Instances details
AttrInfo ComboBoxWrapWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrAllowedOps ComboBoxWrapWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrBaseTypeConstraint ComboBoxWrapWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrGetType ComboBoxWrapWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrLabel ComboBoxWrapWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrOrigin ComboBoxWrapWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrSetTypeConstraint ComboBoxWrapWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferType ComboBoxWrapWidthPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.ComboBox

type AttrTransferTypeConstraint ComboBoxWrapWidthPropertyInfo 
Instance details

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 

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.

comboBoxInsertText Source #

Arguments

:: (MonadIO m, IsComboBox self) 
=> self 
-> Int32

position - An index to insert text.

-> Text

text - A string.

-> 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.

comboBoxRemoveText Source #

Arguments

:: (MonadIO m, IsComboBox self) 
=> self 
-> Int32

position - Index of the item to remove.

-> 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.