wxWidgets/include/wx/generic
Robin Dunn 5cfb6fee91 Make some wxDataViewCustomRenderer virtuals consistent across platforms.
Add missing WXDLLIMPEXP_ADV.
Add missing impl for wxDataViewEvent::GetPosition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 21:00:06 +00:00
..
private replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
aboutdlgg.h
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h
calctrl.h
caret.h
choicdgg.h
clrpickerg.h Compilo 2007-12-08 17:55:37 +00:00
collpaneg.h make wxGenericCollapsiblePane a wxControlContainer to allow keyboard navigation to and inside it 2008-02-11 01:24:19 +00:00
colour.h compilation fix (remove default ctor already implemented by DEFINE_STD_WXCOLOUR_CONSTRUCTORS); make copy ctor inline and remove empty dtor 2008-01-05 00:04:34 +00:00
colrdlgg.h
combo.h
ctrlsub.h
dataview.h Make some wxDataViewCustomRenderer virtuals consistent across platforms. 2008-03-17 21:00:06 +00:00
datectrl.h fix redundant storage of current date both in wxCalendarCtrl (which was itself redundantly stored as both wxDatePickerCtrl::m_cal and m_popup) and popup m_currentDate variable which resulted in multiple bugs, e.g. calendar didn't open at the current date value 2008-02-16 15:39:06 +00:00
dcpsg.h compilation fix after removing default wxDC ctor 2007-11-30 21:17:23 +00:00
dirctrlg.h forward SetFocus() to the directory tree (replaces patch 1831210) 2007-11-17 15:12:13 +00:00
dirdlgg.h
dragimgg.h
fdrepdlg.h
filectrlg.h
filedlgg.h include wx/artprov.h to define wxArtID used in this header 2008-03-05 12:27:21 +00:00
filepickerg.h
fontdlgg.h
fontpickerg.h wxFontData doesn't need to be static in wxGenericFontButton (unlike wxColourData in wxGenericColourButton where it was copied from) (patch 1883375) 2008-02-03 21:32:11 +00:00
grid.h override SetDropTarget() in wxGrid to associate it with wxGridWindow as this is what things tend to be dropped on (patch 1903103) 2008-02-27 17:19:42 +00:00
gridctrl.h
gridsel.h
helpext.h don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741) 2007-12-03 22:09:26 +00:00
hyperlink.h
icon.h make XPM data pointer parameter fully const 2008-01-14 18:16:37 +00:00
imaglist.h
laywin.h don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly 2008-01-27 13:21:39 +00:00
listctrl.h made Freeze/Thaw recursively (un)freeze child windows too 2008-03-03 11:30:07 +00:00
logg.h
mask.h
mdig.h define (empty) SetIcon() method in wxGenericMDIChildFrame for compatibility with MSW implementation 2008-01-27 12:43:46 +00:00
msgdlgg.h
notebook.h
notifmsg.h added support for icon flags to wxGenericNotificationMessage 2007-12-02 19:43:04 +00:00
numdlgg.h
paletteg.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
panelg.h
printps.h
prntdlgg.h DC reorganization 2007-11-30 13:48:22 +00:00
progdlgg.h use wxFlexGridSizer for layout of the labels in the progress dialog (patch 1829312); minor cleanup 2008-01-06 15:05:57 +00:00
propdlg.h Added automatic dialog scrolling ability 2007-12-29 16:35:39 +00:00
region.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
sashwin.h don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly 2008-01-27 13:21:39 +00:00
scrolwin.h
spinctlg.h implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part (slightly modified patch 1914190) 2008-03-15 04:10:43 +00:00
splash.h
splitter.h
srchctlg.h
statline.h
statusbr.h don't show size grip if the window the status bar is attached to is maximized or not resizeable at all 2007-11-18 23:31:48 +00:00
tabg.h
textdlgg.h
treectlg.h move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes 2008-01-05 00:21:31 +00:00
wizard.h Added automatic dialog scrolling ability 2007-12-29 16:35:39 +00:00