wxWidgets/include/wx/palmos
Vadim Zeitlin c3732409ac simplifications and corrections to background drawing:
1. removed ApplyParentThemeBackground() not used any longer
2. removed ProvidesBackground() which is synonymous with
   !HasTransparentBackground()
3. removed a whole bunch of unused MSWXXX() methods
4. moved MSWControlColor() from wxWindow up to wxControl

results:

1. the gradient is still shown properly for static/radio boxes in notebooks
2. correct background colour is used for the static boxes
3. code is shorter and better commented


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-10 15:23:08 +00:00
..
Icons
accel.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
app.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
AppResources.h
apptbase.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
apptrait.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
bitmap.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
bmpbuttn.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
brush.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
button.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
caret.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
checkbox.h Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code). 2005-01-31 08:04:44 +00:00
checklst.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
chkconf.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
choice.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
clipbrd.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
colordlg.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
colour.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
combobox.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
control.h More wxAPI for radiobox of PalmOS. 2005-02-22 07:22:11 +00:00
cursor.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
datectrl.h corrected wxRTTI macros 2005-02-17 23:17:30 +00:00
dc.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
dcclient.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
dcmemory.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
dcprint.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
dcscreen.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
dialog.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
dib.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
dirdlg.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
display.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
dragimag.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
enhmeta.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
evtloop.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
fdrepdlg.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
filedlg.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
font.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
fontdlg.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
fontenum.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
frame.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
gauge.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
gdiimage.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
gdiobj.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
glcanvas.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
help.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
icon.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
imaglist.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
joystick.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
listbox.h 1. added SetSelection() to wxItemContainer and removed its declarations 2005-02-13 17:08:27 +00:00
listctrl.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
mdi.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
menu.h implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional flags argument to it (patch 1162726) 2005-03-17 23:45:24 +00:00
menuitem.h Disable wxID_EXIT on PalmOS with all consequences in content of menu (separators). Remove msw related code in wxPalmOS. 2005-03-10 19:59:01 +00:00
metafile.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
mimetype.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
minifram.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
msgdlg.h Base for wxMessageDialog with common checks for style. 2005-03-11 15:34:42 +00:00
mslu.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
notebook.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
palette.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
pen.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
popupwin.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
prefconf.h Empty container and design description for native PalmOS wxPrefConfig. Remove MSW configs from PalmOS. 2004-12-29 09:48:43 +00:00
printdlg.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
printpalm.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
progdlg.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
radiobox.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
radiobut.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
region.h
scrolbar.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
setup0.h Missing flags. 2005-03-09 07:29:27 +00:00
slider.h Allow forward declaration of wxSlider in wxMSW (bug 1157614). Remove unused header from wxSliderMSW. 2005-03-08 10:44:38 +00:00
sound.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
spinbutt.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
spinctrl.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
statbmp.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
statbox.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
statline.h gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow 2005-03-11 02:13:30 +00:00
stattext.h Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code). 2005-01-31 08:04:44 +00:00
statusbr.h Reenable wxPalmOS status bar after recent changes. Start transition from faked drawing of the bar to usage of the native status bar. Source cleaning as usually. 2005-01-21 11:22:11 +00:00
stdpaths.h Completed sync of BASE_CMN_SRC between PalmOS and bakefiles. Missing features (stdpaths) added and buildable. 2005-02-25 09:44:49 +00:00
tabctrl.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
taskbar.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
textctrl.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
tglbtn.h Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code). 2005-01-31 08:04:44 +00:00
timer.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
toolbar.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
tooltip.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
toplevel.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
treectrl.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
Version.xrd
window.h Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows. 2005-02-14 10:49:02 +00:00
wxWidgets.def
wxWidgets.sld
wxWidgets.xrd