gtk-d v3.7.1 (2017-11-01T22:01:07Z)
Home
Dub
Repo
Device.OnToolChangedDelegateWrapper
gdk
Device
Device
Undocumented in source.
class
Device
protected
class
OnToolChangedDelegateWrapper {
void
delegate
(
DeviceTool
,
Device
)
dlg
;
gulong
handlerId
;
this
(void delegate(DeviceTool, Device) dlg);
void
remove
(OnToolChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(DeviceTool, Device) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnToolChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
DeviceTool
,
Device
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gdk
Device
Device
classes
OnChangedDelegateWrapper
OnToolChangedDelegateWrapper
constructors
this
functions
addOnChanged
addOnToolChanged
getAssociatedDevice
getAxes
getAxis
getAxisUse
getAxisValue
getDeviceStruct
getDeviceType
getDisplay
getHasCursor
getHistory
getKey
getLastEventWindow
getMode
getNAxes
getNKeys
getName
getPosition
getPositionDouble
getProductId
getSeat
getSource
getState
getStruct
getVendorId
getWindowAtPosition
getWindowAtPositionDouble
grab
listAxes
listSlaveDevices
setAxisUse
setKey
setMode
setStruct
ungrab
warp
static functions
callBackChanged
callBackChangedDestroy
callBackToolChanged
callBackToolChangedDestroy
freeHistory
getType
grabInfoLibgtkOnly
variables
gdkDevice
onChangedListeners
onToolChangedListeners