mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +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
77b75bdab1
commit
2cd65158a0
@ -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