mirror of https://github.com/GNOME/gimp.git
app/widgets/gimpdialogfactory.c updated gtk-doc comments.
2003-11-11 Sven Neumann <sven@gimp.org> * app/widgets/gimpdialogfactory.c * app/widgets/gimptooldialog.c: updated gtk-doc comments.
This commit is contained in:
parent
795698e311
commit
7e3b14297f
|
@ -1,3 +1,8 @@
|
|||
2003-11-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimpdialogfactory.c
|
||||
* app/widgets/gimptooldialog.c: updated gtk-doc comments.
|
||||
|
||||
2003-11-11 Simon Budig <simon@gimp.org>
|
||||
|
||||
* app/vectors/gimpvectors.c: New vectors now are invisible by
|
||||
|
|
|
@ -547,6 +547,7 @@ gimp_dialog_factory_dialog_new_internal (GimpDialogFactory *factory,
|
|||
/**
|
||||
* gimp_dialog_factory_dialog_new:
|
||||
* @factory: a #GimpDialogFactory
|
||||
* @screen: the #GdkScreen the dialog should appear on
|
||||
* @identifier: the identifier of the dialog as registered with
|
||||
* gimp_dialog_factory_register_entry()
|
||||
* @preview_size:
|
||||
|
@ -580,6 +581,7 @@ gimp_dialog_factory_dialog_new (GimpDialogFactory *factory,
|
|||
/**
|
||||
* gimp_dialog_factory_dialog_raise:
|
||||
* @factory : a #GimpDialogFactory
|
||||
* @screen: the #GdkScreen the dialog should appear on
|
||||
* @identifier: the identifier of the dialog as registered with
|
||||
* gimp_dialog_factory_register_entry()
|
||||
* @preview_size:
|
||||
|
@ -648,6 +650,7 @@ gimp_dialog_factory_dockable_new (GimpDialogFactory *factory,
|
|||
/**
|
||||
* gimp_dialog_factory_dock_new:
|
||||
* @factory: a #GimpDialogFacotry
|
||||
* @screen: the #GdkScreen the dock should appear on
|
||||
*
|
||||
* Returns a new #GimpDock in this %factory's context. We use a function
|
||||
* pointer passed to this %factory's constructor instead of simply
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
/**
|
||||
* gimp_tool_dialog_new:
|
||||
* @tool_info: a #GimpToolInfo
|
||||
* @parent: the parent widget of this dialog
|
||||
* @desc: a string to use in the dialog header or %NULL to use the help
|
||||
* field from #GimpToolInfo
|
||||
* @...: a %NULL-terminated valist of button parameters as described in
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2003-11-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
* app/app-sections.txt
|
||||
* app/app.types: updated.
|
||||
|
||||
2003-11-10 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/tmpl/gimpcolorselection.sgml: new template.
|
||||
|
|
|
@ -406,6 +406,7 @@
|
|||
|
||||
<chapter id="app-display-display">
|
||||
<title>The GimpDisplay Object</title>
|
||||
<xi:include href="xml/gimpcanvas.xml"/>
|
||||
<xi:include href="xml/gimpdisplay.xml"/>
|
||||
<xi:include href="xml/gimpdisplay-area.xml"/>
|
||||
<xi:include href="xml/gimpdisplay-foreach.xml"/>
|
||||
|
|
|
@ -151,6 +151,7 @@ GimpProgressEndFunc
|
|||
GimpPDBDialogsCheckFunc
|
||||
GimpGetProgramClassFunc
|
||||
GimpGetDisplayNameFunc
|
||||
GimpGetThemeDirFunc
|
||||
<TITLE>Gimp</TITLE>
|
||||
Gimp
|
||||
gimp_new
|
||||
|
@ -176,6 +177,7 @@ gimp_end_progress
|
|||
gimp_pdb_dialogs_check
|
||||
gimp_get_program_class
|
||||
gimp_get_display_name
|
||||
gimp_get_theme_dir
|
||||
gimp_get_standard_context
|
||||
gimp_set_default_context
|
||||
gimp_get_default_context
|
||||
|
@ -1349,6 +1351,35 @@ GIMP_IS_VIEWABLE_CLASS
|
|||
GIMP_VIEWABLE_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcanvas</FILE>
|
||||
<TITLE>GimpCanvas</TITLE>
|
||||
GimpCanvas
|
||||
GimpCanvasStyle
|
||||
gimp_canvas_new
|
||||
gimp_canvas_draw_cursor
|
||||
gimp_canvas_draw_point
|
||||
gimp_canvas_draw_line
|
||||
gimp_canvas_draw_lines
|
||||
gimp_canvas_draw_rectangle
|
||||
gimp_canvas_draw_arc
|
||||
gimp_canvas_draw_polygon
|
||||
gimp_canvas_draw_segments
|
||||
gimp_canvas_draw_rgb
|
||||
gimp_canvas_set_clip_rect
|
||||
gimp_canvas_set_bg_color
|
||||
gimp_canvas_set_custom_gc
|
||||
<SUBSECTION Standard>
|
||||
GimpCanvasClass
|
||||
GIMP_CANVAS
|
||||
GIMP_IS_CANVAS
|
||||
GIMP_TYPE_CANVAS
|
||||
gimp_canvas_get_type
|
||||
GIMP_CANVAS_CLASS
|
||||
GIMP_IS_CANVAS_CLASS
|
||||
GIMP_CANVAS_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpdisplay</FILE>
|
||||
IdleRenderStruct
|
||||
|
@ -5845,7 +5876,6 @@ ColorNotebook
|
|||
ColorNotebookState
|
||||
ColorNotebookCallback
|
||||
color_notebook_new
|
||||
color_notebook_viewable_new
|
||||
color_notebook_free
|
||||
color_notebook_set_viewable
|
||||
color_notebook_set_title
|
||||
|
@ -5906,6 +5936,7 @@ dialogs_toggle_auto_cmd_callback
|
|||
dialogs_create_lc_cmd_callback
|
||||
dialogs_create_data_cmd_callback
|
||||
dialogs_create_stuff_cmd_callback
|
||||
dialogs_change_screen_cmd_callback
|
||||
dialogs_show_toolbox
|
||||
</SECTION>
|
||||
|
||||
|
@ -6576,6 +6607,7 @@ view_toggle_grid_cmd_callback
|
|||
view_snap_to_grid_cmd_callback
|
||||
view_new_view_cmd_callback
|
||||
view_shrink_wrap_cmd_callback
|
||||
view_change_screen_cmd_callback
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -19,6 +19,7 @@ gimp_bucket_fill_tool_get_type
|
|||
gimp_buffer_get_type
|
||||
gimp_buffer_view_get_type
|
||||
gimp_by_color_select_tool_get_type
|
||||
gimp_canvas_get_type
|
||||
gimp_cell_renderer_toggle_get_type
|
||||
gimp_cell_renderer_viewable_get_type
|
||||
gimp_channel_get_type
|
||||
|
|
Loading…
Reference in New Issue