X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fsize-negotiation-controls.h;h=a69d1e81ab57bf3de150168aec8bdeb9aeb9cb11;hp=d0a8a9327fc596ccabe1ed3943bfd67d42b6557b;hb=70ee2ab38bb1aa71222e65863ebb98d395c449a2;hpb=ae0234f649dae770bff1a404de99ab2b5b3bdb54 diff --git a/docs/content/programming-guide/size-negotiation-controls.h b/docs/content/programming-guide/size-negotiation-controls.h index d0a8a93..a69d1e8 100644 --- a/docs/content/programming-guide/size-negotiation-controls.h +++ b/docs/content/programming-guide/size-negotiation-controls.h @@ -34,7 +34,7 @@ method derived from Actor when passing back controls to be negotiated using the

Initialization

Size negotiation is enabled on controls by default. If a control is desired to not have size negotiation enabled then simply pass in the -NO_SIZE_NEGOTIATION flag into the Control constructor. This will then call SetRelayoutEnabled( false ) on the base class. +DISABLE_SIZE_NEGOTIATION flag into the Control constructor. The other step to perform is to set default resize policies for width and height.