| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.NoSelection
Description
Documentation
newtype NoSelection #
Constructors
| NoSelection (ManagedPtr NoSelection) |
Instances
class (GObject o, IsDescendantOf NoSelection o) => IsNoSelection o #
Instances
| (GObject o, IsDescendantOf NoSelection o) => IsNoSelection o | |
Defined in GI.Gtk.Objects.NoSelection | |
data NoSelectionGetModelMethodInfo #
Instances
| (signature ~ m (Maybe ListModel), MonadIO m, IsNoSelection a) => OverloadedMethod NoSelectionGetModelMethodInfo a signature | |
Defined in GI.Gtk.Objects.NoSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NoSelectionGetModelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.NoSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data NoSelectionItemTypePropertyInfo #
Instances
data NoSelectionModelPropertyInfo #
Instances
| AttrInfo NoSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection Associated Types
Methods attrGet :: AttrBaseTypeConstraint NoSelectionModelPropertyInfo o => o -> IO (AttrGetType NoSelectionModelPropertyInfo) attrSet :: (AttrBaseTypeConstraint NoSelectionModelPropertyInfo o, AttrSetTypeConstraint NoSelectionModelPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint NoSelectionModelPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint NoSelectionModelPropertyInfo o, AttrSetTypeConstraint NoSelectionModelPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint NoSelectionModelPropertyInfo o, AttrTransferTypeConstraint NoSelectionModelPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NoSelectionModelPropertyInfo) attrPut :: AttrBaseTypeConstraint NoSelectionModelPropertyInfo o => o -> AttrGetType NoSelectionModelPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps NoSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrAllowedOps NoSelectionModelPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint NoSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection | |||||||||||||||||||||||||||||||||
| type AttrGetType NoSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrGetType NoSelectionModelPropertyInfo = Maybe ListModel | |||||||||||||||||||||||||||||||||
| type AttrLabel NoSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrLabel NoSelectionModelPropertyInfo = "model" | |||||||||||||||||||||||||||||||||
| type AttrOrigin NoSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint NoSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrSetTypeConstraint NoSelectionModelPropertyInfo = IsListModel | |||||||||||||||||||||||||||||||||
| type AttrTransferType NoSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrTransferType NoSelectionModelPropertyInfo = ListModel | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint NoSelectionModelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrTransferTypeConstraint NoSelectionModelPropertyInfo = IsListModel | |||||||||||||||||||||||||||||||||
data NoSelectionNItemsPropertyInfo #
Instances
| AttrInfo NoSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection Associated Types
Methods attrGet :: AttrBaseTypeConstraint NoSelectionNItemsPropertyInfo o => o -> IO (AttrGetType NoSelectionNItemsPropertyInfo) attrSet :: (AttrBaseTypeConstraint NoSelectionNItemsPropertyInfo o, AttrSetTypeConstraint NoSelectionNItemsPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint NoSelectionNItemsPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint NoSelectionNItemsPropertyInfo o, AttrSetTypeConstraint NoSelectionNItemsPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint NoSelectionNItemsPropertyInfo o, AttrTransferTypeConstraint NoSelectionNItemsPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType NoSelectionNItemsPropertyInfo) attrPut :: AttrBaseTypeConstraint NoSelectionNItemsPropertyInfo o => o -> AttrGetType NoSelectionNItemsPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps NoSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrAllowedOps NoSelectionNItemsPropertyInfo = '['AttrGet] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint NoSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection | |||||||||||||||||||||||||||||||||
| type AttrGetType NoSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrGetType NoSelectionNItemsPropertyInfo = Word32 | |||||||||||||||||||||||||||||||||
| type AttrLabel NoSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrLabel NoSelectionNItemsPropertyInfo = "n-items" | |||||||||||||||||||||||||||||||||
| type AttrOrigin NoSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint NoSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrSetTypeConstraint NoSelectionNItemsPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
| type AttrTransferType NoSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrTransferType NoSelectionNItemsPropertyInfo = () | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint NoSelectionNItemsPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.NoSelection type AttrTransferTypeConstraint NoSelectionNItemsPropertyInfo = Type ~ () | |||||||||||||||||||||||||||||||||
data NoSelectionSetModelMethodInfo #
Instances
| (signature ~ (Maybe b -> m ()), MonadIO m, IsNoSelection a, IsListModel b) => OverloadedMethod NoSelectionSetModelMethodInfo a signature | |
Defined in GI.Gtk.Objects.NoSelection Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo NoSelectionSetModelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.NoSelection Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type family ResolveNoSelectionMethod (t :: Symbol) o where ... #
Equations
| ResolveNoSelectionMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveNoSelectionMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveNoSelectionMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveNoSelectionMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveNoSelectionMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveNoSelectionMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveNoSelectionMethod "isSelected" o = SelectionModelIsSelectedMethodInfo | |
| ResolveNoSelectionMethod "itemsChanged" o = ListModelItemsChangedMethodInfo | |
| ResolveNoSelectionMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveNoSelectionMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveNoSelectionMethod "ref" o = ObjectRefMethodInfo | |
| ResolveNoSelectionMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveNoSelectionMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveNoSelectionMethod "sectionsChanged" o = SectionModelSectionsChangedMethodInfo | |
| ResolveNoSelectionMethod "selectAll" o = SelectionModelSelectAllMethodInfo | |
| ResolveNoSelectionMethod "selectItem" o = SelectionModelSelectItemMethodInfo | |
| ResolveNoSelectionMethod "selectRange" o = SelectionModelSelectRangeMethodInfo | |
| ResolveNoSelectionMethod "selectionChanged" o = SelectionModelSelectionChangedMethodInfo | |
| ResolveNoSelectionMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveNoSelectionMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveNoSelectionMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveNoSelectionMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveNoSelectionMethod "unselectAll" o = SelectionModelUnselectAllMethodInfo | |
| ResolveNoSelectionMethod "unselectItem" o = SelectionModelUnselectItemMethodInfo | |
| ResolveNoSelectionMethod "unselectRange" o = SelectionModelUnselectRangeMethodInfo | |
| ResolveNoSelectionMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveNoSelectionMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveNoSelectionMethod "getItem" o = ListModelGetItemMethodInfo | |
| ResolveNoSelectionMethod "getItemType" o = ListModelGetItemTypeMethodInfo | |
| ResolveNoSelectionMethod "getModel" o = NoSelectionGetModelMethodInfo | |
| ResolveNoSelectionMethod "getNItems" o = ListModelGetNItemsMethodInfo | |
| ResolveNoSelectionMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveNoSelectionMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveNoSelectionMethod "getSection" o = SectionModelGetSectionMethodInfo | |
| ResolveNoSelectionMethod "getSelection" o = SelectionModelGetSelectionMethodInfo | |
| ResolveNoSelectionMethod "getSelectionInRange" o = SelectionModelGetSelectionInRangeMethodInfo | |
| ResolveNoSelectionMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveNoSelectionMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveNoSelectionMethod "setModel" o = NoSelectionSetModelMethodInfo | |
| ResolveNoSelectionMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveNoSelectionMethod "setSelection" o = SelectionModelSetSelectionMethodInfo | |
| ResolveNoSelectionMethod l o = MethodResolutionFailed l o :: Type |
clearNoSelectionModel :: (MonadIO m, IsNoSelection o) => o -> m () #
constructNoSelectionModel :: (IsNoSelection o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o) #
getNoSelectionItemType :: (MonadIO m, IsNoSelection o) => o -> m GType #
getNoSelectionModel :: (MonadIO m, IsNoSelection o) => o -> m (Maybe ListModel) #
getNoSelectionNItems :: (MonadIO m, IsNoSelection o) => o -> m Word32 #
noSelectionGetModel :: (HasCallStack, MonadIO m, IsNoSelection a) => a -> m (Maybe ListModel) #
noSelectionItemType :: AttrLabelProxy "itemType" #
noSelectionModel :: AttrLabelProxy "model" #
noSelectionNItems :: AttrLabelProxy "nItems" #
noSelectionNew :: (HasCallStack, MonadIO m, IsListModel a) => Maybe a -> m NoSelection #
noSelectionSetModel :: (HasCallStack, MonadIO m, IsNoSelection a, IsListModel b) => a -> Maybe b -> m () #
setNoSelectionModel :: (MonadIO m, IsNoSelection o, IsListModel a) => o -> a -> m () #
toNoSelection :: (MonadIO m, IsNoSelection o) => o -> m NoSelection #