is there a way to make scroll for text area.
also I want a compo_box, is there such a component?
please provide me with simple examples for the previous two issues
thank you
is there a way to make scroll for text area.
also I want a compo_box, is there such a component?
please provide me with simple examples for the previous two issues
thank you
If you want a scrolling region, that can contain text, images, whatever, then look at BeginScrollView and EndScrollView.
No, there is no built-in combo box but you can build one yourself using Labels and Buttons.
Give the documentation a read for some examples of various techniques then you can give it a go yourself:
You might what to look at GUIX as well, they have combo boxes and such like