]> git.saurik.com Git - wxWidgets.git/commit - setup.h.in
Added new __WXMOTIF20__ macro, which is true if the Motif version
authorMattia Barbon <mbarbon@cpan.org>
Wed, 5 Mar 2003 20:15:35 +0000 (20:15 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 5 Mar 2003 20:15:35 +0000 (20:15 +0000)
commitda494b405d0826b343ea6d249bbac27061e11d3e
tree43c9e56be78226a03979c22e8860a29ef9a276b8
parentbdb9ccbfd65f335281dc65f0b2d0d4c1c4f3dec0
  Added new __WXMOTIF20__ macro, which is true if the Motif version
is 2.0 or higher.
  Now Motif 2.0 or better (but not Lesstif) uses XmRenderTable instead
of the deprecated XmFontList. This allows underlined text in controls.
  Miscellaneous cleanup; used wxXmString in some more places.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 files changed:
configure
configure.in
docs/latex/wx/font.tex
include/wx/defs.h
include/wx/motif/font.h
include/wx/motif/private.h
setup.h.in
src/motif/button.cpp
src/motif/checkbox.cpp
src/motif/choice.cpp
src/motif/control.cpp
src/motif/font.cpp
src/motif/listbox.cpp
src/motif/menu.cpp
src/motif/radiobox.cpp
src/motif/radiobut.cpp
src/motif/statbox.cpp
src/motif/stattext.cpp
src/motif/utils.cpp
src/motif/window.cpp