Updated the Remstar ODBC files, got the db sample compiling; added Freq and SubString
to wxString git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "listdb.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
/*
|
||||
@@ -54,7 +56,7 @@ class Clookup2 : public wxTable
|
||||
|
||||
}; // Clookup2
|
||||
|
||||
class ClookUpDlg : public wxDialogBox
|
||||
class ClookUpDlg : public wxDialog
|
||||
{
|
||||
private:
|
||||
bool widgetPtrsSet;
|
||||
@@ -120,6 +122,12 @@ class ClookUpDlg : public wxDialogBox
|
||||
void OnActivate(bool) {}; // necessary for hot keys
|
||||
};
|
||||
|
||||
#define LOOKUP_DIALOG 500
|
||||
|
||||
#define LOOKUP_DIALOG_SELECT 501
|
||||
#define LOOKUP_DIALOG_OK 502
|
||||
#define LOOKUP_DIALOG_CANCEL 503
|
||||
|
||||
#endif // LISTDB_DOT_H
|
||||
|
||||
// ************************************ listdb.h *********************************
|
||||
|
Reference in New Issue
Block a user