X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fmain-page.h;h=5074819e5600d47f4e38d977fc80d409aa40ccc6;hb=1df5cbcb8ec66e8b4051f020c214a4cd63516cc0;hp=1d2b4835f552ff124c1654cc75191484863c7be1;hpb=1846ed9e60412dbb8aab06aa6bd7c0027d242ac0;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/main-page.h b/docs/content/main-page.h index 1d2b483..5074819 100644 --- a/docs/content/main-page.h +++ b/docs/content/main-page.h @@ -12,9 +12,10 @@ * - \link fundamentals Dali Fundamentals \endlink * - \link dali-application Dali Application and Adaptor \endlink * - \link hello-world Hello World - explained \endlink + * - \link handle-body-idiom Handle – body idiom \endlink * * \section Actors Actors - * - \link image-text-mesh-actor Image, Text and Mesh actors \endlink + * - \link image-mesh-actor Image and Mesh actors \endlink * - \link event-system Event Handling \endlink * - \link custom-actor Custom Actor \endlink * @@ -30,13 +31,14 @@ * \section Constraints * - \link constraints-intro Introduction to Constraints \endlink * + * \section SizeNegotiation Size Negotiation + * - \link size-negotiation Size Negotiation \endlink + * * \section UIControls UI Controls + * - \link text-label Text Label \endlink * - \link item-view Item View \endlink - * - \link text-view Text View \endlink - * - \link text-input Text Input \endlink * - \link scroll-view Scroll View \endlink - * - \link markup-processor Markup Processor \endlink - * - \link size-negotiation Size Negotiation \endlink + * - \link size-negotiation-controls Size Negotiation for Controls \endlink * - \link type-registration Type Registration \endlink * - \link properties Properties \endlink * - \link background Background \endlink @@ -52,10 +54,7 @@ * - \link script-overview Overview \endlink * - \link script-howto How to Add a Custom Control \endlink * - \link script-hello Hello World in script \endlink - * - * - \link handle-body-idiom Handle – body idiom \endlink - * - \link boost-library Boost Library \endlink - * - \link boost-function Boost function usage \endlink + * - \link script-json-specification.html JSON Specification\endlink * * \section Rendering * - \link viewing-modes Viewing modes \endlink @@ -99,7 +98,7 @@ * When the button is pressed, the actor will receive an event and adjust the color of its button face * element. * - * \section scene_dali Why does Dali internally have a second scene graph? + * \section scene_internal Why does Dali internally have a second scene graph? * Actors and elements are contained in a scene graph which deals with input, layout and some animation * it doesn't perform any drawing. *