91 Dialog (
Application* App,
char const *filename,
const char* windowname,
char const *domainname,
DialogOwner *owner = NULL,
void (*extra_destroy)(gpointer) = NULL, gpointer data = NULL)
throw (std::runtime_error);
110 virtual bool Apply ();
160 bool GetNumber (GtkEntry *Entry,
double *x,
CheckType c = NoCheck,
double min = 0,
double max = 0);
173 void (*m_extra_destroy) (gpointer);
176 std::string m_windowname;
182 #endif // GCU_DIALOG_H