#include <preferences.h>
Public Member Functions | |
virtual | ~PrefsDlg () |
void | Init () |
void | showPrefPage (GtkWidget *prefpage) |
Data Fields | |
GtkWidget * | m_notebook |
Protected Member Functions | |
GtkWindow * | BuildDialog () |
void | PostModal (EMessageBoxReturn code) |
Definition at line 305 of file preferences.h.
virtual PrefsDlg::~PrefsDlg | ( | ) | [inline, virtual] |
Definition at line 311 of file preferences.h.
void PrefsDlg::Init | ( | ) |
void PrefsDlg::PostModal | ( | EMessageBoxReturn | code | ) | [protected, virtual] |
Reimplemented from Dialog.
void PrefsDlg::showPrefPage | ( | GtkWidget * | prefpage | ) |
Utility function for swapping notebook pages for tree list selections
Definition at line 309 of file preferences.h.