Home | History | Annotate | Download | only in src

Lines Matching refs:attributes_mask

156   gint attributes_mask;
189 attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL;
195 attributes_mask
221 attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP;
222 widget->window = gdk_window_new (widget->parent->window, &attributes, attributes_mask);