DevicePadIfaceProxy

Proxy object for gdk.device_pad.DevicePad interface when a GObject has no applicable D binding

class DevicePadIfaceProxy : IfaceProxy , DevicePad {}

Mixed In Members

From mixin DevicePadT!()

getFeatureGroup
int getFeatureGroup(gdk.types.DevicePadFeature feature, int featureIdx)

Returns the group the given feature and idx belong to, or -1 if feature/index do not exist in pad.

getGroupNModes
int getGroupNModes(int groupIdx)

Returns the number of modes that group may have.

getNFeatures
int getNFeatures(gdk.types.DevicePadFeature feature)

Returns the number of features a tablet pad has.

getNGroups
int getNGroups()

Returns the number of groups this pad device has. Pads have at least one group. A pad group is a subcollection of buttons/strip/rings that is affected collectively by a same current mode.

Inherited Members

From DevicePad

_getGType
GType _getGType()
getFeatureGroup
int getFeatureGroup(gdk.types.DevicePadFeature feature, int featureIdx)

Returns the group the given feature and idx belong to, or -1 if feature/index do not exist in pad.

getGroupNModes
int getGroupNModes(int groupIdx)

Returns the number of modes that group may have.

getNFeatures
int getNFeatures(gdk.types.DevicePadFeature feature)

Returns the number of features a tablet pad has.

getNGroups
int getNGroups()

Returns the number of groups this pad device has. Pads have at least one group. A pad group is a subcollection of buttons/strip/rings that is affected collectively by a same current mode.