Method
GdkPadEventget_group_mode
Declaration [src]
void
gdk_pad_event_get_group_mode (
  GdkEvent* event,
  guint* group,
  guint* mode
)
Parameters
| group | guint* | 
| Return location for the group. | |
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
| mode | guint* | 
| Return location for the mode. | |
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. |