wxWidgets/include/wx/generic
Vadim Zeitlin e2bfe6731e - Rewrite wxHeaderCtrl to be virtual-like: even if we don't need an infinite
number of columns in it, it turns out that getting column information from
  the associated control is much easier than copying it into the control.
- Provide wxHeaderCtrlSimple derived class which can be used easily if
  callback approach of wxHeaderCtrl is not needed.
- Because of wxHeaderCtrl virtualization, port-specific implementations of
  wxHeaderColumn are not needed any more and were removed.
- Use wxHeaderCtrl in the generic wxDataViewCtrl: this means that column
  events are broken right now in it as they haven't been implemented by
  wxHeaderCtrl yet, this will be fixed a.s.a.p.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-12-07 14:47:55 +00:00
..
private
aboutdlgg.h
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h
calctrlg.h
caret.h
choicdgg.h
clrpickerg.h
collpaneg.h
colour.h
colrdlgg.h
combo.h
ctrlsub.h
dataview.h - Rewrite wxHeaderCtrl to be virtual-like: even if we don't need an infinite 2008-12-07 14:47:55 +00:00
datectrl.h
dcpsg.h make GetPaperRect() and GetResolution() const functions 2008-11-15 11:10:34 +00:00
dirctrlg.h
dirdlgg.h
dragimgg.h
fdrepdlg.h
filectrlg.h
filedlgg.h add size parameter to the generic wxFileDialog ctor 2008-12-04 23:14:00 +00:00
filepickerg.h
fontdlgg.h
fontpickerg.h
grid.h don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point to force all derived table classes to implement it when it has a default implementation which works just fine in 99% of cases 2008-11-30 21:51:51 +00:00
gridctrl.h
gridsel.h
headerctrlg.h - Rewrite wxHeaderCtrl to be virtual-like: even if we don't need an infinite 2008-12-07 14:47:55 +00:00
helpext.h
hyperlink.h
icon.h fix warning about hiding the base class LoadFile() 2008-11-12 14:40:28 +00:00
imaglist.h
laywin.h
listctrl.h
logg.h
mask.h
mdig.h Review/simplify/cleanup MDI classes for all platforms and introduce base 2008-11-04 02:46:19 +00:00
msgdlgg.h
notebook.h
notifmsg.h
numdlgg.h
paletteg.h
panelg.h
printps.h
prntdlgg.h
progdlgg.h add GetValue,GetRange and GetMessage helpers 2008-12-02 18:35:24 +00:00
propdlg.h
region.h
sashwin.h
scrolwin.h
spinctlg.h
splash.h
splitter.h
srchctlg.h
statbmpg.h
statline.h
stattextg.h
statusbr.h
tabg.h
textdlgg.h
treectlg.h
wizard.h