app/app-docs.sgml app/app-sections.txt added GimpActionView and
2004-07-21 Michael Natterer <mitch@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: added GimpActionView and GimpCellRendererAccel.
This commit is contained in:

committed by
Michael Natterer

parent
62bf62a151
commit
e656cdeb68
@ -1,3 +1,9 @@
|
||||
2004-07-21 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
* app/app-sections.txt
|
||||
* app/app.types: added GimpActionView and GimpCellRendererAccel.
|
||||
|
||||
2004-07-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/app-sections.txt: GimpPaintCoreState -> GimpPaintState.
|
||||
|
@ -737,6 +737,7 @@
|
||||
|
||||
<chapter id="app-widgets-misc-widgets">
|
||||
<title>Misc. Widgets</title>
|
||||
<xi:include href="xml/gimpactionview.xml" />
|
||||
<xi:include href="xml/gimpcolorbar.xml" />
|
||||
<xi:include href="xml/gimpcolordisplayeditor.xml" />
|
||||
<xi:include href="xml/gimpcolorframe.xml" />
|
||||
@ -774,6 +775,7 @@
|
||||
|
||||
<chapter id="app-widgets-cell-renderers">
|
||||
<title>Cell Renderers for GtkTreeView</title>
|
||||
<xi:include href="xml/gimpcellrendereraccel.xml" />
|
||||
<xi:include href="xml/gimpcellrenderertoggle.xml" />
|
||||
<xi:include href="xml/gimpcellrendererviewable.xml" />
|
||||
</chapter>
|
||||
|
@ -3528,11 +3528,28 @@ GIMP_IS_ACTION_GROUP_CLASS
|
||||
GIMP_ACTION_GROUP_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpactionview</FILE>
|
||||
<TITLE>GimpActionView</TITLE>
|
||||
GimpActionView
|
||||
gimp_action_view_new
|
||||
<SUBSECTION Standard>
|
||||
GimpActionViewClass
|
||||
GIMP_ACTION_VIEW
|
||||
GIMP_IS_ACTION_VIEW
|
||||
GIMP_TYPE_ACTION_VIEW
|
||||
gimp_action_view_get_type
|
||||
GIMP_ACTION_VIEW_CLASS
|
||||
GIMP_IS_ACTION_VIEW_CLASS
|
||||
GIMP_ACTION_VIEW_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpaction</FILE>
|
||||
<TITLE>GimpAction</TITLE>
|
||||
GimpAction
|
||||
gimp_action_new
|
||||
gimp_action_name_compare
|
||||
<SUBSECTION Standard>
|
||||
GimpActionClass
|
||||
GIMP_ACTION
|
||||
@ -3681,6 +3698,24 @@ GIMP_IS_BUFFER_VIEW_CLASS
|
||||
GIMP_BUFFER_VIEW_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcellrendereraccel</FILE>
|
||||
<TITLE>GimpCellRendererAccel</TITLE>
|
||||
GimpCellRendererAccel
|
||||
gimp_cell_renderer_accel_new
|
||||
gimp_cell_renderer_accel_set_accelerator
|
||||
gimp_cell_renderer_accel_get_accelerator
|
||||
<SUBSECTION Standard>
|
||||
GimpCellRendererAccelClass
|
||||
GIMP_CELL_RENDERER_ACCEL
|
||||
GIMP_IS_CELL_RENDERER_ACCEL
|
||||
GIMP_TYPE_CELL_RENDERER_ACCEL
|
||||
gimp_cell_renderer_accel_get_type
|
||||
GIMP_CELL_RENDERER_ACCEL_CLASS
|
||||
GIMP_IS_CELL_RENDERER_ACCEL_CLASS
|
||||
GIMP_CELL_RENDERER_ACCEL_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcellrenderertoggle</FILE>
|
||||
<TITLE>GimpCellRendererToggle</TITLE>
|
||||
@ -4107,6 +4142,7 @@ gimp_controllers_exit
|
||||
gimp_controllers_restore
|
||||
gimp_controllers_save
|
||||
gimp_controllers_get_list
|
||||
gimp_controllers_get_ui_manager
|
||||
gimp_controllers_get_wheel
|
||||
gimp_controllers_get_keyboard
|
||||
</SECTION>
|
||||
@ -6531,6 +6567,7 @@ gimp_marshal_VOID__OBJECT_POINTER
|
||||
gimp_marshal_VOID__POINTER
|
||||
gimp_marshal_VOID__STRING
|
||||
gimp_marshal_VOID__STRING_FLAGS
|
||||
gimp_marshal_VOID__STRING_UINT_FLAGS
|
||||
gimp_marshal_VOID__UINT_STRING
|
||||
gimp_marshal_VOID__VOID
|
||||
</SECTION>
|
||||
@ -7412,6 +7449,7 @@ gimp_get_mod_name_control
|
||||
gimp_get_mod_name_alt
|
||||
gimp_get_mod_separator
|
||||
gimp_get_mod_string
|
||||
gimp_get_accel_string
|
||||
gimp_get_screen_resolution
|
||||
gimp_rgb_get_gdk_color
|
||||
gimp_rgb_set_gdk_color
|
||||
|
@ -5,6 +5,7 @@ gimp_get_type
|
||||
gimp_action_factory_get_type
|
||||
gimp_action_get_type
|
||||
gimp_action_group_get_type
|
||||
gimp_action_view_get_type
|
||||
gimp_airbrush_get_type
|
||||
gimp_airbrush_options_get_type
|
||||
gimp_airbrush_tool_get_type
|
||||
@ -26,6 +27,7 @@ gimp_buffer_get_type
|
||||
gimp_buffer_view_get_type
|
||||
gimp_by_color_select_tool_get_type
|
||||
gimp_canvas_get_type
|
||||
gimp_cell_renderer_accel_get_type
|
||||
gimp_cell_renderer_toggle_get_type
|
||||
gimp_cell_renderer_viewable_get_type
|
||||
gimp_channel_get_type
|
||||
|
Reference in New Issue
Block a user