wxWidgets/src/gtk1
Vadim Zeitlin 0d0fdaacf8 Use wxMarkupParser in wxStaticText for dealing with markup.
No real changes, just remove markup parsing code from wxStaticText
implementation and reuse wxMarkupParser methods there instead.

This makes include/wx/private/stattext.h file unnecessary as it is used only
in a single place now so remove it and move its remaining contents to
src/gtk/mnemonics.cpp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-02-27 12:46:55 +00:00
..
gnome Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1. 2006-01-23 01:14:32 +00:00
app.cpp Remove wxUSE_WCHAR_T checks. 2010-04-16 10:43:18 +00:00
artgtk.cpp Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1. 2006-01-23 01:14:32 +00:00
bdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
bitmap.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
bmpbuttn.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
brush.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
button.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
cdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
checkbox.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
checklst.cpp fixing duplicate rti info 2011-01-04 09:13:49 +00:00
choice.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
clipbrd.cpp Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
colour.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
combobox.cpp Use wxString's empty() when checking if the string is (non-)empty throughout wx. 2011-01-22 14:38:36 +00:00
control.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
cross.xbm Initial revision 1998-05-20 14:01:55 +00:00
cursor.cpp Compilation fixes for wx{X11,GTK1,Motif} after making ref data non copyable. 2010-12-15 12:04:13 +00:00
data.cpp Include wx/cursor.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-22 07:11:26 +00:00
dataobj.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
dc.cpp fixed wxGTK1 compilation after wxDC changes (still doesn't work) 2007-12-15 18:20:59 +00:00
dcclient.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
dcmemory.cpp 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
dcscreen.cpp 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
descrip.mms Include compilation of tests for OpenVMS (part2) 2010-12-15 10:54:47 +00:00
dialog.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
dnd.cpp No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
eggtrayicon.c Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
eggtrayicon.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
evtloop.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
filedlg.cpp added new and improved wxFileCtrl implementation (patch 1763164) 2007-09-17 00:14:34 +00:00
font.cpp make sure wxNativeFontInfo is defined 2011-01-11 17:05:43 +00:00
fontdlg.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
frame.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
gauge.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
glcanvas.cpp replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
horiz.xbm Initial revision 1998-05-20 14:01:55 +00:00
listbox.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
main.cpp No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
mdi.cpp Use wxString's empty() when checking if the string is (non-)empty throughout wx. 2011-01-22 14:38:36 +00:00
menu.cpp having menu classinfo at one place 2011-01-07 21:36:17 +00:00
minifram.cpp Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION. 2010-05-10 21:09:57 +00:00
mnemonics.cpp Use wxMarkupParser in wxStaticText for dealing with markup. 2011-02-27 12:46:55 +00:00
msgdlg.cpp Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1. 2006-01-23 01:14:32 +00:00
notebook.cpp common rtti in nbkbase.cpp 2011-01-07 22:31:26 +00:00
pen.cpp 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
popupwin.cpp 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
radiobox.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
radiobut.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
region.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
renderer.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scrolbar.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
scrolwin.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
settings.cpp Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree and list control selection rendering. 2011-02-25 09:38:35 +00:00
slider.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
sockgtk.cpp Cleanly separate GUI socket-related code from net library. 2009-08-17 23:02:46 +00:00
spinbutt.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
spinctrl.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
statbmp.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
statbox.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
statline.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
stattext.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
taskbar.cpp Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1. 2006-01-23 01:14:32 +00:00
textctrl.cpp merging back XTI branch part 2 2011-01-04 08:31:53 +00:00
tglbtn.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
threadno.cpp Put braces around all calls to wxLogFunctions() inside an if statement. 2009-07-20 16:47:54 +00:00
threadsgi.cpp Put braces around all calls to wxLogFunctions() inside an if statement. 2009-07-20 16:47:54 +00:00
timer.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
toolbar.cpp Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}. 2009-12-10 03:04:07 +00:00
tooltip.cpp 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
toplevel.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
utilsgtk.cpp 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
utilsres.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 2007-09-25 14:39:47 +00:00
verti.xbm Initial revision 1998-05-20 14:01:55 +00:00
win_gtk.c Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
window.cpp move default OnInternalIdle processing to wxWindowBase 2011-01-07 18:15:21 +00:00