Lines Matching refs:GtkWidget
94 static GtkWidget *createAA();
146 static void handle_realize(GtkWidget *widget);
147 static void handle_unrealize(GtkWidget *widget);
149 static void handle_get_preferred_width(GtkWidget *widget, gint *min_w, gint *nat_w);
150 static void handle_get_preferred_height(GtkWidget *widget, gint *min_h, gint *nat_h);
152 static void handle_size_request(GtkWidget *widget, GtkRequisition *req);
154 static void handle_size_allocate(GtkWidget *widget, GtkAllocation *allocation);
155 static gint handle_button(GtkWidget *widget, GdkEventButton *event);
162 static gint handle_scroll(GtkWidget *widget, GdkEventScroll *event);
163 static gint handle_motion(GtkWidget *widget, GdkEventMotion *event);
164 static gboolean handle_draw(GtkWidget *widget, cairo_t *cr);
166 static gboolean handle_expose(GtkWidget *widget, GdkEventExpose *event);
168 static gint handle_key_event(GtkWidget *widget, GdkEventKey *event);
169 static gint handle_crossing(GtkWidget *widget, GdkEventCrossing *event);
170 static gint handle_focus_in(GtkWidget *widget, GdkEventFocus *event);
171 static gint handle_focus_out(GtkWidget *widget, GdkEventFocus *event);
175 GtkWidget _widget;