mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Tutorial: Removed depricated CLASSNAME from GUI tutorials.
git-svn-id: svn://ultimatepp.org/upp/trunk@15432 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
14645d6680
commit
707a7864de
7 changed files with 23 additions and 25 deletions
|
|
@ -8,7 +8,7 @@ struct MyAppWindow : TopWindow {
|
|||
Break();
|
||||
}
|
||||
|
||||
void RightDown(Point, dword) {
|
||||
virtual void RightDown(Point, dword) override {
|
||||
MenuBar::Execute(
|
||||
[=](Bar& bar) {
|
||||
bar.Add("Exit", [=] { Exit(); });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue