wxWidgets/include/wx/os2
Vadim Zeitlin b960795ea8 Add wxFontInfo class to allow using named parameters for wxFont creation.
This helper class allows to create wxFonts using shorter and more readable
code, e.g.

	wxFont font(12, wxFONTFLAG_DEFAULT,
		    wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, true,
		    "DejaVu Sans");

can now be written simply as

	wxFont font(wxFontInfo(12).FaceName("DejaVu Sans").Underlined());

Remove the ctor from font flags added in r70445 as it's not needed any longer
now that we have this one and adding it resulted in compilation errors in the
existing code which compiled with 2.8 because of ambiguities between that ctor
and wxFont(int size, int family, int style, int weight. bool underlined, ...)
one, e.g.

	wxFont(12, wxFONTFAMILY_SWISS, wxNORMAL, wxNORMAL)

didn't compile any more but it does compile again now.

See #9907.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-04-30 10:27:38 +00:00
..
private
accel.h
app.h
apptbase.h
apptrait.h
bitmap.h Add wxBitmap::NewFromPNGData() for creating bitmaps from PNG data. 2012-09-13 17:15:00 +00:00
blank.ptr
bmpbuttn.h
brush.h
bullseye.ptr
button.h
cdrom.ico
checkbox.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
checklst.h
child.ico
chkconf.h
choice.h
clipbrd.h
clock.ptr
colour.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
colours.bmp
combobox.h
computer.ico
control.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
cross.bmp
csquery.bmp
cursor.h
dataform.h
dataobj2.h
dataobj.h
dc.h use const arrays for wxDC array parameters, closes #10712 2013-01-18 17:27:51 +00:00
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dialog.h
dirdlg.h
disable.bmp
dnd.h
drive.ico
error.ico
file.ico
filedlg.h
floppy.ico
folder1.ico
folder2.ico
folder.ico
font.h Add wxFontInfo class to allow using named parameters for wxFont creation. 2013-04-30 10:27:38 +00:00
fontdlg.h
frame.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
gauge.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
gdiimage.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
hand.ptr
heart.ptr
helpwin.h
icon.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
info.ico
iniconf.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
joystick.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
listbox.h
listctrl.h
magnit1.ptr
mdi.h
menu.h
menuitem.h
metafile.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
mimetype.h
minifram.h
msgdlg.h
notebook.h
ownerdrw.h
palette.h
pbrush.ptr
pen.h
pencil.ptr
pnghand.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
pngread.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
pntleft.ptr
pntright.ptr
popupwin.h
print.h
printos2.h
private.h Include some more declarations & defines. 2011-12-29 14:36:22 +00:00
query.ptr
question.ico
radiobox.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
radiobut.h
region.h
removble.ico
roller.ptr
scrolbar.h
setup0.h Add wxUSE_COMPILER_TLS to allow disabling compiler TLS support. 2012-06-17 21:34:47 +00:00
size.ptr
slider.h
sound.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
spinbutt.h
spinctrl.h
statbmp.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
statbox.h
statline.h
stattext.h
stdpaths.h
textctrl.h Revert all wxNOEXCEPT-related changes. 2012-11-20 12:49:03 +00:00
textentry.h
tglbtn.h
tick.bmp
tip.ico
tls.h
toolbar.h Make wxToolBar styles consistent and add wxTB_DEFAULT_STYLE. 2013-03-31 01:12:27 +00:00
tooltip.h
toplevel.h
treectrl.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
warning.ico
window.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
wx.dlg
wx.rc
wx.res
wxrsc.h