Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


dialog.hh File Reference

A GtkDialog C++ wrapper interface. More...

#include <xfc/gtk/window.hh>
#include <gtk/gtkdialog.h>
#include <xfc/gtk/inline/dialog.inl>

Namespaces

Classes

Typedefs

Enumerations


Detailed Description

A GtkDialog C++ wrapper interface.


Enumeration Type Documentation

enum DialogFlags
 

Construction/destruction flags.

Enumeration values:
DIALOG_MODAL  Calls Gtk::Window::set_modal(true).
DIALOG_DESTROY_WITH_PARENT  Calls Gtk::Window::set_destroy_with_parent().
DIALOG_NO_SEPARATOR  No separator bar above the action buttons.

enum ResponseType
 

Used to indicate the response_id of the action widget.

Enumeration values:
RESPONSE_NONE  The action widget has no response_id.
RESPONSE_REJECT  Returned only if passed as the response for the action widget.
RESPONSE_ACCEPT  Returned only if passed as the response for the action widget.
RESPONSE_DELETE_EVENT  The dialog received a 'delete' event.
RESPONSE_OK  The OK response, when the action widget is clicked.
RESPONSE_CANCEL  The cancel response, when the action widget is clicked.
RESPONSE_CLOSE  The close response, when the action widget is clicked.
RESPONSE_YES  The yes response, when the action widget is clicked.
RESPONSE_NO  The no response, when the action widget is clicked.
RESPONSE_APPLY  The apply response, when the action widget is clicked.
RESPONSE_HELP  The help response, when the action widget is clicked.

enum StockButtonType
 

Used to indicate a stock button and response_id to add to the dialog.

Enumeration values:
STOCK_BUTTON_OK  A stock OK button that returns the id Gtk::RESPONSE_OK.
STOCK_BUTTON_CANCEL  A stock CANCEL button that returns the id Gtk::RESPONSE_CANCEL.
STOCK_BUTTON_CLOSE  A stock CLOSE button that returns the id Gtk::RESPONSE_CLOSE.
STOCK_BUTTON_YES  A stock YES button that returns the id Gtk::RESPONSE_YES.
STOCK_BUTTON_NO  A stock NO button that returns the id Gtk::RESPONSE_NO.
STOCK_BUTTON_APPLY  A stock APPLY button that returns the id Gtk::RESPONSE_APPLY.
STOCK_BUTTON_HELP  A stock HELP button that returns the id Gtk::RESPONSE_HELP.
Xfce Foundation Classes


Copyright © 2004-2005 The XFC Development Team XFC 4.3