wxWidgets/include/wx/generic
Paul Cornett c2f12218ce wxAnimationCtrl cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-10 04:27:54 +00:00
..
.cvsignore Just ignore CVS. It's better for you. 1999-06-07 19:41:37 +00:00
aboutdlgg.h DLL build fixes 2006-10-09 16:56:18 +00:00
accel.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
animate.h wxAnimationCtrl cleanup 2006-10-10 04:27:54 +00:00
bmpcbox.h rename OnResize() to OnSize() to avoid conflict with base class OnResize(void) virtual 2006-09-25 12:40:37 +00:00
busyinfo.h #include moved to module. 2006-01-26 18:59:49 +00:00
buttonbar.h Simulated text labels and toggle highlights under buttons 2006-04-14 15:49:57 +00:00
calctrl.h create stock GDI objects on demand; use const with GDI objects appropriately (patch 1445355) 2006-04-16 22:18:29 +00:00
caret.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
choicdgg.h Build fix. 2005-11-02 13:59:40 +00:00
clrpickerg.h [ 1528248 ] Fix to the width of the wxGenericColourButton 2006-07-25 11:41:53 +00:00
colour.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
colrdlgg.h Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 17:20:50 +00:00
combo.h [ 1573855 ] Improved appearance of wxComboCtrl's wxTextCtrl 2006-10-09 20:12:19 +00:00
dataview.h Implemended column header mouse clicks. 2006-10-06 09:50:45 +00:00
datectrl.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dcpsg.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
dirctrlg.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dirdlgg.h File/dir dialog styles and other changes (patch 1488371): 2006-05-28 23:32:12 +00:00
dragimgg.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
fdrepdlg.h Fixes for include guards, patch 1256967 Paul Cornett 2005-09-25 20:49:40 +00:00
filedlgg.h Correct compilation for GTK < 2.4. 2006-06-08 10:05:42 +00:00
filepickerg.h fixed crashes in wxFile/DirPickerCtrl::GetPath() due to incorrect casting in multiple inheritance hierarchy and incorrect casting to wxFilePickerWidget in wxFileDirPickerCtrlBase 2006-07-15 15:13:04 +00:00
fontdlgg.h Applied patch [ 1489638 ] Trivial bugfix - missing constructor in wxGenericFontDialog 2006-05-23 11:16:47 +00:00
fontpickerg.h Build fix for OW regarding & operator needing full class specs. 2006-06-01 10:57:11 +00:00
grid.h Give the grid events a Clone method 2006-10-03 21:52:50 +00:00
gridctrl.h header cleanup 2006-10-03 14:28:36 +00:00
gridsel.h header cleanup 2006-10-03 14:28:36 +00:00
helpext.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
icon.h moved wxIcon implementation for ports where it's identical to wxBitmap to generic/icon.{cpp,h} so that the same code is not duplicated several times 2006-08-09 17:59:30 +00:00
imaglist.h corrected ifdef condition 2006-09-20 13:15:58 +00:00
laywin.h include wx/event.h, as it is used by-value (parent class). 2006-01-05 23:11:58 +00:00
listctrl.h listctrl header cleanup 2006-10-02 17:38:30 +00:00
logg.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
mask.h The Lesser wxMask Refactoring: merged wxMGL and wxDFB version, added wxMaskBase which could/should be used by other ports later 2006-09-28 23:02:39 +00:00
mdig.h remove redundant declarations of wxFrameNameStr 2006-09-14 17:36:18 +00:00
msgdlgg.h Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 17:20:50 +00:00
notebook.h added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551) 2006-10-08 17:37:23 +00:00
numdlgg.h Improved preprocessor guards for numeric dialogs. 2006-01-26 15:33:27 +00:00
paletteg.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
panelg.h added wxID_ANY default value for the id parameter of Create() for consistency with the ctor (request 1481791) 2006-07-24 17:44:46 +00:00
printps.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
prntdlgg.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
progdlgg.h Applied wxGauge:Pulse() patch. 2006-09-09 13:36:54 +00:00
propdlg.h non-pch build fixes 2006-10-09 07:36:26 +00:00
region.h The Great wxRegion Refactoring: 2006-09-25 11:47:23 +00:00
sashwin.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
scrolwin.h refactored wxGTK scrolling: it has now fully-functioning wxScrollHelper and a lot of duplicate code was removed 2005-10-10 18:24:27 +00:00
spinctlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
splash.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
splitter.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statline.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statusbr.h it needs wxUSE_* guard to not break smartphone build. 2006-09-13 19:10:31 +00:00
tabg.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
textdlgg.h Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +00:00
timer.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
treectlg.h do nothing in Refresh() if the control is frozen 2006-07-24 18:18:34 +00:00
wizard.h wizards not using sizers for the page layout now work again 2006-05-28 14:19:18 +00:00