added a title bar showing the dockable's name, a "close" and a "menu"

2003-09-21  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpdockable.[ch]: added a title bar showing the
	dockable's name, a "close" and a "menu" button. Not quite
	finished, but almost...

	* app/gui/dialogs-constructors.c: changed accordingly.

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-close-12.png
	* themes/Default/images/stock-menu-12.png: new icons for the above.

	* libgimpwidgets/gimpstock.[ch]: register them.

	* themes/Default/gtkrc: remove any focus spacing from the
	dockables' new buttons since they can't get the focus anyway.
This commit is contained in:
Michael Natterer
2003-09-21 19:35:54 +00:00
committed by Michael Natterer
parent db979650f0
commit 47b1e3eef8
11 changed files with 604 additions and 115 deletions

View File

@ -451,6 +451,8 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_PORTRAIT, stock_portrait_16 },
{ GIMP_STOCK_LANDSCAPE, stock_landscape_16 },
{ GIMP_STOCK_CLOSE, stock_close_12 },
{ GIMP_STOCK_MENU, stock_menu_12 },
{ GIMP_STOCK_DEFAULT_COLORS, stock_default_colors_12 },
{ GIMP_STOCK_SWAP_COLORS, stock_swap_colors_12 },

View File

@ -179,6 +179,8 @@ G_BEGIN_DECLS
#define GIMP_STOCK_QMASK_OFF "gimp-qmask-off"
#define GIMP_STOCK_QMASK_ON "gimp-qmask-on"
#define GIMP_STOCK_CLOSE "gimp-close"
#define GIMP_STOCK_MENU "gimp-menu"
#define GIMP_STOCK_DEFAULT_COLORS "gimp-default-colors"
#define GIMP_STOCK_SWAP_COLORS "gimp-swap-colors"