]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/db/listdb.h
changed format of wxFontMapper entries: facename_encoding instead of encoding as key
[wxWidgets.git] / samples / db / listdb.h
index 440ad92f3b8bbe57ae23bdc47a4294f26dd12f2b..fb64588a42fed9d82eb7bcdfa2e77645d0c48a0e 100644 (file)
@@ -112,9 +112,12 @@ class ClookUpDlg : public wxDialog
                                          wxDB                  *pDb = READONLY_DB,             // Database connection pointer
                                          bool           allowOk                = TRUE);                // is the OK button enabled
 
+               void     OnButton( wxCommandEvent &event );
                void            OnCommand(wxWindow& win, wxCommandEvent& event);
-               bool            OnClose();
+               void            OnClose(wxCloseEvent& event);
                void            OnActivate(bool) {};  // necessary for hot keys
+
+DECLARE_EVENT_TABLE()
 };
 
 #define LOOKUP_DIALOG                   500