12#ifndef _ABOUTCHAMELEONDIALOG_H_
13#define _ABOUTCHAMELEONDIALOG_H_
16#pragma interface "AboutChameleonDialog.cpp"
25#include "wx/notebook.h"
26#include "../globals.hpp"
42#define ID_DIALOG 10000
43#define ID_NOTEBOOK 10001
44#define ID_PROGPANEL 10006
45#define ID_TEAMPANEL 10002
46#define ID_CREDITSPANEL 10003
47#define ID_STATSPANEL 10004
48#define ID_BUTTONOK 10007
49#define SYMBOL_ABOUTCHAMELEONDIALOG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX
50#define SYMBOL_ABOUTCHAMELEONDIALOG_TITLE _("About Chameleon")
51#define SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME ID_DIALOG
52#define SYMBOL_ABOUTCHAMELEONDIALOG_SIZE wxSize(410*g_pixelScale, 470*g_pixelScale)
53#define SYMBOL_ABOUTCHAMELEONDIALOG_POSITION wxDefaultPosition
61#define wxCLOSE_BOX 0x1000
#define SYMBOL_ABOUTCHAMELEONDIALOG_TITLE
#define SYMBOL_ABOUTCHAMELEONDIALOG_STYLE
#define SYMBOL_ABOUTCHAMELEONDIALOG_SIZE
#define SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME
#define SYMBOL_ABOUTCHAMELEONDIALOG_POSITION
wxBitmap GetBitmapResource(const wxString &name)
Retrieves bitmap resources.
bool Create(wxWindow *parent, wxWindowID id=SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME, const wxString &caption=SYMBOL_ABOUTCHAMELEONDIALOG_TITLE, const wxPoint &pos=SYMBOL_ABOUTCHAMELEONDIALOG_POSITION, const wxSize &size=SYMBOL_ABOUTCHAMELEONDIALOG_SIZE, long style=SYMBOL_ABOUTCHAMELEONDIALOG_STYLE)
Creation.
void OnButtonOKClick(wxCommandEvent &event)
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTONOK
void CreateControls()
Creates the controls and sizers.
wxIcon GetIconResource(const wxString &name)
Retrieves icon resources.
AboutChameleonDialog()
Constructors.
wxStaticText * m_lblVersion
wxBoxSizer * m_sizerProgram
static bool ShowToolTips()
Should we show tooltips?