Implemented DoGetBestSize for wxListBox, (native) wxComboBox and
authorMattia Barbon <mbarbon@cpan.org>
Sun, 23 Feb 2003 20:33:43 +0000 (20:33 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 23 Feb 2003 20:33:43 +0000 (20:33 +0000)
commite1aae5288576cd0066d2cbbf92935a969110bcea
treebc03e15532a43bbcb25d52a827dca18a0ecc7ef1
parent8dcc14725d65a6ebfddb073a57d0c4a8175ccc96
  Implemented DoGetBestSize for wxListBox, (native) wxComboBox and
wxTextCtrl, and used it when wxSize(-1, -1) is passed to Create, to set
the initial size.
  Added wxDoChangeFont and wxXmStringToString helper functions, removed
the use of m_stringList in native wxComboBox, removed some duplicated code
in wxWindow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/motif/combobox.h
include/wx/motif/listbox.h
include/wx/motif/private.h
include/wx/motif/textctrl.h
src/motif/choice.cpp
src/motif/combobox_native.cpp
src/motif/listbox.cpp
src/motif/settings.cpp
src/motif/textctrl.cpp
src/motif/utils.cpp
src/motif/window.cpp