#include "CEGUI.h"
#include "required.h"
Namespaces | |
namespace | CEGUI |
Functions | |
ListboxTextItem * | CEGUI::ceguiLua_createListboxTextItem (const String &text, uint item_id, void *item_data, bool disabled, bool auto_delete) |
void | CEGUI::ceguiLua_FileStream_open (FileStream *os, const char *filename) |
bool | CEGUI::ceguiLua_System_isSystemKeyDown (const System *sys, SystemKey k) |
void | CEGUI::ceguiLua_Thumb_getHorzRange (Thumb *wnd, float *min, float *max) |
void | CEGUI::ceguiLua_Thumb_getVertRange (Thumb *wnd, float *min, float *max) |