projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Create a wrapper file for X11/XKBlib.h header.
[wxWidgets.git]
/
samples
/
layout
/
layout.h
diff --git
a/samples/layout/layout.h
b/samples/layout/layout.h
index 34b495effca2ffec582bedf6f924942f7bf142ba..4b9edcad45e97219af0bc970b13875f12b85c8f3 100644
(file)
--- a/
samples/layout/layout.h
+++ b/
samples/layout/layout.h
@@
-103,10
+103,10
@@
class MySimpleSizerFrame : public wxFrame
{
public:
MySimpleSizerFrame(const wxString &title, int x, int y );
{
public:
MySimpleSizerFrame(const wxString &title, int x, int y );
-
+
void OnSetSmallSize( wxCommandEvent &event);
void OnSetBigSize( wxCommandEvent &event);
void OnSetSmallSize( wxCommandEvent &event);
void OnSetBigSize( wxCommandEvent &event);
-
+
private:
wxTextCtrl *m_target;
private:
wxTextCtrl *m_target;
@@
-121,8
+121,8
@@
class MyNestedSizerFrame : public wxFrame
{
public:
MyNestedSizerFrame(const wxString &title, int x, int y );
{
public:
MyNestedSizerFrame(const wxString &title, int x, int y );
-
-
+
+
private:
wxTextCtrl *m_target;
};
private:
wxTextCtrl *m_target;
};