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 |
No description available in the introspection data.
Synopsis
- newtype ComboBoxAccessible = ComboBoxAccessible (ManagedPtr ComboBoxAccessible)
- class (GObject o, IsDescendantOf ComboBoxAccessible o) => IsComboBoxAccessible o
- toComboBoxAccessible :: (MonadIO m, IsComboBoxAccessible o) => o -> m ComboBoxAccessible
Exported types
newtype ComboBoxAccessible Source #
Memory-managed wrapper type.
Instances
Eq ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible (==) :: ComboBoxAccessible -> ComboBoxAccessible -> Bool # (/=) :: ComboBoxAccessible -> ComboBoxAccessible -> Bool # | |
IsGValue ComboBoxAccessible Source # | Convert |
Defined in GI.Gtk.Objects.ComboBoxAccessible toGValue :: ComboBoxAccessible -> IO GValue # fromGValue :: GValue -> IO ComboBoxAccessible # | |
ManagedPtrNewtype ComboBoxAccessible Source # | |
TypedObject ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible | |
GObject ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible | |
HasParentTypes ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible | |
type ParentTypes ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible |
class (GObject o, IsDescendantOf ComboBoxAccessible o) => IsComboBoxAccessible o Source #
Type class for types which can be safely cast to ComboBoxAccessible
, for instance with toComboBoxAccessible
.
Instances
(GObject o, IsDescendantOf ComboBoxAccessible o) => IsComboBoxAccessible o Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible |
toComboBoxAccessible :: (MonadIO m, IsComboBoxAccessible o) => o -> m ComboBoxAccessible Source #
Cast to ComboBoxAccessible
, for types for which this is known to be safe. For general casts, use castTo
.