wxWidgets/interface/wx
Vadim Zeitlin e6777e6575 Add wx{Pen,Brush}::Is[Non]Transparent() methods and use them.
Using GetStyle() == wx{PEN,BRUSH}STYLE_TRANSPARENT doesn't work for
uninitialized pen or brush objects so add convenient helpers which do work for
them.

Use the new helper functions everywhere instead of explicitly checking for
style. This makes the code shorter and more clear and also fixes some bugs (at
least those in GTK printing code).

Notice that this patch removes the main reason for explicitly initializing
m_pen and m_brush in wxGTKDCImpl ctor but this initialization still can't be
removed, at least for the latter, as doing this somehow breaks GetPixel(). It
would be nice to understand why and do remove this initialization so that a
newly created DC doesn't have any non-default pen nor brush.

Closes #12522.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-10-15 23:46:46 +00:00
..
aui add tables of events related to wxAuiManagerEvent 2010-07-25 09:54:18 +00:00
generic Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
html Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
msw Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
persist Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
propgrid Have wxPropertyGrid inherit from wxControl and wxScrollHelper instead of wxScrolledWindow. This is the approach other scrolled controls use. 2010-09-24 14:47:20 +00:00
protocol Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ribbon Add EVT_RIBBONBAR_TAB_LEFT_DCLICK event. 2010-09-29 13:46:35 +00:00
richtext Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
stc Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
xml Added a flag suppressing node content conversion when saving to XML. 2010-10-05 06:17:22 +00:00
xrc Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
aboutdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
accel.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
access.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
animate.h Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
any.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
app.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
apptrait.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
archive.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
arrstr.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
artprov.h Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
atomic.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
base64.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
bitmap.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
bmpbuttn.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
bmpcbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
bookctrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
brush.h Add wx{Pen,Brush}::Is[Non]Transparent() methods and use them. 2010-10-15 23:46:46 +00:00
buffer.h Added the documentation for wxMemoryBuffer::AppendData(), it was lost in the Doxygen conversion. 2010-08-06 20:14:39 +00:00
busyinfo.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
button.h Fix handling of help buttons with non-empty label under OS X. 2010-08-11 16:03:46 +00:00
calctrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
caret.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
chartype.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
checkbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
checklst.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
choicdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
choice.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
choicebk.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
clipbrd.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
clntdata.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
clrpicker.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
cmdline.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
cmdproc.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
cmndata.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
collpane.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
colordlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
colour.h small doxygen warning fixes 2010-07-25 11:24:38 +00:00
combo.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
combobox.h Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
commandlinkbutton.h Add new wxCommandLinkButton class. 2010-08-17 14:48:50 +00:00
config.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
control.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
convauto.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
cpp.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
cshelp.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ctrlsub.h Add wxItemContainer::DetachClientObject() and use it in wxRearrangeList. 2010-07-22 12:09:15 +00:00
cursor.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dataobj.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dataview.h Document wxDataViewListModel as common abstract base class for 2010-09-13 20:12:57 +00:00
datectrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dateevt.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
datetime.h Make wxDateTime::Tm::yday public and document it. 2010-09-26 22:11:21 +00:00
datstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dc.h Allow passing multi-line strings to wxDC::DrawText(), even under MSW. 2010-07-23 23:32:52 +00:00
dcbuffer.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcclient.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcgraph.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcmemory.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcmirror.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcprint.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcps.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcscreen.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcsvg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dde.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
debug.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
debugrpt.h do not add files in wxDebugReport::AddFile if copy failed 2010-07-25 11:26:04 +00:00
defs.h Add WXK_NONE symbolic constant indicating absence of a key. 2010-09-11 10:18:41 +00:00
dialog.h Extract CreateSeparatedSizer() from wxDialog::CreateSeparatedButtonSizer(). 2010-08-30 21:48:16 +00:00
dialup.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dir.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dirctrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dirdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
display.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dnd.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
docmdi.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
docview.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dragimag.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dynarray.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dynlib.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
editlbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
encconv.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
event.h Generate the same flags for modifier key events in wxGTK as in wxMSW. 2010-09-11 10:19:14 +00:00
evtloop.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fdrepdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ffile.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
file.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fileconf.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filectrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filedlg.h Document that wxFD_FILE_MUST_EXIST is implied under OS X. 2010-08-22 23:45:58 +00:00
filefn.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filehistory.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filename.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filepicker.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filesys.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
font.h Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont::GetFamily(). 2010-09-29 13:46:09 +00:00
fontdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fontenum.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fontmap.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fontpicker.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
frame.h Explain better relationships between various TLW styles. 2010-07-22 12:08:45 +00:00
fs_mem.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fswatcher.h Merge SOC2009_FSWATCHER branch into trunk. 2009-10-22 11:35:43 +00:00
gauge.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
gbsizer.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
gdicmn.h Add wxPoint::IsFullySpecified() and SetDefaults(). 2010-08-11 16:03:51 +00:00
gdiobj.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
glcanvas.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
graphics.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
grid.h Add wxGrid::RefreshAttr() method to force attribute refresh. 2010-08-30 22:18:52 +00:00
hash.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
hashmap.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
hashset.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
headercol.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
headerctrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
help.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
htmllbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
hyperlink.h Provide native wxHyperlinkCtrl implementation for wxMSW. 2010-08-17 16:55:32 +00:00
icon.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
iconbndl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
iconloc.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
image.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
imaglist.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
infobar.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
init.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
intl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ipc.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ipcbase.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
joystick.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
kbdstate.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
language.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
laywin.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
link.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
list.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
listbook.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
listbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
listctrl.h Send generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN events from OnKeyDown rather than OnChar. Also remove the HasCurrent check. These changes bring the generic control into line with the control under wxMSW. Re-enable the previously failing unit test and document that the key down event might not have a valid item associated with it. 2010-09-22 08:48:15 +00:00
log.h fix double documentation for the same wxLogTrace() functions 2010-07-25 13:23:30 +00:00
longlong.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
math.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mdi.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mediactrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
memory.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
menu.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
menuitem.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
metafile.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mimetype.h Add non-vararg wxFileTypeInfo ctor and various setters. 2010-10-01 13:05:42 +00:00
minifram.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
module.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mousemanager.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
mousestate.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
msgdlg.h Add a link to Microsoft guidelines from wxICON_QUESTION documentation. 2010-09-04 09:36:25 +00:00
msgout.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
msgqueue.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
notebook.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
notifmsg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
numdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
object.h small doxygen warning fixes 2010-07-25 11:24:38 +00:00
odcombo.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
palette.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
panel.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
pen.h Add wx{Pen,Brush}::Is[Non]Transparent() methods and use them. 2010-10-15 23:46:46 +00:00
persist.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
pickerbase.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
platform.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
platinfo.h small doxygen warning fixes 2010-07-25 11:24:38 +00:00
popupwin.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
position.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
power.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
print.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
printdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
process.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
progdlg.h Block in wxMSW wxProgressDialog::Update(max) until the dialog is dismissed. 2010-09-10 17:26:03 +00:00
propdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
quantize.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
radiobox.h Correct documentation of majorDimension in wxRadioBox ctor. 2010-08-10 18:57:36 +00:00
radiobut.h Mention that you cannot call wxRadioButton::SetValue(false) if that radiobutton belongs to a group 2010-08-18 21:36:40 +00:00
rawbmp.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
rearrangectrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
recguard.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
regex.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
region.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
renderer.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
richmsgdlg.h Add wxRichMessageDialog class. 2010-08-18 22:48:41 +00:00
sashwin.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sckipc.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sckstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scopedarray.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scopedptr.h Minor correction to smart pointer docs 2010-07-25 19:45:24 +00:00
scopeguard.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scrolbar.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scrolwin.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
settings.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sharedptr.h Minor correction to smart pointer docs 2010-07-25 19:45:24 +00:00
sizer.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
slider.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
snglinst.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
socket.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sound.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
spinbutt.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
spinctrl.h Document wxSpinDoubleEvent class. 2010-09-27 11:57:03 +00:00
splash.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
splitter.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
srchctrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
stackwalk.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statbmp.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statline.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
stattext.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statusbr.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
stdpaths.h Fix typo in wxStandardPathsBase::ResourceCat description and document it. 2010-09-27 11:51:50 +00:00
stdstream.h correct a typo in a comment in the example (see #10637) 2009-05-03 09:29:13 +00:00
stockitem.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
stopwatch.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
strconv.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
stream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
string.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sysopt.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tarstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
taskbar.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
textctrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
textdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
textentry.h Document limitations of the generic wxTextEntry hints. 2010-09-15 22:10:26 +00:00
textfile.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
textwrapper.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tglbtn.h Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the unit test. 2010-10-01 13:05:36 +00:00
thread.h make POSIX and Windows implementation of wxThread::Run() coherently assert when trying to Run() a thread twice; add a test for it. 2010-07-25 13:55:36 +00:00
timer.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tipdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tipwin.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tls.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tokenzr.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
toolbar.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
toolbook.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tooltip.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
toplevel.h Improve EVT_SHOW documentation. 2010-08-15 21:14:11 +00:00
tracker.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
translation.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
treebase.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
treebook.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
treectrl.h Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
txtstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
uiaction.h Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST branch. 2010-08-22 22:15:42 +00:00
unichar.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
uri.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
url.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ustring.h ifacecheck fixes 2008-10-28 14:29:36 +00:00
utils.h Update CRT environment in wxSetEnv() for MinGW too. 2010-10-03 17:16:09 +00:00
valgen.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
validate.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
valtext.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
variant.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
vector.h Document wxVector<T>::swap(). 2010-07-22 12:09:20 +00:00
version.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
vidmode.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
vlbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
volume.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
vscroll.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
weakref.h Minor correction to smart pointer docs 2010-07-25 19:45:24 +00:00
wfstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
window.h Add default value for GetPopupMenuSelectionFromUser() position argument. 2010-09-30 14:33:53 +00:00
windowid.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
wizard.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
wrapsizer.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
wupdlock.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
wxcrt.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
xlocale.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
zipstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
zstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00