libgimpwidgets/libgimpwidgets-docs.sgml
2006-09-07 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * tools/widgets.c: added GimpHintBox and GIMP_STOCK_HEAL_TOOL. * libgimpwidgets/images/*.png: updated screenshots. * libgimpwidgets/tmpl/gimphintbox.sgml: new file. * libgimpwidgets/tmpl/gimpstock.sgml: added GIMP_STOCK_HEAL_TOOL.


Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.7 KiB |
BIN
devel-docs/libgimpwidgets/images/gimp-hint-box.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.8 KiB |
@ -37,6 +37,7 @@
|
||||
<xi:include href="xml/gimpenumlabel.xml" />
|
||||
<xi:include href="xml/gimpfileentry.xml" />
|
||||
<xi:include href="xml/gimpframe.xml" />
|
||||
<xi:include href="xml/gimphintbox.xml" />
|
||||
<xi:include href="xml/gimpintcombobox.xml" />
|
||||
<xi:include href="xml/gimpintstore.xml" />
|
||||
<xi:include href="xml/gimpmemsizeentry.xml" />
|
||||
|
@ -284,6 +284,16 @@ GIMP_IS_FRAME_CLASS
|
||||
GIMP_FRAME_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimphintbox</FILE>
|
||||
<TITLE>GimpHintBox</TITLE>
|
||||
gimp_hint_box_new
|
||||
<SUBSECTION Standard>
|
||||
GimpHintBoxClass
|
||||
GIMP_TYPE_HINT_BOX
|
||||
gimp_hint_box_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppageselector</FILE>
|
||||
<TITLE>GimpPageSelector</TITLE>
|
||||
@ -701,6 +711,7 @@ GIMP_STOCK_TOOL_FLIP
|
||||
GIMP_STOCK_TOOL_FOREGROUND_SELECT
|
||||
GIMP_STOCK_TOOL_FREE_SELECT
|
||||
GIMP_STOCK_TOOL_FUZZY_SELECT
|
||||
GIMP_STOCK_TOOL_HEAL
|
||||
GIMP_STOCK_TOOL_HUE_SATURATION
|
||||
GIMP_STOCK_TOOL_INK
|
||||
GIMP_STOCK_TOOL_ISCISSORS
|
||||
|
@ -25,6 +25,7 @@ gimp_enum_label_get_type
|
||||
gimp_enum_store_get_type
|
||||
gimp_file_entry_get_type
|
||||
gimp_frame_get_type
|
||||
gimp_hint_box_get_type
|
||||
gimp_int_combo_box_get_type
|
||||
gimp_int_store_get_type
|
||||
gimp_memsize_entry_get_type
|
||||
|
@ -42,6 +42,11 @@ up two GimpSizeEntries (see #GimpSizeEntry) linked with a #GimpChainButton.
|
||||
|
||||
@gimpchainbutton: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GimpChainButton:position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GimpChainPosition ##### -->
|
||||
<para>
|
||||
|
||||
|
28
devel-docs/libgimpwidgets/tmpl/gimphintbox.sgml
Normal file
@ -0,0 +1,28 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpHintBox
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_hint_box_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@hint:
|
||||
@Returns:
|
||||
|
||||
|
@ -1141,6 +1141,14 @@ RTL variant
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_TOOL_HEAL ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-tool-heal-22.png" format="png"></inlinegraphic>
|
||||
<inlinegraphic fileref="stock-tool-heal-16.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_TOOL_HUE_SATURATION ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-tool-hue-saturation-22.png" format="png"></inlinegraphic>
|
||||
|