wxWidgets/include/wx/generic
2007-06-28 17:03:42 +00:00
..
private preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
aboutdlgg.h put #if wxUSE_COLLPANE around AddCollapsiblePane() declaration 2006-11-12 23:18:52 +00:00
accel.h
animate.h replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones) 2006-12-10 14:18:37 +00:00
bmpcbox.h
busyinfo.h
buttonbar.h added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603) 2007-03-18 23:13:18 +00:00
calctrl.h assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work 2006-11-19 20:01:51 +00:00
caret.h
choicdgg.h
clrpickerg.h
collpaneg.h disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397) 2007-01-07 17:26:19 +00:00
colour.h
colrdlgg.h add m_ prefix to the member variables and remove unneeded dialogParent field (part of patch 1702962) 2007-04-22 20:20:51 +00:00
combo.h
dataview.h Corrected/implemented sorting (by way of clicking on 2007-04-18 12:31:35 +00:00
datectrl.h dont use wxChar* arguments in wxDatePickerCtrlGeneric API 2007-06-28 17:03:42 +00:00
dcpsg.h fix compation with Watcom after latest vararg templates changes 2007-05-06 14:11:14 +00:00
dirctrlg.h deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just always show the filters if they're present (modified patch 1719448) 2007-05-24 00:14:59 +00:00
dirdlgg.h
dragimgg.h fix unused parameter warning when wxHAS_NATIVE_OVERLAY (patch 1692332) 2007-04-01 14:14:58 +00:00
fdrepdlg.h
filedlgg.h
filepickerg.h
fontdlgg.h wxUSE_STL compilation fixes for wxGenericFontDialog 2007-06-16 17:32:09 +00:00
fontpickerg.h
grid.h extract setting max length in wxGridCellTextEditor::DoCreate() and call it from wxGridCellAutoWrapStringEditor::Create() to ensure that it honours the base editor parameters 2007-06-01 22:05:12 +00:00
gridctrl.h
gridsel.h
helpext.h
hyperlink.h use full repaint style instead of size event 2007-03-08 04:27:29 +00:00
icon.h
imaglist.h
laywin.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
listctrl.h added wxListCtrl::SetItemPtrData() 2007-05-10 01:53:21 +00:00
logg.h don't use wxChar* arguments in wxLogWindow API 2007-06-28 16:59:06 +00:00
mask.h
mdig.h made wxTLW::SetIcon() non-virtual, it was already implemented in terms of 2007-04-07 23:40:55 +00:00
msgdlgg.h 1. Derive wxMessageDialogBase from wxDialog (why did we use multiple 2007-05-24 12:50:42 +00:00
notebook.h
numdlgg.h
paletteg.h
panelg.h
printps.h
prntdlgg.h
progdlgg.h
propdlg.h
region.h
sashwin.h
scrolwin.h
spinctlg.h
splash.h
splitter.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
srchctlg.h fix compilation in wxUSE_MENUS==0 case 2007-05-05 14:48:20 +00:00
statline.h default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
statusbr.h
tabg.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
textdlgg.h
treectlg.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
wizard.h fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331, fixes bug 1647290) 2007-04-30 19:43:28 +00:00