mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
8 lines
No EOL
156 B
C
8 lines
No EOL
156 B
C
//$ class TopWindow {
|
|
protected:
|
|
Ptr<Ctrl> owner;
|
|
|
|
dword GetMMStyle() const;
|
|
|
|
virtual void MMClose() { DLOG("Top::MMClose"); WhenClose(); }
|
|
//$ };
|