[Thinlet-development] thinlet/demo demo.xml,1.2,1.3
Brought to you by:
bajzat
From: <ab...@us...> - 2003-04-29 17:59:13
|
Update of /cvsroot/thinlet/thinlet/demo In directory sc8-pr-cvs1:/tmp/cvs-serv8625 Modified Files: demo.xml Log Message: Demonstrate link widget. Index: demo.xml =================================================================== RCS file: /cvsroot/thinlet/thinlet/demo/demo.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- demo.xml 25 Nov 2002 18:00:49 -0000 1.2 +++ demo.xml 29 Apr 2003 17:59:08 -0000 1.3 @@ -109,6 +109,8 @@ </row> </table> </splitpane> + <separator colspan="5"/> + <button colspan="5" link="true" halign="left" text="www.thinlet.com"/> </panel> </tab> |