gi-dazzle-1.0.1: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Objects.ShortcutModel

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ShortcutModel Source #

Memory-managed wrapper type.

Constructors

ShortcutModel (ManagedPtr ShortcutModel) 

Instances

Instances details
Eq ShortcutModel Source # 
Instance details

Defined in GI.Dazzle.Objects.ShortcutModel

GObject ShortcutModel Source # 
Instance details

Defined in GI.Dazzle.Objects.ShortcutModel

ManagedPtrNewtype ShortcutModel Source # 
Instance details

Defined in GI.Dazzle.Objects.ShortcutModel

Methods

toManagedPtr :: ShortcutModel -> ManagedPtr ShortcutModel

TypedObject ShortcutModel Source # 
Instance details

Defined in GI.Dazzle.Objects.ShortcutModel

Methods

glibType :: IO GType

HasParentTypes ShortcutModel Source # 
Instance details

Defined in GI.Dazzle.Objects.ShortcutModel

IsGValue (Maybe ShortcutModel) Source #

Convert ShortcutModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Dazzle.Objects.ShortcutModel

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe ShortcutModel -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutModel)

type ParentTypes ShortcutModel Source # 
Instance details

Defined in GI.Dazzle.Objects.ShortcutModel

type ParentTypes ShortcutModel = '[TreeStore, Object, Buildable, TreeDragDest, TreeDragSource, TreeModel, TreeSortable]

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

Instances details
(GObject o, IsDescendantOf ShortcutModel o) => IsShortcutModel o Source # 
Instance details

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

getManager

shortcutModelGetManager Source #

Arguments

:: (HasCallStack, MonadIO m, IsShortcutModel a) 
=> a

self: a ShortcutModel

-> m ShortcutManager

Returns: A ShortcutManager

Gets the manager to be edited.

getTheme

shortcutModelGetTheme Source #

Arguments

:: (HasCallStack, MonadIO m, IsShortcutModel a) 
=> a

self: a ShortcutModel

-> m ShortcutTheme

Returns: A ShortcutTheme

Get the theme to be edited.

new

shortcutModelNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m TreeModel

Returns: A TreeModel

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 ]