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:
@@ -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:
|
||||
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user