No change on griddemo

Added lwn to publicity doc


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-09-23 21:18:45 +00:00
parent f3cfdd41c8
commit 76a3435748
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ comp.windows.x.motif
News and links sites:
-----------------------
slashdot.org, freshmeat.net
slashdot.org, freshmeat.net, http://lwn.net/
Many of these links will be out of date now:

View File

@@ -249,6 +249,7 @@ GridFrame::GridFrame()
grid->CreateGrid( 0, 0 );
grid->AppendRows(100);
grid->AppendCols(100);
int ir = grid->GetNumberRows();
grid->DeleteRows(0, ir);
grid->AppendRows(ir);