mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
- 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
22 lines
577 B
C
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;
|
|
|