Struct
GdkEventSetting
Description [src]
struct GdkEventSetting {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
GdkSettingAction action;
char* name;
}
Generated when a setting is modified.
Structure members
type |
The type of the event ( |
window |
The window which received the event. |
send_event |
|
action |
What happened to the setting ( |
name |
The name of the setting. |