Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype ShortcutModel = ShortcutModel (ManagedPtr ShortcutModel)
- class (GObject o, IsDescendantOf ShortcutModel o) => IsShortcutModel o
- toShortcutModel :: (MonadIO m, IsShortcutModel o) => o -> m ShortcutModel
- shortcutModelGetManager :: (HasCallStack, MonadIO m, IsShortcutModel a) => a -> m ShortcutManager
- shortcutModelGetTheme :: (HasCallStack, MonadIO m, IsShortcutModel a) => a -> m ShortcutTheme
- shortcutModelNew :: (HasCallStack, MonadIO m) => m TreeModel
- shortcutModelRebuild :: (HasCallStack, MonadIO m, IsShortcutModel a) => a -> m ()
- shortcutModelSetChord :: (HasCallStack, MonadIO m, IsShortcutModel a) => a -> TreeIter -> ShortcutChord -> m ()
- shortcutModelSetManager :: (HasCallStack, MonadIO m, IsShortcutModel a, IsShortcutManager b) => a -> b -> m ()
- shortcutModelSetTheme :: (HasCallStack, MonadIO m, IsShortcutModel a, IsShortcutTheme b) => a -> b -> m ()
- constructShortcutModelManager :: (IsShortcutModel o, MonadIO m, IsShortcutManager a) => a -> m (GValueConstruct o)
- getShortcutModelManager :: (MonadIO m, IsShortcutModel o) => o -> m ShortcutManager
- setShortcutModelManager :: (MonadIO m, IsShortcutModel o, IsShortcutManager a) => o -> a -> m ()
- constructShortcutModelTheme :: (IsShortcutModel o, MonadIO m, IsShortcutTheme a) => a -> m (GValueConstruct o)
- getShortcutModelTheme :: (MonadIO m, IsShortcutModel o) => o -> m ShortcutTheme
- setShortcutModelTheme :: (MonadIO m, IsShortcutModel o, IsShortcutTheme a) => o -> a -> m ()
Exported types
newtype ShortcutModel Source #
Memory-managed wrapper type.
ShortcutModel (ManagedPtr ShortcutModel) |
Instances
class (GObject o, IsDescendantOf ShortcutModel o) => IsShortcutModel o Source #
Type class for types which can be safely cast to ShortcutModel
, for instance with toShortcutModel
.
Instances
(GObject o, IsDescendantOf ShortcutModel o) => IsShortcutModel o Source # | |
Defined in GI.Dazzle.Objects.ShortcutModel |
toShortcutModel :: (MonadIO m, IsShortcutModel o) => o -> m ShortcutModel Source #
Cast to ShortcutModel
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Click to display all available methods, including inherited ones
Methods
addChild, append, bindProperty, bindPropertyFull, clear, constructChild, customFinished, customTagEnd, customTagStart, dragDataDelete, dragDataGet, dragDataReceived, filterNew, forceFloating, foreach, freezeNotify, getv, hasDefaultSortFunc, insert, insertAfter, insertBefore, insertWithValues, isAncestor, isFloating, iterChildren, iterDepth, iterHasChild, iterIsValid, iterNChildren, iterNext, iterNthChild, iterParent, iterPrevious, moveAfter, moveBefore, notify, notifyByPspec, parserFinished, prepend, rebuild, ref, refNode, refSink, remove, rowChanged, rowDeleted, rowDraggable, rowDropPossible, rowHasChildToggled, rowInserted, rowsReordered, runDispose, set, sortColumnChanged, stealData, stealQdata, swap, thawNotify, unref, unrefNode, watchClosure.
Getters
getColumnType, getData, getFlags, getInternalChild, getIter, getIterFirst, getIterFromString, getManager, getNColumns, getName, getPath, getProperty, getQdata, getSortColumnId, getStringFromIter, getTheme, getValue.
Setters
setBuildableProperty, setChord, setColumnTypes, setData, setDataFull, setDefaultSortFunc, setManager, setName, setProperty, setSortColumnId, setSortFunc, setTheme, setValue.
getManager
shortcutModelGetManager Source #
:: (HasCallStack, MonadIO m, IsShortcutModel a) | |
=> a |
|
-> m ShortcutManager | Returns: A |
Gets the manager to be edited.
getTheme
shortcutModelGetTheme Source #
:: (HasCallStack, MonadIO m, IsShortcutModel a) | |
=> a |
|
-> m ShortcutTheme | Returns: A |
Get the theme to be edited.
new
:: (HasCallStack, MonadIO m) | |
=> m TreeModel | Returns: A |
No description available in the introspection data.
rebuild
shortcutModelRebuild :: (HasCallStack, MonadIO m, IsShortcutModel a) => a -> m () Source #
No description available in the introspection data.
setChord
shortcutModelSetChord :: (HasCallStack, MonadIO m, IsShortcutModel a) => a -> TreeIter -> ShortcutChord -> m () Source #
No description available in the introspection data.
setManager
shortcutModelSetManager :: (HasCallStack, MonadIO m, IsShortcutModel a, IsShortcutManager b) => a -> b -> m () Source #
No description available in the introspection data.
setTheme
shortcutModelSetTheme :: (HasCallStack, MonadIO m, IsShortcutModel a, IsShortcutTheme b) => a -> b -> m () Source #
No description available in the introspection data.
Properties
manager
No description available in the introspection data.
constructShortcutModelManager :: (IsShortcutModel o, MonadIO m, IsShortcutManager a) => a -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “manager
” property. This is rarely needed directly, but it is used by new
.
getShortcutModelManager :: (MonadIO m, IsShortcutModel o) => o -> m ShortcutManager Source #
Get the value of the “manager
” property.
When overloading is enabled, this is equivalent to
get
shortcutModel #manager
setShortcutModelManager :: (MonadIO m, IsShortcutModel o, IsShortcutManager a) => o -> a -> m () Source #
Set the value of the “manager
” property.
When overloading is enabled, this is equivalent to
set
shortcutModel [ #manager:=
value ]
theme
No description available in the introspection data.
constructShortcutModelTheme :: (IsShortcutModel o, MonadIO m, IsShortcutTheme a) => a -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “theme
” property. This is rarely needed directly, but it is used by new
.
getShortcutModelTheme :: (MonadIO m, IsShortcutModel o) => o -> m ShortcutTheme Source #
Get the value of the “theme
” property.
When overloading is enabled, this is equivalent to
get
shortcutModel #theme
setShortcutModelTheme :: (MonadIO m, IsShortcutModel o, IsShortcutTheme a) => o -> a -> m () Source #
Set the value of the “theme
” property.
When overloading is enabled, this is equivalent to
set
shortcutModel [ #theme:=
value ]