Small mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-08-20 19:55:35 +00:00
parent cff4d2f859
commit 07793870fb
10 changed files with 44 additions and 29 deletions

View File

@@ -686,9 +686,9 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
wxPoint(165, 115), wxDefaultSize,
WXSIZEOF(choices10), choices10,
3, wxRA_SPECIFY_COLS);
radio2->SetToolTip("Test tooltip");
#if wxUSE_TOOLTIPS
radio2->SetToolTip("Test tooltip");
m_combo->SetToolTip("This is a natural\ncombobox - can you believe me?");
m_radio->SetToolTip("Ever seen a radiobox?");
#endif // wxUSE_TOOLTIPS