libgimpwidgets/gimpdialog.c

2001-02-06  Simon Budig  <simon@gimp.org>

        * libgimpwidgets/gimpdialog.c

	fixed the documentation.
This commit is contained in:
Simon Budig
2001-02-06 19:00:48 +00:00
committed by Simon Budig
parent 2ce2ed61c7
commit d0b6be421e
2 changed files with 7 additions and 9 deletions

View File

@ -267,15 +267,7 @@ gimp_dialog_create_action_area (GtkDialog *dialog,
* gimp_dialog_create_action_areav:
* @dialog: The #GtkDialog you want to create the action_area for.
* @args: A @va_list as obtained with va_start() describing the action_area
* buttons. First a label for the new button, then a callback that
* will be connected to the buttons "clicked" signal, then some
* arbitrary data that will be passed to the callback, a slot
* object (???), a pointer to a Widgetpointer, that will return
* the widget (usually the button), a boolean that indicates that
* this button is able to become the default action of the dialog
* when the user presses Return, and a boolean that indicates, that
* the delete_event of the dialog will be connected to this
* callback.
* buttons.
*
* Please note that the delete_event will only be connected to the first
* button with the "connect_delete" boolean set to true. It is possible