Inherits XGP::XDialog.
Public Member Functions | |
BrowserDlg (Glib::ustring &cmd) | |
virtual | ~BrowserDlg () |
Static Public Member Functions | |
static BrowserDlg * | create (Glib::ustring &cmd) |
static const char * | getDefaultBrowser () |
The dialog does check (at configure time), if the browsers are actually available.
If the gtkhtml library is available, there's also an entry which allows to select this widget.
XGP::BrowserDlg::BrowserDlg | ( | Glib::ustring & | cmd | ) |
Constructor.
XGP::BrowserDlg::~BrowserDlg | ( | ) | [virtual] |
Destructor.
BrowserDlg * XGP::BrowserDlg::create | ( | Glib::ustring & | cmd | ) | [static] |
Creates a (modeless) dialog and registers a handler to free it after deleting.
cmd | Default command to execute to start the browser |
static const char* XGP::BrowserDlg::getDefaultBrowser | ( | ) | [inline, static] |
Returns (a suggestion for) the default browser to use.