mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
Dialog: Clarify that response ID 0 is not reserved
I only got so far in math, but it looks to me like zero isn’t positive. We don’t reserve it, so be clear about that.
This commit is contained in:
parent
0f805d1bd9
commit
cbe009fe90
@ -67,7 +67,7 @@ typedef enum
|
||||
* @GTK_RESPONSE_HELP: Returned by Help buttons in GTK+ dialogs
|
||||
*
|
||||
* Predefined values for use as response ids in gtk_dialog_add_button().
|
||||
* All predefined values are negative, GTK+ leaves positive values for
|
||||
* All predefined values are negative; GTK+ leaves values of 0 or greater for
|
||||
* application-defined response ids.
|
||||
*/
|
||||
typedef enum
|
||||
|
Loading…
Reference in New Issue
Block a user