My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//$ class TopWindow {
public:
virtual void State(int reason);

private:
TopWindowFrame *frame;

void SyncRect();
void SyncFrameRect(const Rect& r);
void DestroyFrame();

friend class Ctrl;

public:
void GripResize();
//$ };

Change log

r4176 by cxl on Nov 16, 2011   Diff
.reference: Rainbow example (RM #158)
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 251 bytes, 16 lines
Powered by Google Project Hosting