| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Interfaces.SectionModel
Description
Documentation
newtype SectionModel #
Constructors
| SectionModel (ManagedPtr SectionModel) |
Instances
class (GObject o, IsDescendantOf SectionModel o) => IsSectionModel o #
Instances
| (GObject o, IsDescendantOf SectionModel o) => IsSectionModel o | |
Defined in GI.Gtk.Interfaces.SectionModel | |
type family ResolveSectionModelMethod (t :: Symbol) o where ... #
Equations
| ResolveSectionModelMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveSectionModelMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveSectionModelMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveSectionModelMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveSectionModelMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveSectionModelMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveSectionModelMethod "itemsChanged" o = ListModelItemsChangedMethodInfo | |
| ResolveSectionModelMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveSectionModelMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveSectionModelMethod "ref" o = ObjectRefMethodInfo | |
| ResolveSectionModelMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveSectionModelMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveSectionModelMethod "sectionsChanged" o = SectionModelSectionsChangedMethodInfo | |
| ResolveSectionModelMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveSectionModelMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveSectionModelMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveSectionModelMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveSectionModelMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveSectionModelMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveSectionModelMethod "getItem" o = ListModelGetItemMethodInfo | |
| ResolveSectionModelMethod "getItemType" o = ListModelGetItemTypeMethodInfo | |
| ResolveSectionModelMethod "getNItems" o = ListModelGetNItemsMethodInfo | |
| ResolveSectionModelMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveSectionModelMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveSectionModelMethod "getSection" o = SectionModelGetSectionMethodInfo | |
| ResolveSectionModelMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveSectionModelMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveSectionModelMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveSectionModelMethod l o = MethodResolutionFailed l o :: Type |
data SectionModelGetSectionMethodInfo #
Instances
| (signature ~ (Word32 -> m (Word32, Word32)), MonadIO m, IsSectionModel a) => OverloadedMethod SectionModelGetSectionMethodInfo a signature | |
Defined in GI.Gtk.Interfaces.SectionModel Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SectionModelGetSectionMethodInfo (a :: Type) | |
Defined in GI.Gtk.Interfaces.SectionModel Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type SectionModelSectionsChangedCallback = Word32 -> Word32 -> IO () #
data SectionModelSectionsChangedMethodInfo #
Instances
| (signature ~ (Word32 -> Word32 -> m ()), MonadIO m, IsSectionModel a) => OverloadedMethod SectionModelSectionsChangedMethodInfo a signature | |
Defined in GI.Gtk.Interfaces.SectionModel Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SectionModelSectionsChangedMethodInfo (a :: Type) | |
Defined in GI.Gtk.Interfaces.SectionModel Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SectionModelSectionsChangedSignalInfo #
Instances
| SignalInfo SectionModelSectionsChangedSignalInfo | |||||
Defined in GI.Gtk.Interfaces.SectionModel Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType SectionModelSectionsChangedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType SectionModelSectionsChangedSignalInfo | |||||
Defined in GI.Gtk.Interfaces.SectionModel type HaskellCallbackType SectionModelSectionsChangedSignalInfo = SectionModelSectionsChangedCallback | |||||
afterSectionModelSectionsChanged :: (IsSectionModel a, MonadIO m) => a -> ((?self :: a) => SectionModelSectionsChangedCallback) -> m SignalHandlerId #
onSectionModelSectionsChanged :: (IsSectionModel a, MonadIO m) => a -> ((?self :: a) => SectionModelSectionsChangedCallback) -> m SignalHandlerId #
sectionModelGetSection :: (HasCallStack, MonadIO m, IsSectionModel a) => a -> Word32 -> m (Word32, Word32) #
sectionModelSectionsChanged :: (HasCallStack, MonadIO m, IsSectionModel a) => a -> Word32 -> Word32 -> m () #
toSectionModel :: (MonadIO m, IsSectionModel o) => o -> m SectionModel #