libgimp/gimpfontselectbutton.[ch] libgimp/gimpgradientselectbutton.[ch]
2006-06-28 Sven Neumann <sven@gimp.org> * libgimp/gimpfontselectbutton.[ch] * libgimp/gimpgradientselectbutton.[ch] * libgimp/gimppaletteselectbutton.[ch] * libgimp/gimppatternselectbutton.[ch]: for consistency with GimpBrushSelectButton dropped the _name suffix from the getter and setter API. * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppalettemenu.c * libgimp/gimppatternmenu.c * plug-ins/gfig/gfig-style.c * plug-ins/script-fu/script-fu-interface.c: changed accordingly. * libgimp/gimpbrushmenu.c * libgimp/gimpbrushselectbutton.[ch] * libgimp/gimpselectbutton.c: cleanup for consistency. 2006-06-28 Sven Neumann <sven@gimp.org> * libgimp/tmpl/gimpbrushselectbutton.sgml * libgimp/tmpl/gimpgradientselectbutton.sgml * libgimp/tmpl/gimppaletteselectbutton.sgml * libgimp/tmpl/gimppatternselectbutton.sgml * libgimp/tmpl/gimpselectbutton.sgml: new files. * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt * libgimp/libgimp.types: added docs for GimpSelectButton widgets. * libgimp/tmpl/gimpfontselectbutton.sgml: regenerated. * libgimpcolor/libgimpcolor-sections.txt: added docs for GValue API. * libgimpcolor/tmpl/gimprgb.sgml: regenerated. * libgimpwidgets/libgimpwidgets-sections.txt: updated. * libgimpwidgets/tmpl/gimppropwidgets.sgml * libgimpwidgets/tmpl/gimpstock.sgml: regenerated.
This commit is contained in:

committed by
Sven Neumann

parent
7405ca666b
commit
a9bd28e458
@ -608,6 +608,7 @@ GIMP_STOCK_IMAGES
|
||||
GIMP_STOCK_LAYERS
|
||||
GIMP_STOCK_CHANNELS
|
||||
GIMP_STOCK_PATHS
|
||||
GIMP_STOCK_COLORMAP
|
||||
GIMP_STOCK_INDEXED_PALETTE
|
||||
GIMP_STOCK_CURSOR
|
||||
GIMP_STOCK_SAMPLE_POINT
|
||||
@ -679,6 +680,7 @@ GIMP_STOCK_DEFAULT_COLORS
|
||||
GIMP_STOCK_SWAP_COLORS
|
||||
GIMP_STOCK_UNDO_HISTORY
|
||||
GIMP_STOCK_TOOL_AIRBRUSH
|
||||
GIMP_STOCK_TOOL_ALIGN
|
||||
GIMP_STOCK_TOOL_BLEND
|
||||
GIMP_STOCK_TOOL_BLUR
|
||||
GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST
|
||||
@ -813,7 +815,6 @@ gimp_prop_label_new
|
||||
gimp_prop_entry_new
|
||||
gimp_prop_text_buffer_new
|
||||
gimp_prop_file_chooser_button_new
|
||||
gimp_prop_file_entry_new
|
||||
gimp_prop_path_editor_new
|
||||
gimp_prop_size_entry_new
|
||||
gimp_prop_coordinates_new
|
||||
|
@ -262,19 +262,6 @@ GimpPropWidgets
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_prop_file_entry_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@config:
|
||||
@property_name:
|
||||
@filesel_title:
|
||||
@dir_only:
|
||||
@check_valid:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_prop_path_editor_new ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -476,14 +476,20 @@ RTL variant
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_INDEXED_PALETTE ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-indexed-palette-24.png" format="png"></inlinegraphic>
|
||||
<inlinegraphic fileref="stock-indexed-palette-16.png" format="png"></inlinegraphic>
|
||||
<!-- ##### MACRO GIMP_STOCK_COLORMAP ##### -->
|
||||
<para>
|
||||
<inlinegraphic fileref="stock-colormap-24.png" format="png"></inlinegraphic>
|
||||
<inlinegraphic fileref="stock-colormap-16.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_INDEXED_PALETTE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_CURSOR ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-cursor-24.png" format="png"></inlinegraphic>
|
||||
@ -982,6 +988,14 @@ RTL variant
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_TOOL_ALIGN ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-tool-align-22.png" format="png"></inlinegraphic>
|
||||
<inlinegraphic fileref="stock-tool-align-16.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_TOOL_BLEND ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-tool-blend-22.png" format="png"></inlinegraphic>
|
||||
@ -1434,6 +1448,3 @@ RTL variant
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user