Tries unsuccesfully to cure a few more problems

for DialogEd
  wxFileSelector now sets the title
  Todo is quite complete now


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-09-07 09:17:58 +00:00
parent 8ed57d9312
commit 97b3455a6d
11 changed files with 41 additions and 15 deletions

View File

@@ -405,3 +405,9 @@ void wxComboBox::SetFont( const wxFont &font )
}
}
GtkWidget* wxComboBox::GetConnectWidget(void)
{
return GTK_COMBO(m_widget)->entry;
}