libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h
2004-04-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpintstore.[ch]: added a GimpIntStore, derived from GtkListStore, to be used by GimpIntComboBox and also by the image and drawable menus. * libgimpwidgets/gimpintcombobox.c: use the new GimpIntStore. * app/widgets/gimpenumstore.[ch]: derive from GimpIntStore, removed API that is provided by the parent class. * app/widgets/gimpenumcombobox.[ch]: derive from GimpIntComboBox, removed API that is provided by the parent class. * app/gui/resize-dialog.c * app/tools/gimpcurvestool.c * app/tools/gimplevelstool.c * app/widgets/gimpcolorframe.c * app/widgets/gimphistogrameditor.c * app/widgets/gimppropwidgets.c * app/widgets/gimpstrokeeditor.c: changed accordingly.
This commit is contained in:
committed by
Sven Neumann
parent
8ea259bbb7
commit
5766718d6f
@ -28,6 +28,7 @@
|
||||
<xi:include href="xml/gimpdialog.xml" />
|
||||
<xi:include href="xml/gimpfileentry.xml" />
|
||||
<xi:include href="xml/gimpintcombobox.xml" />
|
||||
<xi:include href="xml/gimpintstore.xml" />
|
||||
<xi:include href="xml/gimpmemsizeentry.xml" />
|
||||
<xi:include href="xml/gimpoffsetarea.xml" />
|
||||
<xi:include href="xml/gimppatheditor.xml" />
|
||||
|
||||
@ -160,6 +160,24 @@ GIMP_IS_PIXMAP_CLASS
|
||||
GIMP_PIXMAP_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpintstore</FILE>
|
||||
<TITLE>GimpIntStore</TITLE>
|
||||
GimpIntStore
|
||||
GimpIntStoreColumns
|
||||
gimp_int_store_new
|
||||
gimp_int_store_lookup_by_value
|
||||
<SUBSECTION Standard>
|
||||
GimpIntStoreClass
|
||||
GIMP_INT_STORE
|
||||
GIMP_IS_INT_STORE
|
||||
GIMP_TYPE_INT_STORE
|
||||
gimp_int_store_get_type
|
||||
GIMP_INT_STORE_CLASS
|
||||
GIMP_IS_INT_STORE_CLASS
|
||||
GIMP_INT_STORE_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpintcombobox</FILE>
|
||||
<TITLE>GimpIntComboBox</TITLE>
|
||||
|
||||
@ -19,6 +19,7 @@ gimp_color_selection_get_type
|
||||
gimp_dialog_get_type
|
||||
gimp_file_entry_get_type
|
||||
gimp_int_combo_box_get_type
|
||||
gimp_int_store_get_type
|
||||
gimp_memsize_entry_get_type
|
||||
gimp_offset_area_get_type
|
||||
gimp_path_editor_get_type
|
||||
|
||||
55
devel-docs/libgimpwidgets/tmpl/gimpintstore.sgml
Normal file
55
devel-docs/libgimpwidgets/tmpl/gimpintstore.sgml
Normal file
@ -0,0 +1,55 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpIntStore
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpIntStore ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ENUM GimpIntStoreColumns ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_INT_STORE_VALUE:
|
||||
@GIMP_INT_STORE_LABEL:
|
||||
@GIMP_INT_STORE_STOCK_ID:
|
||||
@GIMP_INT_STORE_PIXBUF:
|
||||
@GIMP_INT_STORE_USER_DATA:
|
||||
@GIMP_INT_STORE_NUM_COLUMNS:
|
||||
|
||||
<!-- ##### FUNCTION gimp_int_store_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_int_store_lookup_by_value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@model:
|
||||
@value:
|
||||
@iter:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -9,13 +9,11 @@ Old API that is still available but declared as deprecated.
|
||||
These functions are not defined if you #define GIMP_DISABLE_DEPRECATED.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
GimpIntComboBox
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_int_option_menu_new ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user