app/config/gimpguiconfig.[ch] added gimprc option "show-help-button".
2004-10-04 Sven Neumann <sven@gimp.org> * app/config/gimpguiconfig.[ch] * app/config/gimprc-blurbs.h: added gimprc option "show-help-button". * app/dialogs/preferences-dialog.c: added a GUI for it. * app/dialogs/file-save-dialog.c * app/dialogs/image-new-dialog.c * app/dialogs/quit-dialog.c * app/display/gimpdisplayshell-close.c * app/widgets/gimphelp-ids.h: don't set help-ids on confirmation dialogs. * libgimpbase/gimpprotocol.[ch] * libgimp/gimp.[ch]: added boolean "show_help_button" to the config message. * app/plug-in/plug-in-run.c: pass the new preference to the plug-in. * libgimpwidgets/gimpdialog.[ch]: added new function that allows to set whether new dialogs should get a help button added. * app/gui/gui.c * libgimp/gimpui.c: call gimp_dialogs_show_help_button() according to the gimprc settings.
This commit is contained in:
committed by
Sven Neumann
parent
4872d236ca
commit
62b5c77c76
@ -384,6 +384,7 @@ gimp_dialog_new
|
||||
gimp_dialog_new_valist
|
||||
gimp_dialog_add_buttons_valist
|
||||
gimp_dialog_run
|
||||
gimp_dialogs_show_help_button
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TYPE_DIALOG
|
||||
GIMP_DIALOG
|
||||
|
||||
@ -79,3 +79,11 @@ dialog-related stuff.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_dialogs_show_help_button ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@show:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user