Searched refs:GTK_SHRINK (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/widgets/ |
H A D | toolbox.cpp | 1442 gtk_table_attach( GTK_TABLE(holder), kludge, 2, 3, 0, 1, GTK_SHRINK, GTK_SHRINK, 0, 0 ); local 1478 gtk_table_attach( GTK_TABLE(holder), swatch_, 1, 2, 0, 1, (GtkAttachOptions)(GTK_SHRINK | GTK_FILL), (GtkAttachOptions)(GTK_EXPAND | GTK_FILL), AUX_BETWEEN_BUTTON_GROUPS, AUX_SPACING );
|
H A D | desktop-widget.cpp | 485 GTK_FILL, GTK_SHRINK, local 515 GTK_SHRINK, GTK_FILL, local 553 (GtkAttachOptions)(GTK_SHRINK), 554 (GtkAttachOptions)(GTK_SHRINK),
|
Completed in 72 milliseconds