Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
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
- noComboBoxAccessible :: Maybe ComboBoxAccessible
Exported types
newtype ComboBoxAccessible Source #
Memory-managed wrapper type.
Instances
GObject ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible gobjectType :: IO GType # | |
HasParentTypes ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible | |
type ParentTypes ComboBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ComboBoxAccessible type ParentTypes ComboBoxAccessible = ContainerAccessible ': (WidgetAccessible ': (Accessible ': (Object ': (Object ': (Action ': (Component ': (Selection ': ([] :: [Type])))))))) |
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
.
noComboBoxAccessible :: Maybe ComboBoxAccessible Source #
A convenience alias for Nothing
:: Maybe
ComboBoxAccessible
.