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 ListBoxAccessible = ListBoxAccessible (ManagedPtr ListBoxAccessible)
- class (GObject o, IsDescendantOf ListBoxAccessible o) => IsListBoxAccessible o
- toListBoxAccessible :: (MonadIO m, IsListBoxAccessible o) => o -> m ListBoxAccessible
- noListBoxAccessible :: Maybe ListBoxAccessible
Exported types
newtype ListBoxAccessible Source #
Memory-managed wrapper type.
Instances
GObject ListBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ListBoxAccessible gobjectType :: IO GType # | |
HasParentTypes ListBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ListBoxAccessible | |
type ParentTypes ListBoxAccessible Source # | |
Defined in GI.Gtk.Objects.ListBoxAccessible type ParentTypes ListBoxAccessible = ContainerAccessible ': (WidgetAccessible ': (Accessible ': (Object ': (Object ': (Component ': (Selection ': ([] :: [Type]))))))) |
class (GObject o, IsDescendantOf ListBoxAccessible o) => IsListBoxAccessible o Source #
Type class for types which can be safely cast to ListBoxAccessible
, for instance with toListBoxAccessible
.
Instances
(GObject o, IsDescendantOf ListBoxAccessible o) => IsListBoxAccessible o Source # | |
Defined in GI.Gtk.Objects.ListBoxAccessible |
toListBoxAccessible :: (MonadIO m, IsListBoxAccessible o) => o -> m ListBoxAccessible Source #
Cast to ListBoxAccessible
, for types for which this is known to be safe. For general casts, use castTo
.
noListBoxAccessible :: Maybe ListBoxAccessible Source #
A convenience alias for Nothing
:: Maybe
ListBoxAccessible
.