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:
committed by
Sven Neumann
parent
fb5b3834d9
commit
fcb29af719
@ -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
|
||||
|
||||
Reference in New Issue
Block a user