Ardour  9.0-pre0-386-g96ef4d20f2
dialog.h File Reference
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
#include <gtkmm/box.h>
#include <gtkmm/window.h>
#include <gtkmm/button.h>
#include <gtkmm/buttonbox.h>
Include dependency graph for dialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gtk::Dialog
 

Namespaces

 Gtk
 
 Glib
 

Enumerations

enum  Gtk::ResponseType {
  Gtk::RESPONSE_NONE = -1 , Gtk::RESPONSE_REJECT = -2 , Gtk::RESPONSE_ACCEPT = -3 , Gtk::RESPONSE_DELETE_EVENT = -4 ,
  Gtk::RESPONSE_OK = -5 , Gtk::RESPONSE_CANCEL = -6 , Gtk::RESPONSE_CLOSE = -7 , Gtk::RESPONSE_YES = -8 ,
  Gtk::RESPONSE_NO = -9 , Gtk::RESPONSE_APPLY = -10 , Gtk::RESPONSE_HELP = -11
}