![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
Go to the source code of this file.
Classes | |
struct | CzUIListBoxItem |
class | CzUIListBox |
class | CzUIListBoxCreator |
Defines | |
#define | CZ_NEW_LISTBOX(scene, listbox, name, background, width, height) |
#define CZ_NEW_LISTBOX | ( | scene, | |
listbox, | |||
name, | |||
background, | |||
width, | |||
height | |||
) |
CzUIListBox* listbox = new CzUIListBox(); \ listbox->setName(name); \ scene->addActor(listbox); \ listbox->Init(background, width, height); \ listbox->InitListBox();