ultimatepp/uppsrc/CtrlCore/X11Top.h
cxl e6328e781a ide: Fixed BLITZ, cosmetics (all TopWindow variants moved to Upp)
git-svn-id: svn://ultimatepp.org/upp/trunk@8650 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-08 14:19:16 +00:00

23 lines
611 B
C

//$ class Upp::TopWindow {
protected:
virtual void EventProc(XWindow& w, XEvent *event);
private:
XSizeHints *size_hints;
XWMHints *wm_hints;
XClassHint *class_hint;
Size xminsize, xmaxsize;
bool topmost;
Buffer<unsigned long> PreperIcon(const Image& icon, int& len);
void CenterRect(Ctrl *owner);
void DefSyncTitle();
void EndIgnoreTakeFocus();
void SyncState();
Image invert;
WString title2;
static Rect windowFrameMargin;
//$ };