#include <gtkStatsBadVersionWindow.h>
Inheritance diagram for GtkStatsBadVersionWindow:
Public Member Functions | |
GtkStatsBadVersionWindow (GtkStatsMonitor *monitor, int client_major, int client_minor, int server_major, int server_minor) | |
void | setup () |
Call this after initializing the window. | |
virtual bool | destruct () |
Call this to remove the window, etc. | |
Protected Member Functions | |
void | delete_self () |
Static Protected Member Functions | |
gint | static_delete (BasicGtkWindow *window) |
Private Member Functions | |
void | close_clicked () |
Definition at line 40 of file gtkStatsBadVersionWindow.h.
|
Definition at line 35 of file gtkStatsBadVersionWindow.cxx. |
|
Definition at line 78 of file gtkStatsBadVersionWindow.cxx. |
|
Definition at line 133 of file basicGtkWindow.cxx. References BasicGtkWindow::_state, and BasicGtkWindow::S_ready. |
|
Call this to remove the window, etc. It's not tied directly to the real destructor because that seems to just lead to trouble. This returns true if it actually destructed, or false if it had already destructed previously and did nothing this time. Reimplemented in GtkStatsMainWindow, and GtkStatsWindow. Definition at line 101 of file basicGtkWindow.cxx. Referenced by BasicGtkWindow::BasicGtkWindow(), and GtkStatsMainWindow::~GtkStatsMainWindow(). |
|
Call this after initializing the window.
Definition at line 69 of file basicGtkWindow.cxx. References BasicGtkWindow::_destroyed, GtkBase::_gtk, BasicGtkWindow::_state, BasicGtkWindow::S_gone, and BasicGtkWindow::S_virgin. |
|
|