Nuclide
Software Development Kit for id Tech
ui_window.qc File Reference

Classes

class  VGUIWindow
 Top-most window class in VGUILib. More...
 

Macros

#define VGUIWindowStyleDefault
 

Functions

 void (void) tmpVGUIWindow1
 

Variables

 enumflags
 

Macro Definition Documentation

◆ VGUIWindowStyleDefault

#define VGUIWindowStyleDefault
Value:
VGUIWindowMovable | \
VGUIWindowTitled | \
VGUIWindowClosable | \
VGUIWindowMiniaturizable

Function Documentation

◆ void()

void ( void  )

Variable Documentation

◆ enumflags

typedef enumflags
Initial value:
{
WINDOW_DRAGGING,
WINDOW_RESIZING,
}