wxWidgets/include/wx/motif
Robert Roebling 04ab8b6ddf Moved all the coordinate system calculation to wxDCBase
and thus removed all the duplicated code in all wxDC
   classes.
  Problematic is that wxSVGFileDC and wxPostscriptDC inherit
   from wxDC and therefore include platform specific code
   (also before this change) so I chose to override all
   SetLogicalOrigin() etc. methods in these classes and
   call their wxDCBase methods thereby circumventing the
   platform dependent code.
  I'm afraid the Mac code will require updating, too.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-02 11:05:45 +00:00
..
private preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
.cvsignore
accel.h
app.h
bmpbuttn.h
bmpmotif.h
button.h Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing 2007-04-08 22:18:35 +00:00
checkbox.h
checklst.h
chkconf.h
choice.h
clipbrd.h 1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac 2007-03-31 02:57:55 +00:00
colour.h
combobox.h
control.h
cursor.h
dataform.h
dataobj2.h
dataobj.h
dc.h Moved all the coordinate system calculation to wxDCBase 2007-05-02 11:05:45 +00:00
dcclient.h changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for consistency with wxWindow::GetTextExtent() and because it generally doesn't need a non-const font 2007-04-25 01:49:47 +00:00
dcmemory.h
dcprint.h
dcscreen.h
dialog.h
dnd.h
filedlg.h
font.h Rework wxMotif font/color inheritance so it works 2007-04-07 21:18:33 +00:00
frame.h made wxTLW::SetIcon() non-virtual, it was already implemented in terms of 2007-04-07 23:40:55 +00:00
gauge.h
icon.h
listbox.h
mdi.h
menu.h
menuitem.h
minifram.h
msgdlg.h
palette.h
popupwin.h
print.h
private.h Rework wxMotif font/color inheritance so it works 2007-04-07 21:18:33 +00:00
radiobox.h
radiobut.h
scrolbar.h
setup0.h add wxUSE_STC wrappers 2007-04-17 05:48:09 +00:00
slider.h
spinbutt.h
statbmp.h
statbox.h
stattext.h Rework wxMotif font/color inheritance so it works 2007-04-07 21:18:33 +00:00
textctrl.h
tglbtn.h
toolbar.h fixed all the other ports broken by controls labels in wxToolBar patch commit 2007-03-18 23:57:20 +00:00
toplevel.h
window.h Rework wxMotif font/color inheritance so it works 2007-04-07 21:18:33 +00:00