I tried different themes, but it didn't appear to work. Until after hours of trying to tweak the theme config file I accidentally realized that although some aspects of the theme were applied immediately, others were not. This gave me the faulty impression that the theme is being applied correctly, while preventing me from seeing it's not getting me anywhere. I figured out that if I restart my application the theme is applied and all is well. My bad, sorry. I checked the sample app, which didn't compile (see below). The sample app refreshed correctly. Ergo, I made a mistake somehow, which prevents the new theme from being applied correctly (the colors change, arrow styles change, but the height doesn't).
With the Xfce-dawn theme it has the ugly results from my screenshots. With Clearlooks-compat it works fine.
I sincerely apologize for wasting time.
I tried wxEXPAND and it gave me an OK look even on the xfce theme. Thanks.
Regards,
VZ
Compilation error of the dialog sample. I just removed the missing widget code so it compiles anyway. A missing ./configure option perhaps? I'm using '--enable-utf8' '--enable-ipv6' '--enable-debug_gdb' '--enable-debug_info' '--enable-debug' '--disable-shared' '--prefix=/my/wx-2.9.4'
martin@lennie:~/W/wxw/example/x/samples/dialogs$ PATH=/my/wx-2.9.4/bin/:$PATH make -f makefile.unx
`wx-config --cxx` -c -o dialogs_dialogs.o -I. `wx-config --cxxflags --unicode=yes --static=yes --toolkit=gtk2 --version=2.9` -MTdialogs_dialogs.o -MF`echo dialogs_dialogs.o | sed -e 's,\.o$,.d,'` -MD -MP dialogs.cpp
dialogs.cpp:112:37: fatal error: wx/generic/filedlgg.h: No such file or directory
compilation terminated.
make: *** [dialogs_dialogs.o] Error 1
martin@lennie:~/W/wxw/example/x/samples/dialogs$ find /home/martin/W/wxw/ -name filedlgg.h
/home/martin/W/wxw/wxWidgets-2.8.12/include/wx/generic/filedlgg.h
/home/martin/W/wxw/wxWidgets/include/wx/generic/filedlgg.h
/home/martin/W/wxw/wxWidgets-2.9.4-mod/include/wx/generic/filedlgg.h
/home/martin/W/wxw/wxWidgets-2.9.3/include/wx/generic/filedlgg.h
/home/martin/W/wxw/wxWidgets-2.9.4/include/wx/generic/filedlgg.h
martin@lennie:~/W/wxw/example/x/samples/dialogs$ find /my/ -name filedlgg.h
/my/wx-2.8.12/include/wx-2.8/wx/generic/filedlgg.h
martin@lennie:~/W/wxw/example/x/samples/dialogs$