- New Objects (Flexbox, Graph, Treeview) - Pluginsystem to add/remove functionality - Reworked the entire Object system, instead of one big Object Class we have multiple classes: Object, VisualObject, ChangeableObject - Instead of one big Frame Class we have multiple Frame Classes: BaseFrame, Frame, MovableFrame, ScrollableFrame, MonitorFrame, Flexbox - Removed the Animation Object, and added a animation plugin instead - Removed the Graphic Object and merged it's functionality with the image object - Updated currently existing objects
42 lines
1.3 KiB
Markdown
42 lines
1.3 KiB
Markdown
- About
|
|
- [Home](home)
|
|
- [How To](home/How-To)
|
|
- [Download](home/download)
|
|
- [1.6 Docs](docs1_6)
|
|
- Objects
|
|
- [Basalt](objects/Basalt.md)
|
|
- [Object](objects/Object.md)
|
|
- [VisualObject](objects/VisualObject.md)
|
|
- [ChangeableObject](objects/ChangeableObject.md)
|
|
- [Container](objects/Container.md)
|
|
- [BaseFrame](objects/BaseFrame.md)
|
|
- [Frame](objects/Frame.md)
|
|
- [Flexbox](objects/Flexbox.md)
|
|
- [MovableFrame](objects/MovableFrame.md)
|
|
- [ScrollableFrame](objects/ScrollableFrame.md)
|
|
- [Button](objects/Button.md)
|
|
- [Checkbox](objects/Checkbox.md)
|
|
- [Graph](objects/Graph.md)
|
|
- [Image](objects/Image.md)
|
|
- [Input](objects/Input.md)
|
|
- [Label](objects/Label.md)
|
|
- [List](objects/List.md)
|
|
- [Dropdown](objects/Dropdown.md)
|
|
- [Menubar](objects/Menubar.md)
|
|
- [Radio](objects/Radio.md)
|
|
- [Pane](objects/Pane.md)
|
|
- [Program](objects/Program.md)
|
|
- [Progressbar](objects/Progressbar.md)
|
|
- [Scrollbar](objects/Scrollbar.md)
|
|
- [Slider](objects/Slider.md)
|
|
- [Textfield](objects/Textfield.md)
|
|
- [Thread](objects/Thread.md)
|
|
- [Treeview](objects/Treeview.md)
|
|
- [Timer](objects/Timer.md)
|
|
- Tutorials
|
|
- [Your Logic](tips/logic.md)
|
|
- [Button coloring](tips/buttonColoring.md)
|
|
- [Designing/Animating](tips/design.md)
|
|
- [Dynamic Values](tips/dynamicvalues.md)
|
|
- [XML](tips/xml.md)
|