| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.SingleSelection
Description
Documentation
newtype SingleSelection #
Constructors
| SingleSelection (ManagedPtr SingleSelection) |
Instances
class (GObject o, IsDescendantOf SingleSelection o) => IsSingleSelection o #
Instances
| (GObject o, IsDescendantOf SingleSelection o) => IsSingleSelection o | |
Defined in GI.Gtk.Objects.SingleSelection | |
type family ResolveSingleSelectionMethod (t :: Symbol) o where ... #
Equations
data SingleSelectionAutoselectPropertyInfo #
Instances
data SingleSelectionCanUnselectPropertyInfo #
Instances
| AttrInfo SingleSelectionCanUnselectPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection Associated Types
Methods attrGet :: AttrBaseTypeConstraint SingleSelectionCanUnselectPropertyInfo o => o -> IO (AttrGetType SingleSelectionCanUnselectPropertyInfo) attrSet :: (AttrBaseTypeConstraint SingleSelectionCanUnselectPropertyInfo o, AttrSetTypeConstraint SingleSelectionCanUnselectPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SingleSelectionCanUnselectPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SingleSelectionCanUnselectPropertyInfo o, AttrSetTypeConstraint SingleSelectionCanUnselectPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SingleSelectionCanUnselectPropertyInfo o, AttrTransferTypeConstraint SingleSelectionCanUnselectPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SingleSelectionCanUnselectPropertyInfo) attrPut :: AttrBaseTypeConstraint SingleSelectionCanUnselectPropertyInfo o => o -> AttrGetType SingleSelectionCanUnselectPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SingleSelectionCanUnselectPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrAllowedOps SingleSelectionCanUnselectPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SingleSelectionCanUnselectPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrGetType SingleSelectionCanUnselectPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrGetType SingleSelectionCanUnselectPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel SingleSelectionCanUnselectPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrLabel SingleSelectionCanUnselectPropertyInfo = "can-unselect" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SingleSelectionCanUnselectPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SingleSelectionCanUnselectPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrSetTypeConstraint SingleSelectionCanUnselectPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType SingleSelectionCanUnselectPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferType SingleSelectionCanUnselectPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SingleSelectionCanUnselectPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferTypeConstraint SingleSelectionCanUnselectPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data SingleSelectionGetAutoselectMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsSingleSelection a) => OverloadedMethod SingleSelectionGetAutoselectMethodInfo a signature | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SingleSelectionGetAutoselectMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SingleSelectionGetCanUnselectMethodInfo #
Instances
| (signature ~ m Bool, MonadIO m, IsSingleSelection a) => OverloadedMethod SingleSelectionGetCanUnselectMethodInfo a signature | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SingleSelectionGetCanUnselectMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SingleSelectionGetModelMethodInfo #
Instances
| (signature ~ m (Maybe ListModel), MonadIO m, IsSingleSelection a) => OverloadedMethod SingleSelectionGetModelMethodInfo a signature | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SingleSelectionGetModelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SingleSelectionGetSelectedItemMethodInfo #
Instances
| (signature ~ m (Maybe Object), MonadIO m, IsSingleSelection a) => OverloadedMethod SingleSelectionGetSelectedItemMethodInfo a signature | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SingleSelectionGetSelectedItemMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SingleSelectionGetSelectedMethodInfo #
Instances
| (signature ~ m Word32, MonadIO m, IsSingleSelection a) => OverloadedMethod SingleSelectionGetSelectedMethodInfo a signature | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SingleSelectionGetSelectedMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SingleSelectionItemTypePropertyInfo #
Instances
| AttrInfo SingleSelectionItemTypePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection Associated Types
Methods attrGet :: AttrBaseTypeConstraint SingleSelectionItemTypePropertyInfo o => o -> IO (AttrGetType SingleSelectionItemTypePropertyInfo) attrSet :: (AttrBaseTypeConstraint SingleSelectionItemTypePropertyInfo o, AttrSetTypeConstraint SingleSelectionItemTypePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SingleSelectionItemTypePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SingleSelectionItemTypePropertyInfo o, AttrSetTypeConstraint SingleSelectionItemTypePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SingleSelectionItemTypePropertyInfo o, AttrTransferTypeConstraint SingleSelectionItemTypePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SingleSelectionItemTypePropertyInfo) attrPut :: AttrBaseTypeConstraint SingleSelectionItemTypePropertyInfo o => o -> AttrGetType SingleSelectionItemTypePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SingleSelectionItemTypePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrAllowedOps SingleSelectionItemTypePropertyInfo = '['AttrGet] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SingleSelectionItemTypePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrGetType SingleSelectionItemTypePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrLabel SingleSelectionItemTypePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrLabel SingleSelectionItemTypePropertyInfo = "item-type" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SingleSelectionItemTypePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SingleSelectionItemTypePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrSetTypeConstraint SingleSelectionItemTypePropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
| type AttrTransferType SingleSelectionItemTypePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferType SingleSelectionItemTypePropertyInfo = () | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SingleSelectionItemTypePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferTypeConstraint SingleSelectionItemTypePropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
data SingleSelectionModelPropertyInfo #
Instances
| AttrInfo SingleSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection Associated Types
Methods attrGet :: AttrBaseTypeConstraint SingleSelectionModelPropertyInfo o => o -> IO (AttrGetType SingleSelectionModelPropertyInfo) attrSet :: (AttrBaseTypeConstraint SingleSelectionModelPropertyInfo o, AttrSetTypeConstraint SingleSelectionModelPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SingleSelectionModelPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SingleSelectionModelPropertyInfo o, AttrSetTypeConstraint SingleSelectionModelPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SingleSelectionModelPropertyInfo o, AttrTransferTypeConstraint SingleSelectionModelPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SingleSelectionModelPropertyInfo) attrPut :: AttrBaseTypeConstraint SingleSelectionModelPropertyInfo o => o -> AttrGetType SingleSelectionModelPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SingleSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrAllowedOps SingleSelectionModelPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SingleSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrGetType SingleSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrGetType SingleSelectionModelPropertyInfo = Maybe ListModel | |||||||||||||||||||||||||||||||||
| type AttrLabel SingleSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrLabel SingleSelectionModelPropertyInfo = "model" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SingleSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SingleSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrSetTypeConstraint SingleSelectionModelPropertyInfo = IsListModel | |||||||||||||||||||||||||||||||||
| type AttrTransferType SingleSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferType SingleSelectionModelPropertyInfo = ListModel | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SingleSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferTypeConstraint SingleSelectionModelPropertyInfo = IsListModel | |||||||||||||||||||||||||||||||||
data SingleSelectionNItemsPropertyInfo #
Instances
| AttrInfo SingleSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection Associated Types
Methods attrGet :: AttrBaseTypeConstraint SingleSelectionNItemsPropertyInfo o => o -> IO (AttrGetType SingleSelectionNItemsPropertyInfo) attrSet :: (AttrBaseTypeConstraint SingleSelectionNItemsPropertyInfo o, AttrSetTypeConstraint SingleSelectionNItemsPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SingleSelectionNItemsPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SingleSelectionNItemsPropertyInfo o, AttrSetTypeConstraint SingleSelectionNItemsPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SingleSelectionNItemsPropertyInfo o, AttrTransferTypeConstraint SingleSelectionNItemsPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SingleSelectionNItemsPropertyInfo) attrPut :: AttrBaseTypeConstraint SingleSelectionNItemsPropertyInfo o => o -> AttrGetType SingleSelectionNItemsPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SingleSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrAllowedOps SingleSelectionNItemsPropertyInfo = '['AttrGet] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SingleSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrGetType SingleSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrGetType SingleSelectionNItemsPropertyInfo = Word32 | |||||||||||||||||||||||||||||||||
| type AttrLabel SingleSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrLabel SingleSelectionNItemsPropertyInfo = "n-items" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SingleSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SingleSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrSetTypeConstraint SingleSelectionNItemsPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
| type AttrTransferType SingleSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferType SingleSelectionNItemsPropertyInfo = () | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SingleSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferTypeConstraint SingleSelectionNItemsPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
data SingleSelectionSelectedItemPropertyInfo #
Instances
| AttrInfo SingleSelectionSelectedItemPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection Associated Types
Methods attrGet :: AttrBaseTypeConstraint SingleSelectionSelectedItemPropertyInfo o => o -> IO (AttrGetType SingleSelectionSelectedItemPropertyInfo) attrSet :: (AttrBaseTypeConstraint SingleSelectionSelectedItemPropertyInfo o, AttrSetTypeConstraint SingleSelectionSelectedItemPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SingleSelectionSelectedItemPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SingleSelectionSelectedItemPropertyInfo o, AttrSetTypeConstraint SingleSelectionSelectedItemPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SingleSelectionSelectedItemPropertyInfo o, AttrTransferTypeConstraint SingleSelectionSelectedItemPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SingleSelectionSelectedItemPropertyInfo) attrPut :: AttrBaseTypeConstraint SingleSelectionSelectedItemPropertyInfo o => o -> AttrGetType SingleSelectionSelectedItemPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SingleSelectionSelectedItemPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrAllowedOps SingleSelectionSelectedItemPropertyInfo = '['AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SingleSelectionSelectedItemPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrGetType SingleSelectionSelectedItemPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrGetType SingleSelectionSelectedItemPropertyInfo = Maybe Object | |||||||||||||||||||||||||||||||||
| type AttrLabel SingleSelectionSelectedItemPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrLabel SingleSelectionSelectedItemPropertyInfo = "selected-item" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SingleSelectionSelectedItemPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SingleSelectionSelectedItemPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrSetTypeConstraint SingleSelectionSelectedItemPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
| type AttrTransferType SingleSelectionSelectedItemPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferType SingleSelectionSelectedItemPropertyInfo = () | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SingleSelectionSelectedItemPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferTypeConstraint SingleSelectionSelectedItemPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
data SingleSelectionSelectedPropertyInfo #
Instances
| AttrInfo SingleSelectionSelectedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection Associated Types
Methods attrGet :: AttrBaseTypeConstraint SingleSelectionSelectedPropertyInfo o => o -> IO (AttrGetType SingleSelectionSelectedPropertyInfo) attrSet :: (AttrBaseTypeConstraint SingleSelectionSelectedPropertyInfo o, AttrSetTypeConstraint SingleSelectionSelectedPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SingleSelectionSelectedPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SingleSelectionSelectedPropertyInfo o, AttrSetTypeConstraint SingleSelectionSelectedPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SingleSelectionSelectedPropertyInfo o, AttrTransferTypeConstraint SingleSelectionSelectedPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SingleSelectionSelectedPropertyInfo) attrPut :: AttrBaseTypeConstraint SingleSelectionSelectedPropertyInfo o => o -> AttrGetType SingleSelectionSelectedPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SingleSelectionSelectedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrAllowedOps SingleSelectionSelectedPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SingleSelectionSelectedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrGetType SingleSelectionSelectedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrGetType SingleSelectionSelectedPropertyInfo = Word32 | |||||||||||||||||||||||||||||||||
| type AttrLabel SingleSelectionSelectedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrLabel SingleSelectionSelectedPropertyInfo = "selected" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SingleSelectionSelectedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SingleSelectionSelectedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrSetTypeConstraint SingleSelectionSelectedPropertyInfo = Type ~ Word32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType SingleSelectionSelectedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferType SingleSelectionSelectedPropertyInfo = Word32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SingleSelectionSelectedPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.SingleSelection type AttrTransferTypeConstraint SingleSelectionSelectedPropertyInfo = Type ~ Word32 | |||||||||||||||||||||||||||||||||
data SingleSelectionSetAutoselectMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsSingleSelection a) => OverloadedMethod SingleSelectionSetAutoselectMethodInfo a signature | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SingleSelectionSetAutoselectMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SingleSelectionSetCanUnselectMethodInfo #
Instances
| (signature ~ (Bool -> m ()), MonadIO m, IsSingleSelection a) => OverloadedMethod SingleSelectionSetCanUnselectMethodInfo a signature | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SingleSelectionSetCanUnselectMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SingleSelectionSetModelMethodInfo #
Instances
| (signature ~ (Maybe b -> m ()), MonadIO m, IsSingleSelection a, IsListModel b) => OverloadedMethod SingleSelectionSetModelMethodInfo a signature | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SingleSelectionSetModelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SingleSelectionSetSelectedMethodInfo #
Instances
| (signature ~ (Word32 -> m ()), MonadIO m, IsSingleSelection a) => OverloadedMethod SingleSelectionSetSelectedMethodInfo a signature | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SingleSelectionSetSelectedMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.SingleSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
clearSingleSelectionModel :: (MonadIO m, IsSingleSelection o) => o -> m () #
constructSingleSelectionAutoselect :: (IsSingleSelection o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructSingleSelectionCanUnselect :: (IsSingleSelection o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructSingleSelectionModel :: (IsSingleSelection o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o) #
constructSingleSelectionSelected :: (IsSingleSelection o, MonadIO m) => Word32 -> m (GValueConstruct o) #
getSingleSelectionAutoselect :: (MonadIO m, IsSingleSelection o) => o -> m Bool #
getSingleSelectionCanUnselect :: (MonadIO m, IsSingleSelection o) => o -> m Bool #
getSingleSelectionItemType :: (MonadIO m, IsSingleSelection o) => o -> m GType #
getSingleSelectionModel :: (MonadIO m, IsSingleSelection o) => o -> m (Maybe ListModel) #
getSingleSelectionNItems :: (MonadIO m, IsSingleSelection o) => o -> m Word32 #
getSingleSelectionSelected :: (MonadIO m, IsSingleSelection o) => o -> m Word32 #
getSingleSelectionSelectedItem :: (MonadIO m, IsSingleSelection o) => o -> m (Maybe Object) #
setSingleSelectionAutoselect :: (MonadIO m, IsSingleSelection o) => o -> Bool -> m () #
setSingleSelectionCanUnselect :: (MonadIO m, IsSingleSelection o) => o -> Bool -> m () #
setSingleSelectionModel :: (MonadIO m, IsSingleSelection o, IsListModel a) => o -> a -> m () #
setSingleSelectionSelected :: (MonadIO m, IsSingleSelection o) => o -> Word32 -> m () #
singleSelectionAutoselect :: AttrLabelProxy "autoselect" #
singleSelectionCanUnselect :: AttrLabelProxy "canUnselect" #
singleSelectionGetAutoselect :: (HasCallStack, MonadIO m, IsSingleSelection a) => a -> m Bool #
singleSelectionGetCanUnselect :: (HasCallStack, MonadIO m, IsSingleSelection a) => a -> m Bool #
singleSelectionGetModel :: (HasCallStack, MonadIO m, IsSingleSelection a) => a -> m (Maybe ListModel) #
singleSelectionGetSelected :: (HasCallStack, MonadIO m, IsSingleSelection a) => a -> m Word32 #
singleSelectionGetSelectedItem :: (HasCallStack, MonadIO m, IsSingleSelection a) => a -> m (Maybe Object) #
singleSelectionItemType :: AttrLabelProxy "itemType" #
singleSelectionModel :: AttrLabelProxy "model" #
singleSelectionNItems :: AttrLabelProxy "nItems" #
singleSelectionNew :: (HasCallStack, MonadIO m, IsListModel a) => Maybe a -> m SingleSelection #
singleSelectionSelected :: AttrLabelProxy "selected" #
singleSelectionSelectedItem :: AttrLabelProxy "selectedItem" #
singleSelectionSetAutoselect :: (HasCallStack, MonadIO m, IsSingleSelection a) => a -> Bool -> m () #
singleSelectionSetCanUnselect :: (HasCallStack, MonadIO m, IsSingleSelection a) => a -> Bool -> m () #
singleSelectionSetModel :: (HasCallStack, MonadIO m, IsSingleSelection a, IsListModel b) => a -> Maybe b -> m () #
singleSelectionSetSelected :: (HasCallStack, MonadIO m, IsSingleSelection a) => a -> Word32 -> m () #
toSingleSelection :: (MonadIO m, IsSingleSelection o) => o -> m SingleSelection #