|
Xonotic
|
#include "listbox.qh"
Include dependency graph for listbox.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticListBox () |
| void | XonoticListBox_configureXonoticListBox (entity me) |
| void | XonoticListBox_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| entity makeXonoticListBox | ( | ) |
Definition at line 3 of file listbox.qc.
Here is the call graph for this function:Definition at line 10 of file listbox.qc.
| void XonoticListBox_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |