libgimpwidgets/libgimpwidgets-sections.txt
2008-05-29 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/libgimpwidgets-docs.sgml: added GimpRuler API, updated stock icons. * libgimpwidgets/tmpl/gimphruler.sgml * libgimpwidgets/tmpl/gimpruler.sgml * libgimpwidgets/tmpl/gimpstock.sgml * libgimpwidgets/tmpl/gimpvruler.sgml: regenerated. svn path=/trunk/; revision=25856
This commit is contained in:

committed by
Sven Neumann

parent
094397ad94
commit
61f67a933e
@ -1,3 +1,15 @@
|
|||||||
|
2008-05-29 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||||
|
* libgimpwidgets/libgimpwidgets.types
|
||||||
|
* libgimpwidgets/libgimpwidgets-docs.sgml: added GimpRuler API,
|
||||||
|
updated stock icons.
|
||||||
|
|
||||||
|
* libgimpwidgets/tmpl/gimphruler.sgml
|
||||||
|
* libgimpwidgets/tmpl/gimpruler.sgml
|
||||||
|
* libgimpwidgets/tmpl/gimpstock.sgml
|
||||||
|
* libgimpwidgets/tmpl/gimpvruler.sgml: regenerated.
|
||||||
|
|
||||||
2008-05-29 Sven Neumann <sven@gimp.org>
|
2008-05-29 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimp/libgimp-sections.txt
|
* libgimp/libgimp-sections.txt
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
<xi:include href="xml/gimpfileentry.xml" />
|
<xi:include href="xml/gimpfileentry.xml" />
|
||||||
<xi:include href="xml/gimpframe.xml" />
|
<xi:include href="xml/gimpframe.xml" />
|
||||||
<xi:include href="xml/gimphintbox.xml" />
|
<xi:include href="xml/gimphintbox.xml" />
|
||||||
|
<xi:include href="xml/gimphruler.xml" />
|
||||||
<xi:include href="xml/gimpintcombobox.xml" />
|
<xi:include href="xml/gimpintcombobox.xml" />
|
||||||
<xi:include href="xml/gimpintstore.xml" />
|
<xi:include href="xml/gimpintstore.xml" />
|
||||||
<xi:include href="xml/gimpmemsizeentry.xml" />
|
<xi:include href="xml/gimpmemsizeentry.xml" />
|
||||||
@ -51,10 +52,12 @@
|
|||||||
<xi:include href="xml/gimppixmap.xml" />
|
<xi:include href="xml/gimppixmap.xml" />
|
||||||
<xi:include href="xml/gimppreviewarea.xml" />
|
<xi:include href="xml/gimppreviewarea.xml" />
|
||||||
<xi:include href="xml/gimppreview.xml" />
|
<xi:include href="xml/gimppreview.xml" />
|
||||||
|
<xi:include href="xml/gimpruler.xml" />
|
||||||
<xi:include href="xml/gimpscrolledpreview.xml" />
|
<xi:include href="xml/gimpscrolledpreview.xml" />
|
||||||
<xi:include href="xml/gimpsizeentry.xml" />
|
<xi:include href="xml/gimpsizeentry.xml" />
|
||||||
<xi:include href="xml/gimpstringcombobox.xml" />
|
<xi:include href="xml/gimpstringcombobox.xml" />
|
||||||
<xi:include href="xml/gimpunitmenu.xml" />
|
<xi:include href="xml/gimpunitmenu.xml" />
|
||||||
|
<xi:include href="xml/gimpvruler.xml" />
|
||||||
<xi:include href="xml/gimpzoommodel.xml" />
|
<xi:include href="xml/gimpzoommodel.xml" />
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
|
@ -564,6 +564,59 @@ GIMP_TYPE_ASPECT_TYPE
|
|||||||
gimp_aspect_type_get_type
|
gimp_aspect_type_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gimpruler</FILE>
|
||||||
|
<TITLE>GimpRuler</TITLE>
|
||||||
|
GimpRuler
|
||||||
|
gimp_ruler_set_unit
|
||||||
|
gimp_ruler_get_unit
|
||||||
|
gimp_ruler_set_position
|
||||||
|
gimp_ruler_get_position
|
||||||
|
gimp_ruler_set_range
|
||||||
|
gimp_ruler_get_range
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GimpRulerClass
|
||||||
|
GIMP_RULER
|
||||||
|
GIMP_IS_RULER
|
||||||
|
GIMP_TYPE_RULER
|
||||||
|
gimp_ruler_get_type
|
||||||
|
GIMP_RULER_CLASS
|
||||||
|
GIMP_IS_RULER_CLASS
|
||||||
|
GIMP_RULER_GET_CLASS
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gimphruler</FILE>
|
||||||
|
<TITLE>GimpHRuler</TITLE>
|
||||||
|
gimp_hruler_new
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GimpHRuler
|
||||||
|
GimpHRulerClass
|
||||||
|
GIMP_HRULER
|
||||||
|
GIMP_IS_HRULER
|
||||||
|
GIMP_TYPE_HRULER
|
||||||
|
gimp_hruler_get_type
|
||||||
|
GIMP_HRULER_CLASS
|
||||||
|
GIMP_IS_HRULER_CLASS
|
||||||
|
GIMP_HRULER_GET_CLASS
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gimpvruler</FILE>
|
||||||
|
<TITLE>GimpVRuler</TITLE>
|
||||||
|
gimp_vruler_new
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GimpVRuler
|
||||||
|
GimpVRulerClass
|
||||||
|
GIMP_VRULER
|
||||||
|
GIMP_IS_VRULER
|
||||||
|
GIMP_TYPE_VRULER
|
||||||
|
gimp_vruler_get_type
|
||||||
|
GIMP_VRULER_CLASS
|
||||||
|
GIMP_IS_VRULER_CLASS
|
||||||
|
GIMP_VRULER_GET_CLASS
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gimpunitmenu</FILE>
|
<FILE>gimpunitmenu</FILE>
|
||||||
<TITLE>GimpUnitMenu</TITLE>
|
<TITLE>GimpUnitMenu</TITLE>
|
||||||
@ -816,6 +869,7 @@ GIMP_STOCK_TOOL_COLOR_PICKER
|
|||||||
GIMP_STOCK_TOOL_COLORIZE
|
GIMP_STOCK_TOOL_COLORIZE
|
||||||
GIMP_STOCK_TOOL_CROP
|
GIMP_STOCK_TOOL_CROP
|
||||||
GIMP_STOCK_TOOL_CURVES
|
GIMP_STOCK_TOOL_CURVES
|
||||||
|
GIMP_STOCK_TOOL_DESATURATE
|
||||||
GIMP_STOCK_TOOL_DODGE
|
GIMP_STOCK_TOOL_DODGE
|
||||||
GIMP_STOCK_TOOL_ELLIPSE_SELECT
|
GIMP_STOCK_TOOL_ELLIPSE_SELECT
|
||||||
GIMP_STOCK_TOOL_ERASER
|
GIMP_STOCK_TOOL_ERASER
|
||||||
@ -835,7 +889,6 @@ GIMP_STOCK_TOOL_PATH
|
|||||||
GIMP_STOCK_TOOL_PENCIL
|
GIMP_STOCK_TOOL_PENCIL
|
||||||
GIMP_STOCK_TOOL_PERSPECTIVE
|
GIMP_STOCK_TOOL_PERSPECTIVE
|
||||||
GIMP_STOCK_TOOL_PERSPECTIVE_CLONE
|
GIMP_STOCK_TOOL_PERSPECTIVE_CLONE
|
||||||
GIMP_STOCK_TOOL_POLYGON_SELECT
|
|
||||||
GIMP_STOCK_TOOL_POSTERIZE
|
GIMP_STOCK_TOOL_POSTERIZE
|
||||||
GIMP_STOCK_TOOL_RECT_SELECT
|
GIMP_STOCK_TOOL_RECT_SELECT
|
||||||
GIMP_STOCK_TOOL_ROTATE
|
GIMP_STOCK_TOOL_ROTATE
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
#undef GIMP_DISABLE_DEPRECATED
|
||||||
#include <libgimpwidgets/gimpwidgets.h>
|
#include <libgimpwidgets/gimpwidgets.h>
|
||||||
#include <libgimpwidgets/gimpcontroller.h>
|
#include <libgimpwidgets/gimpcontroller.h>
|
||||||
|
|
||||||
@ -28,6 +29,7 @@ gimp_enum_store_get_type
|
|||||||
gimp_file_entry_get_type
|
gimp_file_entry_get_type
|
||||||
gimp_frame_get_type
|
gimp_frame_get_type
|
||||||
gimp_hint_box_get_type
|
gimp_hint_box_get_type
|
||||||
|
gimp_hruler_get_type
|
||||||
gimp_int_combo_box_get_type
|
gimp_int_combo_box_get_type
|
||||||
gimp_int_store_get_type
|
gimp_int_store_get_type
|
||||||
gimp_memsize_entry_get_type
|
gimp_memsize_entry_get_type
|
||||||
@ -39,8 +41,10 @@ gimp_pick_button_get_type
|
|||||||
gimp_pixmap_get_type
|
gimp_pixmap_get_type
|
||||||
gimp_preview_area_get_type
|
gimp_preview_area_get_type
|
||||||
gimp_preview_get_type
|
gimp_preview_get_type
|
||||||
|
gimp_ruler_get_type
|
||||||
gimp_scrolled_preview_get_type
|
gimp_scrolled_preview_get_type
|
||||||
gimp_size_entry_get_type
|
gimp_size_entry_get_type
|
||||||
gimp_string_combo_box_get_type
|
gimp_string_combo_box_get_type
|
||||||
gimp_unit_menu_get_type
|
gimp_unit_menu_get_type
|
||||||
|
gimp_vruler_get_type
|
||||||
gimp_zoom_model_get_type
|
gimp_zoom_model_get_type
|
||||||
|
27
devel-docs/libgimpwidgets/tmpl/gimphruler.sgml
Normal file
27
devel-docs/libgimpwidgets/tmpl/gimphruler.sgml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<!-- ##### SECTION Title ##### -->
|
||||||
|
GimpHRuler
|
||||||
|
|
||||||
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_hruler_new ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
108
devel-docs/libgimpwidgets/tmpl/gimpruler.sgml
Normal file
108
devel-docs/libgimpwidgets/tmpl/gimpruler.sgml
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
<!-- ##### SECTION Title ##### -->
|
||||||
|
GimpRuler
|
||||||
|
|
||||||
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GimpRuler ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GimpRuler:lower ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GimpRuler:max-size ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GimpRuler:position ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GimpRuler:unit ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GimpRuler:upper ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_ruler_set_unit ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@ruler:
|
||||||
|
@unit:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_ruler_get_unit ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@ruler:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_ruler_set_position ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@ruler:
|
||||||
|
@position:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_ruler_get_position ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@ruler:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_ruler_set_range ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@ruler:
|
||||||
|
@lower:
|
||||||
|
@upper:
|
||||||
|
@max_size:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_ruler_get_range ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@ruler:
|
||||||
|
@lower:
|
||||||
|
@upper:
|
||||||
|
@max_size:
|
||||||
|
|
||||||
|
|
@ -1189,6 +1189,13 @@ RTL variant
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GIMP_STOCK_TOOL_DESATURATE ##### -->
|
||||||
|
<para xml:base="../gimpstock.xml">
|
||||||
|
<inlinegraphic fileref="stock-convert-grayscale-16.png" format="png"></inlinegraphic>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GIMP_STOCK_TOOL_DODGE ##### -->
|
<!-- ##### MACRO GIMP_STOCK_TOOL_DODGE ##### -->
|
||||||
<para xml:base="../gimpstock.xml">
|
<para xml:base="../gimpstock.xml">
|
||||||
<inlinegraphic fileref="stock-tool-dodge-22.png" format="png"></inlinegraphic>
|
<inlinegraphic fileref="stock-tool-dodge-22.png" format="png"></inlinegraphic>
|
||||||
@ -1341,14 +1348,6 @@ RTL variant
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GIMP_STOCK_TOOL_POLYGON_SELECT ##### -->
|
|
||||||
<para xml:base="../gimpstock.xml">
|
|
||||||
<inlinegraphic fileref="stock-tool-polygon-select-22.png" format="png"></inlinegraphic>
|
|
||||||
<inlinegraphic fileref="stock-tool-polygon-select-16.png" format="png"></inlinegraphic>
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GIMP_STOCK_TOOL_POSTERIZE ##### -->
|
<!-- ##### MACRO GIMP_STOCK_TOOL_POSTERIZE ##### -->
|
||||||
<para xml:base="../gimpstock.xml">
|
<para xml:base="../gimpstock.xml">
|
||||||
<inlinegraphic fileref="stock-tool-posterize-22.png" format="png"></inlinegraphic>
|
<inlinegraphic fileref="stock-tool-posterize-22.png" format="png"></inlinegraphic>
|
||||||
|
27
devel-docs/libgimpwidgets/tmpl/gimpvruler.sgml
Normal file
27
devel-docs/libgimpwidgets/tmpl/gimpvruler.sgml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<!-- ##### SECTION Title ##### -->
|
||||||
|
GimpVRuler
|
||||||
|
|
||||||
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_vruler_new ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user