######################################## # # # Delta3D Examples: testGUI # # # ######################################## Uses modules: dtCore, dtABC, dtGUI Purpose ------- To demonstrate basic functionality of the dtGUI::CEUIDrawable class. A SliderBar controls the opacity of the box. "Delta3D" is displayed inside a TextBox. An EditableTextBox can be... surprise surprise... edited. The Button exits the application. The cursor also changes to a different icon within the window. Instructions ------------ - To use hard coded UI definitions, just run "testGUI.exe" with no parameters. - To load the UI definitions from the layout file, run "testGUI.exe ..\examples\testGUI\gui.layout" Controls -------- Esc - Exit