From e656cdeb68cf95ce2f811f42fcf41c6351e9c622 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 21 Jul 2004 09:43:52 +0000 Subject: [PATCH] app/app-docs.sgml app/app-sections.txt added GimpActionView and 2004-07-21 Michael Natterer * app/app-docs.sgml * app/app-sections.txt * app/app.types: added GimpActionView and GimpCellRendererAccel. --- devel-docs/ChangeLog | 6 ++++++ devel-docs/app/app-docs.sgml | 2 ++ devel-docs/app/app-sections.txt | 38 +++++++++++++++++++++++++++++++++ devel-docs/app/app.types | 2 ++ 4 files changed, 48 insertions(+) diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index 4862184c03..c76808ae08 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,9 @@ +2004-07-21 Michael Natterer + + * app/app-docs.sgml + * app/app-sections.txt + * app/app.types: added GimpActionView and GimpCellRendererAccel. + 2004-07-19 Michael Natterer * app/app-sections.txt: GimpPaintCoreState -> GimpPaintState. diff --git a/devel-docs/app/app-docs.sgml b/devel-docs/app/app-docs.sgml index e735c516c2..c68c5edbf9 100644 --- a/devel-docs/app/app-docs.sgml +++ b/devel-docs/app/app-docs.sgml @@ -737,6 +737,7 @@ Misc. Widgets + @@ -774,6 +775,7 @@ Cell Renderers for GtkTreeView + diff --git a/devel-docs/app/app-sections.txt b/devel-docs/app/app-sections.txt index 91699fd69f..b03ada39a6 100644 --- a/devel-docs/app/app-sections.txt +++ b/devel-docs/app/app-sections.txt @@ -3528,11 +3528,28 @@ GIMP_IS_ACTION_GROUP_CLASS GIMP_ACTION_GROUP_GET_CLASS +
+gimpactionview +GimpActionView +GimpActionView +gimp_action_view_new + +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 +
+
gimpaction GimpAction GimpAction gimp_action_new +gimp_action_name_compare GimpActionClass GIMP_ACTION @@ -3681,6 +3698,24 @@ GIMP_IS_BUFFER_VIEW_CLASS GIMP_BUFFER_VIEW_GET_CLASS
+
+gimpcellrendereraccel +GimpCellRendererAccel +GimpCellRendererAccel +gimp_cell_renderer_accel_new +gimp_cell_renderer_accel_set_accelerator +gimp_cell_renderer_accel_get_accelerator + +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 +
+
gimpcellrenderertoggle GimpCellRendererToggle @@ -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
@@ -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 @@ -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 diff --git a/devel-docs/app/app.types b/devel-docs/app/app.types index 483523b900..13170c5a2a 100644 --- a/devel-docs/app/app.types +++ b/devel-docs/app/app.types @@ -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