wxWidgets/include/wx/generic
2009-04-21 11:10:44 +00:00
..
private pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compatible with the existing code assuming that this parameter is signed (as our own wxFileCtrl did) 2009-04-16 13:00:40 +00:00
aboutdlgg.h
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h
calctrlg.h
caret.h
choicdgg.h replace wxGetMultipleChoices() with wxGetSelectedChoices() which allows to distinguish between cancelling the dialog and not selecting any items in it (closes #10057) 2009-03-07 15:39:09 +00:00
clrpickerg.h
collpaneg.h
colour.h
colrdlgg.h
combo.h
ctrlsub.h
dataview.h Commit most parts of #10495 wxDataViewCtrl needs a way to start the label editor programmatically 2009-03-08 21:41:57 +00:00
datectrl.h
dcpsg.h
dirctrlg.h
dirdlgg.h
dragimgg.h
fdrepdlg.h
filectrlg.h
filedlgg.h
filepickerg.h
fontdlgg.h
fontpickerg.h
grid.h pass ApplyEdit() arguments to EndEdit() too for better backwards compatibility (closes #10544) 2009-03-06 10:38:45 +00:00
gridctrl.h
grideditors.h pass ApplyEdit() arguments to EndEdit() too for better backwards compatibility (closes #10544) 2009-03-06 10:38:45 +00:00
gridsel.h
headerctrlg.h
helpext.h
hyperlink.h
icon.h
imaglist.h
laywin.h
listctrl.h pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compatible with the existing code assuming that this parameter is signed (as our own wxFileCtrl did) 2009-04-16 13:00:40 +00:00
logg.h move forward declarations unneeded in wx/log.h to wx/generic/logg.h 2009-03-22 15:40:53 +00:00
mask.h
mdig.h
msgdlgg.h
notebook.h
notifmsg.h
numdlgg.h
paletteg.h
panelg.h
printps.h
prntdlgg.h
progdlgg.h
propdlg.h
region.h
sashwin.h
scrolwin.h
spinctlg.h use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter not being defined in wx/spinctrl.h on non-MSW platforms (see #10621) 2009-03-22 10:55:55 +00:00
splash.h
splitter.h
srchctlg.h remove SetValue() which is not needed and which definition was removed by the previous change 2009-03-02 14:49:55 +00:00
statbmpg.h
statline.h
stattextg.h
statusbr.h implement tooltips for wxStatusBar panes whose contents were ellipsized; introduce wxST_SHOW_TIPS and wxST_DEFAULT_STYLE styles 2009-04-21 11:10:44 +00:00
tabg.h
textdlgg.h
treectlg.h
wizard.h