mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -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
13 lines
314 B
C
13 lines
314 B
C
ImageGdk gdk_icon;
|
|
ImageGdk gdk_largeicon;
|
|
bool topmost;
|
|
|
|
enum { FULLSCREEN = 99 };
|
|
|
|
void CenterRect(Ctrl *owner);
|
|
void SetMode(int mode);
|
|
void SyncTopMost();
|
|
|
|
static gboolean StateEvent(GtkWidget *widget, GdkEventWindowState *event, gpointer user_data);
|
|
|
|
friend class Ctrl;
|