projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use a different method to prevent an early size_allocate,
[wxWidgets.git]
/
samples
/
taskbar
/
tbtest.h
diff --git
a/samples/taskbar/tbtest.h
b/samples/taskbar/tbtest.h
index a2dc242b5a3a8b53ccec063b6f9958de6e29b3cb..df54f38dcfdd917c14cfbfa08a835e5ff9a0dd44 100644
(file)
--- a/
samples/taskbar/tbtest.h
+++ b/
samples/taskbar/tbtest.h
@@
-9,7
+9,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-class MyTaskBarIcon: public wxTaskBarIcon
+class MyTaskBarIcon
: public wxTaskBarIcon
{
public:
#if defined(__WXCOCOA__)
{
public:
#if defined(__WXCOCOA__)
@@
-34,7
+34,7
@@
public:
// Define a new application
// Define a new application
-class MyApp: public wxApp
+class MyApp
: public wxApp
{
public:
virtual bool OnInit();
{
public:
virtual bool OnInit();
@@
-43,13
+43,11
@@
public:
class MyDialog: public wxDialog
{
public:
class MyDialog: public wxDialog
{
public:
- MyDialog(wxWindow* parent, const wxWindowID id, const wxString& title,
- const wxPoint& pos, const wxSize& size, const long windowStyle = wxDEFAULT_DIALOG_STYLE);
+ MyDialog(const wxString& title);
virtual ~MyDialog();
protected:
virtual ~MyDialog();
protected:
- void Init();
-
+ void OnAbout(wxCommandEvent& event);
void OnOK(wxCommandEvent& event);
void OnExit(wxCommandEvent& event);
void OnCloseWindow(wxCloseEvent& event);
void OnOK(wxCommandEvent& event);
void OnExit(wxCommandEvent& event);
void OnCloseWindow(wxCloseEvent& event);