image update
listbox fix iODBC fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -166,6 +166,7 @@ class CeditorDlg : public wxPanel
|
||||
|
||||
CeditorDlg(wxWindow *parent);
|
||||
bool OnClose(void);
|
||||
void OnButton( wxCommandEvent &event );
|
||||
void OnCommand(wxWindow& win, wxCommandEvent& event);
|
||||
void OnActivate(bool) {}; // necessary for hot keys
|
||||
|
||||
@@ -177,6 +178,8 @@ class CeditorDlg : public wxPanel
|
||||
bool GetNextRec();
|
||||
bool GetPrevRec();
|
||||
bool GetRec(char *whereStr);
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
}; // CeditorDlg
|
||||
|
||||
#define EDITOR_DIALOG 199
|
||||
@@ -336,6 +339,7 @@ class CqueryDlg : public wxDialog
|
||||
|
||||
CqueryDlg(wxWindow *parent, wxDB *pDb, char *tblName[], char *pWhereArg);
|
||||
|
||||
void OnButton( wxCommandEvent &event );
|
||||
void OnCommand(wxWindow& win, wxCommandEvent& event);
|
||||
bool OnClose();
|
||||
void OnActivate(bool) {}; // necessary for hot keys
|
||||
@@ -346,6 +350,7 @@ class CqueryDlg : public wxDialog
|
||||
void ProcessCountBtn();
|
||||
bool ValidateWhereClause();
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
}; // CqueryDlg
|
||||
|
||||
#define QUERY_DIALOG 300
|
||||
|
Reference in New Issue
Block a user