Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
The Orientable
interface is implemented by all widgets that can be
oriented horizontally or vertically. Orientable
is more flexible in that
it allows the orientation to be changed at runtime, allowing the widgets
to “flip”.
Synopsis
- newtype Orientable = Orientable (ManagedPtr Orientable)
- class (GObject o, IsDescendantOf Orientable o) => IsOrientable o
- toOrientable :: (MonadIO m, IsOrientable o) => o -> m Orientable
- orientableGetOrientation :: (HasCallStack, MonadIO m, IsOrientable a) => a -> m Orientation
- orientableSetOrientation :: (HasCallStack, MonadIO m, IsOrientable a) => a -> Orientation -> m ()
- constructOrientableOrientation :: (IsOrientable o, MonadIO m) => Orientation -> m (GValueConstruct o)
- getOrientableOrientation :: (MonadIO m, IsOrientable o) => o -> m Orientation
- setOrientableOrientation :: (MonadIO m, IsOrientable o) => o -> Orientation -> m ()
Exported types
newtype Orientable Source #
Memory-managed wrapper type.
Orientable (ManagedPtr Orientable) |
Instances
Eq Orientable Source # | |
Defined in GI.Gtk.Interfaces.Orientable (==) :: Orientable -> Orientable -> Bool # (/=) :: Orientable -> Orientable -> Bool # | |
GObject Orientable Source # | |
Defined in GI.Gtk.Interfaces.Orientable | |
ManagedPtrNewtype Orientable Source # | |
Defined in GI.Gtk.Interfaces.Orientable toManagedPtr :: Orientable -> ManagedPtr Orientable | |
TypedObject Orientable Source # | |
Defined in GI.Gtk.Interfaces.Orientable | |
HasParentTypes Orientable Source # | |
Defined in GI.Gtk.Interfaces.Orientable | |
IsGValue (Maybe Orientable) Source # | Convert |
Defined in GI.Gtk.Interfaces.Orientable gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe Orientable -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe Orientable) | |
type ParentTypes Orientable Source # | |
Defined in GI.Gtk.Interfaces.Orientable |
class (GObject o, IsDescendantOf Orientable o) => IsOrientable o Source #
Type class for types which can be safely cast to Orientable
, for instance with toOrientable
.
Instances
(GObject o, IsDescendantOf Orientable o) => IsOrientable o Source # | |
Defined in GI.Gtk.Interfaces.Orientable |
toOrientable :: (MonadIO m, IsOrientable o) => o -> m Orientable Source #
Cast to Orientable
, 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
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getOrientation, getProperty, getQdata.
Setters
getOrientation
orientableGetOrientation Source #
:: (HasCallStack, MonadIO m, IsOrientable a) | |
=> a |
|
-> m Orientation | Returns: the orientation of the |
Retrieves the orientation of the orientable
.
setOrientation
orientableSetOrientation Source #
:: (HasCallStack, MonadIO m, IsOrientable a) | |
=> a |
|
-> Orientation |
|
-> m () |
Sets the orientation of the orientable
.
Properties
orientation
The orientation of the orientable.
constructOrientableOrientation :: (IsOrientable o, MonadIO m) => Orientation -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “orientation
” property. This is rarely needed directly, but it is used by new
.
getOrientableOrientation :: (MonadIO m, IsOrientable o) => o -> m Orientation Source #
Get the value of the “orientation
” property.
When overloading is enabled, this is equivalent to
get
orientable #orientation
setOrientableOrientation :: (MonadIO m, IsOrientable o) => o -> Orientation -> m () Source #
Set the value of the “orientation
” property.
When overloading is enabled, this is equivalent to
set
orientable [ #orientation:=
value ]