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