28 #ifndef _OKCANCELPANEL_H_
29 #define _OKCANCELPANEL_H_
40 #include <wx/checkbox.h>
57 #define SYMBOL_COKCANCELPANEL_STYLE wxTAB_TRAVERSAL
58 #define SYMBOL_COKCANCELPANEL_TITLE _("OkCancelPanel")
59 #define SYMBOL_COKCANCELPANEL_IDNAME ID_COKCANCELPANEL
60 #define SYMBOL_COKCANCELPANEL_SIZE wxSize(400, 300)
61 #define SYMBOL_COKCANCELPANEL_POSITION wxDefaultPosition
static bool ShowToolTips()
Should we show tooltips?
wxIcon GetIconResource(const wxString &name)
Retrieves icon resources.
bool Create(wxWindow *parent, wxWindowID id=ID_COKCANCELPANEL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL)
Creation.
void CreateControls()
Creates the controls and sizers.
~COkCancelPanel()
Destructor.
COkCancelPanel()
Constructors.
void Init()
Initialises member variables.
wxBitmap GetBitmapResource(const wxString &name)
Retrieves bitmap resources.
void OnAcceptBtnClick(wxCommandEvent &event)
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_ACCEPT_BTN
void OnClickCancel(wxCommandEvent &event)
wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CLOSE
@ ID_LEAVE_DIALOG_UP_CHKBOX
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
const struct ncbi::grid::netcache::search::fields::SIZE size
#define SYMBOL_COKCANCELPANEL_POSITION
#define SYMBOL_COKCANCELPANEL_SIZE
#define SYMBOL_COKCANCELPANEL_IDNAME
#define SYMBOL_COKCANCELPANEL_STYLE