Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.Handy.Objects.PreferencesWindow
Description
No description available in the introspection data.
Synopsis
- newtype PreferencesWindow = PreferencesWindow (ManagedPtr PreferencesWindow)
- class (GObject o, IsDescendantOf PreferencesWindow o) => IsPreferencesWindow o
- toPreferencesWindow :: (MonadIO m, IsPreferencesWindow o) => o -> m PreferencesWindow
- preferencesWindowNew :: (HasCallStack, MonadIO m) => m PreferencesWindow
Exported types
newtype PreferencesWindow Source #
Memory-managed wrapper type.
Constructors
PreferencesWindow (ManagedPtr PreferencesWindow) |
Instances
Eq PreferencesWindow Source # | |
Defined in GI.Handy.Objects.PreferencesWindow Methods (==) :: PreferencesWindow -> PreferencesWindow -> Bool (/=) :: PreferencesWindow -> PreferencesWindow -> Bool | |
GObject PreferencesWindow Source # | |
Defined in GI.Handy.Objects.PreferencesWindow | |
ManagedPtrNewtype PreferencesWindow Source # | |
Defined in GI.Handy.Objects.PreferencesWindow Methods toManagedPtr :: PreferencesWindow -> ManagedPtr PreferencesWindow | |
TypedObject PreferencesWindow Source # | |
Defined in GI.Handy.Objects.PreferencesWindow Methods glibType :: IO GType | |
IsGValue PreferencesWindow Source # | Convert |
Defined in GI.Handy.Objects.PreferencesWindow | |
HasParentTypes PreferencesWindow Source # | |
Defined in GI.Handy.Objects.PreferencesWindow | |
type ParentTypes PreferencesWindow Source # | |
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
(GObject o, IsDescendantOf PreferencesWindow o) => IsPreferencesWindow o Source # | |
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
Arguments
:: (HasCallStack, MonadIO m) | |
=> m PreferencesWindow | Returns: a new |
Creates a new PreferencesWindow
.
Since: 0.0.10