wxWidgets/include/wx/generic
Robert Roebling 674f0f2783 use wxRound(x) instead of int( x+0.5 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-01-08 14:36:18 +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 compilation fix after wxScrollHelperNative renaming to wxScrollHelper 2008-12-24 17:13:20 +00:00
datectrl.h
dcpsg.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dirctrlg.h
dirdlgg.h
dragimgg.h
fdrepdlg.h
filectrlg.h
filedlgg.h
filepickerg.h
fontdlgg.h
fontpickerg.h
grid.h split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANGING/ED pair for consistency with all the other controls; provide access to new/old value of the cell in the event object 2008-12-22 22:58:49 +00:00
gridctrl.h split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANGING/ED pair for consistency with all the other controls; provide access to new/old value of the cell in the event object 2008-12-22 22:58:49 +00:00
gridsel.h
headerctrlg.h don't mistake a simple click on a column for a reordering drag 2008-12-14 23:12:30 +00:00
helpext.h
hyperlink.h
icon.h compilation fix after last change 2008-12-31 15:27:00 +00:00
imaglist.h
laywin.h
listctrl.h
logg.h
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 fix wxSashEvent, wxFindDialogEvent, wxSplitterEvent to implement Clone() correctly 2008-12-27 14:48:26 +00:00
scrolwin.h make Scroll() itself virtual too as existing code might override it (but new code should override DoScroll() only); use the same access in the derived classes as in wxScrollHelperBase 2008-12-25 12:27:20 +00:00
spinctlg.h use wxRound(x) instead of int( x+0.5 ) 2009-01-08 14:36:18 +00:00
splash.h
splitter.h fix wxSashEvent, wxFindDialogEvent, wxSplitterEvent to implement Clone() correctly 2008-12-27 14:48:26 +00:00
srchctlg.h
statbmpg.h
statline.h
stattextg.h
statusbr.h get rid of the wxListString class in wxStatusBar code; introduce a wxStatusBarPane class which enormously simplifies the code handling stacks/widths/styles of panes 2008-12-31 12:28:05 +00:00
tabg.h restore tabg.h and tabg.cpp for wxMotif 2008-12-28 11:32:37 +00:00
textdlgg.h
treectlg.h
wizard.h