gi-gtk-3.0.6: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.VolumeButton

Contents

Description

 

Synopsis

Exported types

newtype VolumeButton Source #

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 # 

Methods

fromLabel :: Proxy# Symbol t -> VolumeButton -> p #

((~) * info (ResolveVolumeButtonMethod t VolumeButton), MethodInfo * info VolumeButton p) => IsLabelProxy t (VolumeButton -> p) Source # 
HasAttributeList * VolumeButton Source # 
type SignalList VolumeButton Source # 
type SignalList VolumeButton
type AttributeList VolumeButton Source # 
type AttributeList VolumeButton

class GObject o => IsVolumeButton o Source #

Instances

(GObject a, UnknownAncestorError Constraint VolumeButton a) => IsVolumeButton a Source # 
IsVolumeButton VolumeButton Source # 

Methods

volumeButtonNew

Properties

UseSymbolic

data VolumeButtonUseSymbolicPropertyInfo Source #

Instances

AttrInfo VolumeButtonUseSymbolicPropertyInfo Source # 

Associated Types

type AttrAllowedOps VolumeButtonUseSymbolicPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint VolumeButtonUseSymbolicPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint VolumeButtonUseSymbolicPropertyInfo :: * -> Constraint

type AttrGetType VolumeButtonUseSymbolicPropertyInfo :: *

type AttrLabel VolumeButtonUseSymbolicPropertyInfo :: Symbol

type AttrSetTypeConstraint VolumeButtonUseSymbolicPropertyInfo Source # 
type AttrSetTypeConstraint VolumeButtonUseSymbolicPropertyInfo = * ~ Bool
type AttrLabel VolumeButtonUseSymbolicPropertyInfo Source # 
type AttrLabel VolumeButtonUseSymbolicPropertyInfo = "use-symbolic"
type AttrGetType VolumeButtonUseSymbolicPropertyInfo Source # 
type AttrBaseTypeConstraint VolumeButtonUseSymbolicPropertyInfo Source # 
type AttrAllowedOps VolumeButtonUseSymbolicPropertyInfo Source # 
type AttrAllowedOps VolumeButtonUseSymbolicPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

volumeButtonUseSymbolic :: AttrLabelProxy "useSymbolic" Source #