mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
14 lines
No EOL
324 B
C
14 lines
No EOL
324 B
C
//$ class TopWindow : Ctrl {
|
|
ImageGdk gdk_icon;
|
|
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;
|
|
//$ };
|