Gjsify LogoGjsify Logo

Predefined values for use as response ids in gtk_dialog_add_button(). All predefined values are negative; GTK+ leaves values of 0 or greater for application-defined response ids.

Index

Enumeration Members

ACCEPT: number

Generic response id, not used by GTK+ dialogs

APPLY: number

Returned by Apply buttons in GTK+ dialogs

CANCEL: number

Returned by Cancel buttons in GTK+ dialogs

CLOSE: number

Returned by Close buttons in GTK+ dialogs

DELETE_EVENT: number

Returned if the dialog is deleted

HELP: number

Returned by Help buttons in GTK+ dialogs

NO: number

Returned by No buttons in GTK+ dialogs

NONE: number

Returned if an action widget has no response id, or if the dialog gets programmatically hidden or destroyed

OK: number

Returned by OK buttons in GTK+ dialogs

REJECT: number

Generic response id, not used by GTK+ dialogs

YES: number

Returned by Yes buttons in GTK+ dialogs

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method