.. |
private
|
|
|
accel.h
|
Put storage class outside WXDLLIMPEXP_DATA_CORE() macros.
|
2011-02-22 13:25:51 +00:00 |
app.h
|
second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker
|
2009-02-15 14:25:08 +00:00 |
bmpbuttn.h
|
preparation work for implementing images support in wxButton: move wxBitmapButton methods to the base class (enhancing/completing them in the process); there are no functionality changes yet (hopefully)
|
2009-06-14 22:55:24 +00:00 |
bmpmotif.h
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
button.h
|
|
|
checkbox.h
|
|
|
checklst.h
|
|
|
chkconf.h
|
remove the long deprecated wxTabCtrl class
|
2008-12-27 14:58:12 +00:00 |
choice.h
|
use wxArrayString instead of wxStringList
|
2009-01-07 17:29:38 +00:00 |
clipbrd.h
|
|
|
colour.h
|
Do not put semicolons after the definition of an inline function.
|
2011-12-29 14:42:13 +00:00 |
combobox.h
|
Do not put semicolons after the definition of an inline function.
|
2011-12-29 14:42:13 +00:00 |
control.h
|
|
|
ctrlsub.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
cursor.h
|
|
|
dataform.h
|
|
|
dataobj2.h
|
|
|
dataobj.h
|
|
|
dc.h
|
|
|
dcclient.h
|
use const arrays for wxDC array parameters, closes #10712
|
2013-01-18 17:27:51 +00:00 |
dcmemory.h
|
|
|
dcprint.h
|
Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum.
|
2009-12-08 16:35:47 +00:00 |
dcscreen.h
|
|
|
dialog.h
|
|
|
dnd.h
|
Do not put semicolons after the definition of an inline function.
|
2011-12-29 14:42:13 +00:00 |
filedlg.h
|
|
|
font.h
|
Add wxFont ctor taking a single flags argument instead of style/weight/...
|
2012-01-23 11:28:21 +00:00 |
frame.h
|
|
|
gauge.h
|
|
|
icon.h
|
fix overloaded virtual warning
|
2009-03-02 13:45:09 +00:00 |
listbox.h
|
|
|
menu.h
|
|
|
menuitem.h
|
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
|
2009-01-19 13:55:27 +00:00 |
minifram.h
|
Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION.
|
2010-05-10 21:09:57 +00:00 |
msgdlg.h
|
|
|
popupwin.h
|
|
|
print.h
|
|
|
private.h
|
suppress warning about implicit conversion of literal string XmSTRING_DEFAULT_CHARSET to non-const char *
|
2009-06-24 14:49:09 +00:00 |
radiobox.h
|
use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL/VERTICAL
|
2009-06-03 22:33:32 +00:00 |
radiobut.h
|
|
|
scrolbar.h
|
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
|
2011-03-20 00:14:35 +00:00 |
setup0.h
|
Add wxUSE_COMPILER_TLS to allow disabling compiler TLS support.
|
2012-06-17 21:34:47 +00:00 |
slider.h
|
|
|
spinbutt.h
|
Do not put semicolons after the definition of an inline function.
|
2011-12-29 14:42:13 +00:00 |
statbmp.h
|
|
|
statbox.h
|
|
|
stattext.h
|
|
|
textctrl.h
|
|
|
textentry.h
|
added wxTextEntry::DoGetValue() to allow returning empty string if the control currently contains hint text
|
2009-03-02 13:31:29 +00:00 |
tglbtn.h
|
|
|
toolbar.h
|
|
|
toplevel.h
|
|
|
window.h
|
move default OnInternalIdle processing to wxWindowBase
|
2011-01-07 18:15:21 +00:00 |