[yast-commit] r44043 - /trunk/core/libyui/doc/examples/DumbTab2.ycp
Author: aschnell Date: Thu Jan 31 11:57:02 2008 New Revision: 44043 URL: http://svn.opensuse.org/viewcvs/yast?rev=44043&view=rev Log: - added note Modified: trunk/core/libyui/doc/examples/DumbTab2.ycp Modified: trunk/core/libyui/doc/examples/DumbTab2.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/doc/examples/DumbTab2.ycp?rev=44043&r1=44042&r2=44043&view=diff ============================================================================== --- trunk/core/libyui/doc/examples/DumbTab2.ycp (original) +++ trunk/core/libyui/doc/examples/DumbTab2.ycp Thu Jan 31 11:57:02 2008 @@ -6,7 +6,7 @@ `VSpacing(), `HCenter( `HSquash( - `VBox( + `VBox( `HSpacing( 50 ), `InputField( "Name" ), `InputField( "E-Mail" ), @@ -27,7 +27,10 @@ + "You need to do most everything yourself.\n" + "Each tab behaves very much like a push button;\n" + "the YCP application is notified when the user clicks on a tab.\n" - + "The application must take care to exchange the tab contents." ) + + "The application must take care to exchange the tab contents.\n" + + "\n" + + "Note: That means changes made in on tab are lost when switching\n" + + "the tabs, e.g. text entered here in the address tab.") ); term style_hints_page = @@ -44,8 +47,8 @@ ) ); - - + + UI::OpenDialog(`opt(`defaultsize), `VBox( `DumbTab( [ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org