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 |
- newtype VolumeButton = VolumeButton (ForeignPtr VolumeButton)
- class GObject o => VolumeButtonK o
- toVolumeButton :: VolumeButtonK o => o -> IO VolumeButton
- noVolumeButton :: Maybe VolumeButton
- volumeButtonNew :: MonadIO m => m VolumeButton
- data VolumeButtonUseSymbolicPropertyInfo
- constructVolumeButtonUseSymbolic :: Bool -> IO ([Char], GValue)
- getVolumeButtonUseSymbolic :: (MonadIO m, VolumeButtonK o) => o -> m Bool
- setVolumeButtonUseSymbolic :: (MonadIO m, VolumeButtonK o) => o -> Bool -> m ()
Exported types
newtype VolumeButton Source
GObject 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 | |
type ParentTypes VolumeButton Source | |
type AttributeList VolumeButton Source | |
type SignalList VolumeButton Source |
class GObject o => VolumeButtonK o Source
(GObject o, IsDescendantOf VolumeButton o) => VolumeButtonK o Source | |
toVolumeButton :: VolumeButtonK o => o -> IO VolumeButton Source
Methods
volumeButtonNew
volumeButtonNew :: MonadIO m => m VolumeButton Source
Properties
UseSymbolic
data VolumeButtonUseSymbolicPropertyInfo Source
getVolumeButtonUseSymbolic :: (MonadIO m, VolumeButtonK o) => o -> m Bool Source
setVolumeButtonUseSymbolic :: (MonadIO m, VolumeButtonK o) => o -> Bool -> m () Source