ultimatepp/uppsrc/CtrlCore/GtkTop.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

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;