gtkmm 4.16.0
Public Types | List of all members
Gtk::ResponseType_Wrapper Class Referencefinal

Wrapper for enum ResponseType. More...

#include <gtkmm/dialog.h>

Public Types

enum  ResponseType {
  NONE = -1 ,
  REJECT = -2 ,
  ACCEPT = -3 ,
  DELETE_EVENT = -4 ,
  OK = -5 ,
  CANCEL = -6 ,
  CLOSE = -7 ,
  YES = -8 ,
  NO = -9 ,
  APPLY = -10 ,
  HELP = -11
}
 

Detailed Description

Wrapper for enum ResponseType.

ResponseType enumerators are scoped and can be implicitly converted to int. The scope is Gtk::ResponseType::

Member Enumeration Documentation

◆ ResponseType

Enumerator
NONE 

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

REJECT 

Generic response id, not used by GTK dialogs.

ACCEPT 

Generic response id, not used by GTK dialogs.

DELETE_EVENT 

Returned if the dialog is deleted.

OK 

Returned by OK buttons in GTK dialogs.

CANCEL 

Returned by Cancel buttons in GTK dialogs.

CLOSE 

Returned by Close buttons in GTK dialogs.

YES 

Returned by Yes buttons in GTK dialogs.

NO 

Returned by No buttons in GTK dialogs.

APPLY 

Returned by Apply buttons in GTK dialogs.

HELP 

Returned by Help buttons in GTK dialogs.