Lines Matching defs:window
1082 GdkWindow *window = gdk_window_new (gtk_widget_get_parent_window (widget), &attributes, attributes_mask);
1083 gtk_widget_set_window (widget, window);
1084 gdk_window_set_user_data (window, widget);
1098 gtk_widget_set_style (widget, gtk_style_attach (style, window));
1265 // (e.g. if the pointer leaves the window). So this is a hack that
1331 _pick_event.crossing.window = event->motion.window;
1440 // dispatch normally regardless of the event's window if an item
1443 event->window != getWindow(canvas))
1523 if (event->window != getWindow(canvas)) {
1665 GdkWindow *window = gtk_widget_get_window(GTK_WIDGET(setup->canvas));
1666 gdk_window_begin_paint_rect(window, &r);
1670 //gdk_window_end_paint(window);
1846 if (event->window != getWindow(canvas)) {
2132 * Returns true if point given in world coordinates is inside window.
2151 * Return canvas window coordinates as Geom::Rect.
2163 * Return canvas window coordinates as integer rectangle.