| 131 void (*set_position)(GntWidget *widget, int x, int y); |
132 void (*set_position)(GntWidget *widget, int x, int y); |
| 132 gboolean (*key_pressed)(GntWidget *widget, const char *key); |
133 gboolean (*key_pressed)(GntWidget *widget, const char *key); |
| 133 void (*activate)(GntWidget *widget); |
134 void (*activate)(GntWidget *widget); |
| 134 gboolean (*clicked)(GntWidget *widget, GntMouseEvent event, int x, int y); |
135 gboolean (*clicked)(GntWidget *widget, GntMouseEvent event, int x, int y); |
| 135 |
136 |
| |
137 /*< private >*/ |
| 136 void (*gnt_reserved1)(void); |
138 void (*gnt_reserved1)(void); |
| 137 void (*gnt_reserved2)(void); |
139 void (*gnt_reserved2)(void); |
| 138 void (*gnt_reserved3)(void); |
140 void (*gnt_reserved3)(void); |
| 139 void (*gnt_reserved4)(void); |
141 void (*gnt_reserved4)(void); |
| 140 }; |
142 }; |