ultimatepp/uppsrc/CtrlCore/X11Top.h
cxl 9c921617d6 ide,CtrlCore: Large icons
git-svn-id: svn://ultimatepp.org/upp/trunk@6322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-08 16:56:43 +00:00

23 lines
606 B
C

//$ class 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;
//$ };