Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.

We don't use crptknm$port.cpp naming convention even for MSW any more and
there is really no reason to continue to do it for just this one file in
wxGTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-12-10 03:04:07 +00:00
parent 563f85a956
commit 0b83552acf
10 changed files with 41 additions and 53 deletions

View File

@@ -87,7 +87,7 @@ OBJECTS0= \
statbox.obj,\
statline.obj,\
stattext.obj,\
tbargtk.obj,\
toolbar.obj,\
textctrl.obj,\
tglbtn.obj,\
msgdlg.obj
@@ -145,7 +145,7 @@ SOURCES =\
statbox.cpp,\
statline.cpp,\
stattext.cpp,\
tbargtk.cpp,\
toolbar.cpp,\
textctrl.cpp,\
tglbtn.cpp,\
timer.cpp,\
@@ -220,7 +220,7 @@ statbmp.obj : statbmp.cpp
statbox.obj : statbox.cpp
statline.obj : statline.cpp
stattext.obj : stattext.cpp
tbargtk.obj : tbargtk.cpp
toolbar.obj : toolbar.cpp
textctrl.obj : textctrl.cpp
tglbtn.obj : tglbtn.cpp
timer.obj : timer.cpp

View File

@@ -668,7 +668,7 @@ void wxFont::DoSetNativeFontInfo( const wxNativeFontInfo& info )
static GdkFont *g_systemDefaultGuiFont = NULL;
// this is also used from tbargtk.cpp and tooltip.cpp, hence extern
// this is also used from toolbar.cpp and tooltip.cpp, hence extern
extern GdkFont *GtkGetDefaultGuiFont()
{
if (!g_systemDefaultGuiFont)

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: src/gtk1/tbargtk.cpp
// Name: src/gtk1/toolbar.cpp
// Purpose: GTK toolbar
// Author: Robert Roebling
// Modified: 13.12.99 by VZ to derive from wxToolBarBase