guizh_window.zh#
Variables#
const int |
|
const int |
|
const int |
Functions#
int |
Window_Create(int parent) |
void |
Window_Draw(int id, int x, int y) |
void |
Window_OnMouseMove(int id, int x, int y) |
void |
Window_SetBGColor(int id, int color) |
void |
Window_SetBorderColor(int id, int color) |
void |
Window_SetBorderMoveable(int id, bool val) |
Variable descriptions#
const int WINDOW_BG_COLOR = 0
🔗 Source
const int WINDOW_BORDER_COLOR = 1
🔗 Source
Function descriptions#
int Window_Create(int parent) 🔗 Source
void Window_Draw(int id, int x, int y) 🔗 Source
void Window_OnMouseMove(int id, int x, int y) 🔗 Source
void Window_SetBGColor(int id, int color) 🔗 Source
void Window_SetBorderColor(int id, int color) 🔗 Source