themes/Default/images/Makefile.am

2003-09-27  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-cap-[butt|round|square]-16.png
	* themes/Default/images/stock-join-[miter|round|bevel]-16.png:
	added placeholders for GimpCapStyle and GimpJoinStyle icons.

	* libgimpwidgets/gimpstock.[ch]: register the new icons.

	* app/widgets/gimpstrokeeditor.c: made "options" a construct-only
	property of the editor and create the widgets in a constructor
	method. Use stock boxes with the new icons.

	* app/gui/stroke-dialog.c (stroke_dialog_new): let the Cancel
	button destroy the dialog instead of itself.
This commit is contained in:
Sven Neumann
2003-09-27 19:05:13 +00:00
committed by Sven Neumann
parent fb5b3834d9
commit fcb29af719
16 changed files with 242 additions and 75 deletions

View File

@ -1,4 +1,4 @@
<SECTION>
2<SECTION>
<FILE>gimpchainbutton</FILE>
<TITLE>GimpChainButton</TITLE>
GimpChainButton
@ -317,6 +317,12 @@ GIMP_STOCK_LAYERS
GIMP_STOCK_CHANNELS
GIMP_STOCK_PATHS
GIMP_STOCK_INDEXED_PALETTE
GIMP_STOCK_CAP_BUTT
GIMP_STOCK_CAP_ROUND
GIMP_STOCK_CAP_SQUARE
GIMP_STOCK_JOIN_MITER
GIMP_STOCK_JOIN_ROUND
GIMP_STOCK_JOIN_BEVEL
GIMP_STOCK_SELECTION
GIMP_STOCK_SELECTION_ALL
GIMP_STOCK_SELECTION_NONE

View File

@ -415,6 +415,48 @@ the ones in dialog size).
<!-- ##### MACRO GIMP_STOCK_CAP_BUTT ##### -->
<para>
<inlinegraphic fileref="stock-cap-butt-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_CAP_ROUND ##### -->
<para>
<inlinegraphic fileref="stock-cap-round-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_CAP_SQUARE ##### -->
<para>
<inlinegraphic fileref="stock-cap-square-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_JOIN_MITER ##### -->
<para>
<inlinegraphic fileref="stock-join-miter-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_JOIN_ROUND ##### -->
<para>
<inlinegraphic fileref="stock-join-round-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_JOIN_BEVEL ##### -->
<para>
<inlinegraphic fileref="stock-join-bevel-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_SELECTION ##### -->
<para>
<inlinegraphic fileref="stock-selection-16.png" format="png"></inlinegraphic>