ultimatepp/uppsrc/CtrlCore/X11Top.h
mirek-fidler e8035690b9
libclang ide #94
- Assist/Autocomplete refactored to use libclang

Other minor changes:

- Removed CoWork Pipe
- .dli runtime loading of dynamic libraries now supports path to library in access function
- EditField::SetBackground
- RichTextView::GotoLabel variant with Gate for matching
- RichEdit::GotoLabel variant with Gate for matching
2022-09-16 10:31:14 +02:00

22 lines
577 B
C

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;