wxWidgets/include/wx/gtk1
Vadim Zeitlin 59b7da02ff Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont::GetFamily().
Although returning wxFONTFAMILY_UNKNOWN when the font family is not recognized
makes more sense, it breaks a lot of existing code including all the
font-related code generated by DialogBlocks, so prefer to return
wxFONTFAMILY_DEFAULT instead -- which can't be confused for a valid font
family neither but can be passed to wxFont ctor or SetFamily() without
problems.

To ensure that this behaviour is correctly implemented by all ports, rename
the existing wxFont::GetFamily() to DoGetFamily() and call the new method from
wxFontBase::GetFamily() which adjusts the return value if needed.

Closes #12330.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-09-29 13:46:09 +00:00
..
private
accel.h
app.h
bitmap.h
bmpbuttn.h
brush.h
button.h
checkbox.h
checklst.h
choice.h
clipbrd.h
colordlg.h
colour.h
combobox.h
control.h
cursor.h
dataform.h
dataobj2.h
dataobj.h
dc.h
dcclient.h
dcmemory.h
dcscreen.h
dialog.h
dnd.h
filedlg.h
font.h Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont::GetFamily(). 2010-09-29 13:46:09 +00:00
fontdlg.h
frame.h
gauge.h
glcanvas.h
listbox.h
mdi.h
menu.h Use wxMenuBar::Attach/Detach() instead of SetInvokingWindow() in wxGTK1. 2010-04-26 14:19:26 +00:00
menuitem.h
minifram.h Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION. 2010-05-10 21:09:57 +00:00
msgdlg.h
notebook.h
pen.h
popupwin.h
private.h
radiobox.h
radiobut.h
region.h
scrolbar.h
scrolwin.h
slider.h
spinbutt.h
spinctrl.h
statbmp.h
statbox.h
statline.h
stattext.h
textctrl.h
tglbtn.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
toolbar.h Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}. 2009-12-10 03:04:07 +00:00
tooltip.h
toplevel.h
treectrl.h Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros. 2010-06-09 13:55:48 +00:00
win_gtk.h
window.h