gi-handy-0.0.7: libhandy bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Handy.Objects.PreferencesWindow

Description

No description available in the introspection data.

Synopsis

Exported types

newtype PreferencesWindow Source #

Memory-managed wrapper type.

Constructors

PreferencesWindow (ManagedPtr PreferencesWindow) 

Instances

Instances details
Eq PreferencesWindow Source # 
Instance details

Defined in GI.Handy.Objects.PreferencesWindow

GObject PreferencesWindow Source # 
Instance details

Defined in GI.Handy.Objects.PreferencesWindow

ManagedPtrNewtype PreferencesWindow Source # 
Instance details

Defined in GI.Handy.Objects.PreferencesWindow

TypedObject PreferencesWindow Source # 
Instance details

Defined in GI.Handy.Objects.PreferencesWindow

Methods

glibType :: IO GType

IsGValue PreferencesWindow Source #

Convert PreferencesWindow to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Handy.Objects.PreferencesWindow

Methods

toGValue :: PreferencesWindow -> IO GValue

fromGValue :: GValue -> IO PreferencesWindow

HasParentTypes PreferencesWindow Source # 
Instance details

Defined in GI.Handy.Objects.PreferencesWindow

type ParentTypes PreferencesWindow Source # 
Instance details

Defined in GI.Handy.Objects.PreferencesWindow

type ParentTypes PreferencesWindow = '[Window, Bin, Container, Widget, Object, ImplementorIface, Buildable]

class (GObject o, IsDescendantOf PreferencesWindow o) => IsPreferencesWindow o Source #

Type class for types which can be safely cast to PreferencesWindow, for instance with toPreferencesWindow.

Instances

Instances details
(GObject o, IsDescendantOf PreferencesWindow o) => IsPreferencesWindow o Source # 
Instance details

Defined in GI.Handy.Objects.PreferencesWindow

toPreferencesWindow :: (MonadIO m, IsPreferencesWindow o) => o -> m PreferencesWindow Source #

Cast to PreferencesWindow, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

new

preferencesWindowNew Source #

Arguments

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

Returns: a new PreferencesWindow

Creates a new PreferencesWindow.

Since: 0.0.10