Wiki page clouseau.md changed with summary [] by Gareth Halfacree

This commit is contained in:
Gareth Halfacree 2017-11-29 08:36:21 -08:00 committed by apache
parent 27598b4cab
commit f33ac79ee2
1 changed files with 2 additions and 2 deletions

View File

@ -128,10 +128,10 @@ To control the objects that are displayed, click on the "Settings" button and de
![Clouseau Settings](/_media/settings_clouseau.png)
This will display all the program's ojbects, desmontrating that widgets are just gathered specific objects.
This will display all the program's objects, demonstrating that widgets are just gathered specific objects.
![Clouseau Objects](/_media/clouseau_object.png)
Highlightend in yellow is the ``Elm_box``, which is an ``Evas_box`` composed of an ``Evas_rectangle``, an ``Elm_Label`` and an ``Elm_Button``.
Highlighted in yellow is the ``Elm_box``, which is an ``Evas_box`` composed of an ``Evas_rectangle``, an ``Elm_Label`` and an ``Elm_Button``.
A Button widget is an Edje_Object which is composed of four ``Evas_rectangle``, one ``Evas_image`` and two ``Evas_text``.