12 #ifndef _PATTERN_DIALOG_H_
13 #define _PATTERN_DIALOG_H_
15 #if defined(__GNUG__) && !defined(__APPLE__)
16 #pragma interface "pattern_dialog.cpp"
24 #include "wx/statline.h"
39 #define ID_DIALOG 10000
40 #define SYMBOL_PATTERNDIALOG_STYLE wxCAPTION|wxSYSTEM_MENU|wxCLOSE_BOX
41 #define SYMBOL_PATTERNDIALOG_TITLE _("Pattern Search")
42 #define SYMBOL_PATTERNDIALOG_IDNAME ID_DIALOG
43 #define SYMBOL_PATTERNDIALOG_SIZE wxSize(400, 300)
44 #define SYMBOL_PATTERNDIALOG_POSITION wxDefaultPosition
45 #define ID_T_PATTERN 10001
46 #define ID_RADIOBOX 10002
48 #define ID_CANCEL 10004
56 #define wxCLOSE_BOX 0x1000
58 #ifndef wxFIXED_MINSIZE
59 #define wxFIXED_MINSIZE 0
static bool ShowToolTips()
Should we show tooltips?
void OnOkClick(wxCommandEvent &event)
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_OK
wxBitmap GetBitmapResource(const wxString &name)
Retrieves bitmap resources.
void OnCancelClick(wxCommandEvent &event)
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CANCEL
wxIcon GetIconResource(const wxString &name)
Retrieves icon resources.
PatternDialog()
Constructors.
void CreateControls()
Creates the controls and sizers.
bool Create(wxWindow *parent, wxWindowID id=10000, const wxString &caption=_("Pattern Search"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCAPTION|wxSYSTEM_MENU|0x1000)
Creation.
const struct ncbi::grid::netcache::search::fields::SIZE size
#define SYMBOL_PATTERNDIALOG_STYLE
#define SYMBOL_PATTERNDIALOG_TITLE
#define SYMBOL_PATTERNDIALOG_SIZE
#define SYMBOL_PATTERNDIALOG_IDNAME
#define SYMBOL_PATTERNDIALOG_POSITION