Searched defs:attributes_mask (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libgdl/
H A Dgdl-dock-tablabel.c533 int attributes_mask; local
551 attributes_mask = GDK_WA_X | GDK_WA_Y;
558 &attributes, attributes_mask);
H A Dgdl-dock-item.c988 gint attributes_mask; local
1012 attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP;
1014 &attributes, attributes_mask);
/inkscape/src/ui/widget/
H A Dcolor-slider.cpp101 gint attributes_mask; local
120 attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL;
122 attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP;
125 _gdk_window = Gdk::Window::create(get_parent_window(), &attributes, attributes_mask);
/inkscape/src/widgets/
H A Druler.cpp478 gint attributes_mask; local
501 attributes_mask = GDK_WA_X | GDK_WA_Y;
504 &attributes, attributes_mask);
/inkscape/src/display/
H A Dsp-canvas.cpp1077 gint attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL; local
1079 gint attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP; local
1082 GdkWindow *window = gdk_window_new (gtk_widget_get_parent_window (widget), &attributes, attributes_mask);

Completed in 62 milliseconds