ewol/doc/tutorial/030_ConplexeXmlGui.bb

25 lines
572 B
BlitzBasic
Raw Normal View History

2014-09-09 21:15:50 +02:00
2014-09-03 22:02:02 +02:00
=== Objectif ===
:** What is a Widget
2014-09-05 21:42:04 +02:00
:** Simply create a complex Gui
2014-09-03 22:02:02 +02:00
2014-09-05 21:42:04 +02:00
=== What is a Widget ===
2014-09-09 21:15:50 +02:00
A widget is a simple entity of a graphical Object. It herited of every [class[ewol::Object]] class with many graphical interface to draw a complex gui.
We can consider some widget:
:** Windows: Main gui interface to display the unique "windows".
:** Simple widget: all widget that display somthing.
:** Meta widget: Widget composed with some wodget.
2014-09-05 21:42:04 +02:00
=== Simple load of a widget: ===
2014-09-09 21:15:50 +02:00
2014-09-05 21:42:04 +02:00
=== Create an interface with a XML form: ===
2014-09-03 22:02:02 +02:00
2014-09-09 21:15:50 +02:00
=== Create in C++ the interface: ===
2014-09-03 22:02:02 +02:00