| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Objects.VolumeButton
Description
- newtype VolumeButton = VolumeButton (ForeignPtr VolumeButton)
- class GObject o => IsVolumeButton o
- toVolumeButton :: IsVolumeButton o => o -> IO VolumeButton
- noVolumeButton :: Maybe VolumeButton
- volumeButtonNew :: MonadIO m => m VolumeButton
- data VolumeButtonUseSymbolicPropertyInfo
- constructVolumeButtonUseSymbolic :: IsVolumeButton o => Bool -> IO (GValueConstruct o)
- getVolumeButtonUseSymbolic :: (MonadIO m, IsVolumeButton o) => o -> m Bool
- setVolumeButtonUseSymbolic :: (MonadIO m, IsVolumeButton o) => o -> Bool -> m ()
- volumeButtonUseSymbolic :: AttrLabelProxy "useSymbolic"
Exported types
newtype VolumeButton Source #
Constructors
| VolumeButton (ForeignPtr VolumeButton) |
Instances
| GObject VolumeButton Source # | |
| IsObject VolumeButton Source # | |
| IsWidget VolumeButton Source # | |
| IsScaleButton VolumeButton Source # | |
| IsContainer VolumeButton Source # | |
| IsButton VolumeButton Source # | |
| IsBin VolumeButton Source # | |
| IsOrientable VolumeButton Source # | |
| IsBuildable VolumeButton Source # | |
| IsImplementorIface VolumeButton Source # | |
| IsActivatable VolumeButton Source # | |
| IsActionable VolumeButton Source # | |
| IsVolumeButton VolumeButton Source # | |
| ((~) * info (ResolveVolumeButtonMethod t VolumeButton), MethodInfo * info VolumeButton p) => IsLabel t (VolumeButton -> p) Source # | |
| ((~) * info (ResolveVolumeButtonMethod t VolumeButton), MethodInfo * info VolumeButton p) => IsLabelProxy t (VolumeButton -> p) Source # | |
| HasAttributeList * VolumeButton Source # | |
| type SignalList VolumeButton Source # | |
| type AttributeList VolumeButton Source # | |
class GObject o => IsVolumeButton o Source #
Instances
| (GObject a, UnknownAncestorError Constraint VolumeButton a) => IsVolumeButton a Source # | |
| IsVolumeButton VolumeButton Source # | |
toVolumeButton :: IsVolumeButton o => o -> IO VolumeButton Source #
Methods
volumeButtonNew
volumeButtonNew :: MonadIO m => m VolumeButton Source #
Properties
UseSymbolic
data VolumeButtonUseSymbolicPropertyInfo Source #
Instances
| AttrInfo VolumeButtonUseSymbolicPropertyInfo Source # | |
| type AttrSetTypeConstraint VolumeButtonUseSymbolicPropertyInfo Source # | |
| type AttrLabel VolumeButtonUseSymbolicPropertyInfo Source # | |
| type AttrGetType VolumeButtonUseSymbolicPropertyInfo Source # | |
| type AttrBaseTypeConstraint VolumeButtonUseSymbolicPropertyInfo Source # | |
| type AttrAllowedOps VolumeButtonUseSymbolicPropertyInfo Source # | |
constructVolumeButtonUseSymbolic :: IsVolumeButton o => Bool -> IO (GValueConstruct o) Source #
getVolumeButtonUseSymbolic :: (MonadIO m, IsVolumeButton o) => o -> m Bool Source #
setVolumeButtonUseSymbolic :: (MonadIO m, IsVolumeButton o) => o -> Bool -> m () Source #
volumeButtonUseSymbolic :: AttrLabelProxy "useSymbolic" Source #