Enlightenment CVS committal Author : dj2 Project : e17 Module : docs
Dir : e17/docs/cookbook/xml/ewl Modified Files: ewl_intro.xml Log Message: - sync up to ewl changes =================================================================== RCS file: /cvsroot/enlightenment/e17/docs/cookbook/xml/ewl/ewl_intro.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_intro.xml 23 Aug 2004 02:47:13 -0000 1.8 +++ ewl_intro.xml 15 Feb 2005 23:53:03 -0000 1.9 @@ -301,9 +301,9 @@ ewl_container_child_append(EWL_CONTAINER(box), scroll); ewl_object_fill_policy_set(EWL_OBJECT(scroll), EWL_FLAG_FILL_FILL); ewl_scrollpane_hscrollbar_flag_set(EWL_SCROLLPANE(scroll), - EWL_SCROLLBAR_FLAG_AUTO_VISIBLE); + EWL_SCROLLPANE_FLAG_AUTO_VISIBLE); ewl_scrollpane_vscrollbar_flag_set(EWL_SCROLLPANE(scroll), - EWL_SCROLLBAR_FLAG_AUTO_VISIBLE); + EWL_SCROLLPANE_FLAG_AUTO_VISIBLE); ewl_widget_show(scroll); </programlisting> </example> @@ -321,9 +321,9 @@ The ewl_scrollpane_[hv]scrollbar_flag_set() calls tell Ewl how the scrollbars should behave. The possible values are: <itemizedlist mark="bullet" spacing="compact"> - <listitem><para>EWL_SCROLLBAR_FLAG_NONE</para></listitem> - <listitem><para>EWL_SCROLLBAR_FLAG_AUTO_VISIBLE</para></listitem> - <listitem><para>EWL_SCROLLBAR_FLAG_ALWAYS_HIDDEN</para></listitem> + <listitem><para>EWL_SCROLLPANE_FLAG_NONE</para></listitem> + <listitem><para>EWL_SCROLLPANE_FLAG_AUTO_VISIBLE</para></listitem> + <listitem><para>EWL_SCROLLPANE_FLAG_ALWAYS_HIDDEN</para></listitem> </itemizedlist> Once the scrollbars are setup we tell Ewl to show the widget. </para> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs