wxWidgets/include/wx/generic
2008-02-16 15:39:06 +00:00
..
private
aboutdlgg.h
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h
calctrl.h
caret.h
choicdgg.h
clrpickerg.h
collpaneg.h make wxGenericCollapsiblePane a wxControlContainer to allow keyboard navigation to and inside it 2008-02-11 01:24:19 +00:00
colour.h
colrdlgg.h
combo.h
ctrlsub.h
dataview.h Partial impl of auto resizing columns 2008-01-14 11:04:57 +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
dirctrlg.h
dirdlgg.h
dragimgg.h
fdrepdlg.h
filectrlg.h
filedlgg.h
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 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
gridctrl.h
gridsel.h
helpext.h
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 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
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
numdlgg.h
paletteg.h
panelg.h
printps.h
prntdlgg.h
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
region.h
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
splash.h
splitter.h
srchctlg.h
statline.h
statusbr.h
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