| 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 |
GI.GtkSource.Objects.StyleSchemeChooserButton
Contents
Description
No description available in the introspection data.
Synopsis
- newtype StyleSchemeChooserButton = StyleSchemeChooserButton (ManagedPtr StyleSchemeChooserButton)
- class (GObject o, IsDescendantOf StyleSchemeChooserButton o) => IsStyleSchemeChooserButton o
- toStyleSchemeChooserButton :: (MonadIO m, IsStyleSchemeChooserButton o) => o -> m StyleSchemeChooserButton
- noStyleSchemeChooserButton :: Maybe StyleSchemeChooserButton
- styleSchemeChooserButtonNew :: (HasCallStack, MonadIO m) => m StyleSchemeChooserButton
Exported types
newtype StyleSchemeChooserButton Source #
Memory-managed wrapper type.
Constructors
| StyleSchemeChooserButton (ManagedPtr StyleSchemeChooserButton) |
Instances
| GObject StyleSchemeChooserButton Source # | |
Defined in GI.GtkSource.Objects.StyleSchemeChooserButton Methods gobjectType :: IO GType # | |
| HasParentTypes StyleSchemeChooserButton Source # | |
| type ParentTypes StyleSchemeChooserButton Source # | |
Defined in GI.GtkSource.Objects.StyleSchemeChooserButton type ParentTypes StyleSchemeChooserButton = Button ': (Bin ': (Container ': (Widget ': (Object ': (ImplementorIface ': (Actionable ': (Activatable ': (Buildable ': (StyleSchemeChooser ': ([] :: [Type])))))))))) | |
class (GObject o, IsDescendantOf StyleSchemeChooserButton o) => IsStyleSchemeChooserButton o Source #
Type class for types which can be safely cast to StyleSchemeChooserButton, for instance with toStyleSchemeChooserButton.
Instances
| (GObject o, IsDescendantOf StyleSchemeChooserButton o) => IsStyleSchemeChooserButton o Source # | |
toStyleSchemeChooserButton :: (MonadIO m, IsStyleSchemeChooserButton o) => o -> m StyleSchemeChooserButton Source #
Cast to StyleSchemeChooserButton, for types for which this is known to be safe. For general casts, use castTo.
noStyleSchemeChooserButton :: Maybe StyleSchemeChooserButton Source #
A convenience alias for Nothing :: Maybe StyleSchemeChooserButton.
Methods
new
styleSchemeChooserButtonNew Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m StyleSchemeChooserButton | Returns: a new |
Creates a new StyleSchemeChooserButton.
Since: 3.16