1. wxMotif toolbar works; the toggle buttons have the same width as the other
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Dec 1999 19:36:05 +0000 (19:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Dec 1999 19:36:05 +0000 (19:36 +0000)
commite838cc14684f8dfd4ede39e4649e04a5bd79d149
tree91eeabec4449d306f085b94aef95add6f8e6547b
parent1eb6f40e2a2fe37479c525445d180d6892087ce5
1. wxMotif toolbar works; the toggle buttons have the same width as the other
   ones and not twice as big
2. wxMotif::wxBitmap(from XPM) ctor now takes either "char **" or "const char
   **", as in wxGTK
3. added an X error handler to wxMotif (debug only)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/bitmap.h
include/wx/gtk1/bitmap.h
include/wx/motif/bitmap.h
samples/toolbar/toolbar.cpp
src/gtk/bitmap.cpp
src/gtk1/bitmap.cpp
src/motif/app.cpp
src/motif/bitmap.cpp
src/motif/toolbar.cpp
src/motif/window.cpp