| 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.Gtk.Objects.ComboBoxAccessible
Description
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.
Constructors
| ComboBoxAccessible (ManagedPtr ComboBoxAccessible) | 
Instances
| Eq ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible Methods (==) :: ComboBoxAccessible -> ComboBoxAccessible -> Bool # (/=) :: ComboBoxAccessible -> ComboBoxAccessible -> Bool #  | |
| IsGValue ComboBoxAccessible Source # | Convert   | 
Defined in GI.Gtk.Objects.ComboBoxAccessible  | |
| GObject ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible Methods gobjectType :: IO GType #  | |
| 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.