Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-event-test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stas Korobeynikov
wx-event-test
Commits
347dcee1
Commit
347dcee1
authored
8 years ago
by
Stas Korobeynikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mend
parent
34fc8e5d
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
opennxtestevent.cpp
opennxtestevent.cpp
+7
-6
No files found.
opennxtestevent.cpp
View file @
347dcee1
...
...
@@ -11,10 +11,10 @@ IMPLEMENT_APP(OpennxTestEvent)
// This is executed upon startup, like 'main()' in non-wxWidgets programs.
bool
OpennxTestEvent
::
OnInit
()
{
wxFrame
*
frame
=
new
wxFrame
((
wxFrame
*
)
NULL
,
-
1
,
_T
(
"Test opennx event"
));
frame
->
CreateStatusBar
();
frame
->
SetStatusText
(
_T
(
"Test opennx event"
));
frame
->
Show
(
true
);
SetTopWindow
(
frame
);
return
true
;
wxFrame
*
frame
=
new
wxFrame
((
wxFrame
*
)
NULL
,
-
1
,
_T
(
"Test opennx event"
));
frame
->
CreateStatusBar
();
frame
->
SetStatusText
(
_T
(
"Test opennx event"
));
frame
->
Show
(
true
);
SetTopWindow
(
frame
);
return
true
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment