app/gui/preferences-dialog.c app/widgets/widgets-enums.[ch] added new

2004-05-04  Sven Neumann  <sven@gimp.org>

	* app/gui/preferences-dialog.c
	* app/widgets/widgets-enums.[ch]
	* app/widgets/gimpwidgets-utils.c (gimp_window_set_hint): added
	new window hint "keep-above" to force toolbox and/or dock windows
	to be kept above (if the WM supports this hint). Fixes bug #131672.
This commit is contained in:
Sven Neumann
2004-05-04 13:31:57 +00:00
committed by Sven Neumann
parent 29e4cf347b
commit 2c2f46aeca
6 changed files with 23 additions and 9 deletions

View File

@ -1820,17 +1820,17 @@ prefs_dialog_new (Gimp *gimp,
&top_iter,
page_index++);
vbox2 = prefs_frame_new (_("Window Type Hints"),
vbox2 = prefs_frame_new (_("Window Manager Hints"),
GTK_CONTAINER (vbox), FALSE);
table = prefs_table_new (2, GTK_CONTAINER (vbox2), FALSE);
prefs_enum_combo_box_add (object, "toolbox-window-hint", 0, 0,
_("Window Type Hint for the _Toolbox:"),
_("Hint for the _Toolbox:"),
GTK_TABLE (table), 0);
prefs_enum_combo_box_add (object, "dock-window-hint", 0, 0,
_("Window Type Hint for the _Docks:"),
_("Hint for the _Docks:"),
GTK_TABLE (table), 1);
vbox2 = prefs_frame_new (_("Focus"),