From: John L. <jr...@us...> - 2008-03-01 15:20:24
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15123/website Modified Files: screenshots.php Log Message: Add a screenshot of the stack dialog Index: screenshots.php =================================================================== RCS file: /cvsroot/wxlua/website/screenshots.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** screenshots.php 27 Feb 2007 21:00:51 -0000 1.18 --- screenshots.php 1 Mar 2008 15:20:18 -0000 1.19 *************** *** 6,10 **** include_once("header.inc.php"); ! function write_screenshot($url, $title) { echo "<a href='screenshots/$url'>"; --- 6,10 ---- include_once("header.inc.php"); ! function write_screenshot($url, $title) { echo "<a href='screenshots/$url'>"; *************** *** 29,33 **** <h1 id="gtk2">wxLua on GTK+ 2</h1> <p>The <a href="http://www.wxwidgets.org">wxWidgets</a> port under Linux platforms is called <strong>wxGTK</strong> ! as it uses the <a href="http://www.gtk.org">GTK+ 2</a> libraries for drawing and thus creates applications with the same <em>look & feel</em> of native GTK applications:</p> <div style="text-align: center"> --- 29,33 ---- <h1 id="gtk2">wxLua on GTK+ 2</h1> <p>The <a href="http://www.wxwidgets.org">wxWidgets</a> port under Linux platforms is called <strong>wxGTK</strong> ! as it uses the <a href="http://www.gtk.org">GTK+ 2</a> libraries for drawing and thus creates applications with the same <em>look & feel</em> of native GTK applications:</p> <div style="text-align: center"> *************** *** 41,44 **** --- 41,46 ---- write_screenshot("wxlua_sudoku_gtk2.png", "wxLuaSudoku (in wxGTK2)"); + write_screenshot("wxlua_stackdialog_gtk2.png", + "wxLua StackDialog showing Lua variables (in wxGTK2)"); ?> </div> |