Solaris compilation patches

dbtest now works a little


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-02-11 12:44:10 +00:00
parent 3502e687e2
commit 8fc613f14f
12 changed files with 113 additions and 98 deletions

View File

@@ -163,7 +163,7 @@ wxSize wxRadioBox::LayoutItems()
int max_len = 0;
wxNode *node = m_boxes.Nth( j*num_per_major );
for (int i = 0; i< num_per_major; i++)
for (int i1 = 0; i1< num_per_major; i1++)
{
GtkWidget *button = GTK_WIDGET( node->Data() );
GtkLabel *label = GTK_LABEL( GTK_BUTTON(button)->child );
@@ -181,7 +181,7 @@ wxSize wxRadioBox::LayoutItems()
// we don't know the max_len before
node = m_boxes.Nth( j*num_per_major );
for (int i = 0; i< num_per_major; i++)
for (int i2 = 0; i2< num_per_major; i2++)
{
GtkWidget *button = GTK_WIDGET( node->Data() );