Various makefile corrections,

Minor beatifications.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-01-22 22:47:30 +00:00
parent bfdc8d1870
commit e680a37841
7 changed files with 88 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
# #
# This file was automatically generated by tmake at 14:41, 2000/01/22 # This file was automatically generated by tmake at 20:20, 2000/01/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
# #
@@ -669,7 +669,9 @@ PM_HEADERS = \
UNIX_HEADERS = \ UNIX_HEADERS = \
unix/execute.h \ unix/execute.h \
unix/fontutil.h unix/fontutil.h \
unix/gsockunx.h \
unix/mimetype.h
GENERIC_HEADERS = \ GENERIC_HEADERS = \
generic/calctrl.h \ generic/calctrl.h \
@@ -860,7 +862,7 @@ GTK_COMMONOBJS = \
longlong.o \ longlong.o \
memory.o \ memory.o \
menucmn.o \ menucmn.o \
mimetype.o \ mimecmn.o \
module.o \ module.o \
mstream.o \ mstream.o \
object.o \ object.o \
@@ -958,7 +960,7 @@ GTK_COMMONDEPS = \
longlong.d \ longlong.d \
memory.d \ memory.d \
menucmn.d \ menucmn.d \
mimetype.d \ mimecmn.d \
module.d \ module.d \
mstream.d \ mstream.d \
object.d \ object.d \
@@ -1258,7 +1260,7 @@ MOTIF_COMMONOBJS = \
longlong.o \ longlong.o \
memory.o \ memory.o \
menucmn.o \ menucmn.o \
mimetype.o \ mimecmn.o \
module.o \ module.o \
mstream.o \ mstream.o \
object.o \ object.o \
@@ -1356,7 +1358,7 @@ MOTIF_COMMONDEPS = \
longlong.d \ longlong.d \
memory.d \ memory.d \
menucmn.d \ menucmn.d \
mimetype.d \ mimecmn.d \
module.d \ module.d \
mstream.d \ mstream.d \
object.d \ object.d \
@@ -1612,7 +1614,7 @@ MSW_COMMONOBJS = \
longlong.o \ longlong.o \
memory.o \ memory.o \
menucmn.o \ menucmn.o \
mimetype.o \ mimecmn.o \
module.o \ module.o \
mstream.o \ mstream.o \
object.o \ object.o \
@@ -1711,7 +1713,7 @@ MSW_COMMONDEPS = \
longlong.d \ longlong.d \
memory.d \ memory.d \
menucmn.d \ menucmn.d \
mimetype.d \ mimecmn.d \
module.d \ module.d \
mstream.d \ mstream.d \
object.d \ object.d \
@@ -2066,7 +2068,7 @@ PM_COMMONOBJS = \
longlong.o \ longlong.o \
memory.o \ memory.o \
menucmn.o \ menucmn.o \
mimetype.o \ mimecmn.o \
module.o \ module.o \
mstream.o \ mstream.o \
object.o \ object.o \
@@ -2165,7 +2167,7 @@ PM_COMMONDEPS = \
longlong.d \ longlong.d \
memory.d \ memory.d \
menucmn.d \ menucmn.d \
mimetype.d \ mimecmn.d \
module.d \ module.d \
mstream.d \ mstream.d \
object.d \ object.d \
@@ -2378,7 +2380,7 @@ BASE_OBJS = \
list.o \ list.o \
log.o \ log.o \
longlong.o \ longlong.o \
mimetype.o \ mimecmn.o \
module.o \ module.o \
object.o \ object.o \
process.o \ process.o \
@@ -2394,6 +2396,7 @@ BASE_OBJS = \
wfstream.o \ wfstream.o \
wxchar.o \ wxchar.o \
dir.o \ dir.o \
mimetype.o \
threadpsx.o \ threadpsx.o \
utilsunx.o utilsunx.o
@@ -2417,7 +2420,7 @@ BASE_DEPS = \
list.d \ list.d \
log.d \ log.d \
longlong.d \ longlong.d \
mimetype.d \ mimecmn.d \
module.d \ module.d \
object.d \ object.d \
process.d \ process.d \
@@ -2433,6 +2436,7 @@ BASE_DEPS = \
wfstream.d \ wfstream.d \
wxchar.d \ wxchar.d \
dir.d \ dir.d \
mimetype.d \
threadpsx.d \ threadpsx.d \
utilsunx.d utilsunx.d
@@ -2486,6 +2490,7 @@ UNIX_OBJS = \
fontenum.o \ fontenum.o \
fontutil.o \ fontutil.o \
gsocket.o \ gsocket.o \
mimetype.o \
threadpsx.o \ threadpsx.o \
utilsunx.o utilsunx.o
@@ -2495,6 +2500,7 @@ UNIX_DEPS = \
fontenum.d \ fontenum.d \
fontutil.d \ fontutil.d \
gsocket.d \ gsocket.d \
mimetype.d \
threadpsx.d \ threadpsx.d \
utilsunx.d utilsunx.d

View File

@@ -157,7 +157,7 @@ log.cpp C B
longlong.cpp C B longlong.cpp C B
memory.cpp C memory.cpp C
menucmn.cpp C menucmn.cpp C
mimetype.cpp C 32,B mimecmn.cpp C 32,B
module.cpp C B module.cpp C B
mstream.cpp C mstream.cpp C
object.cpp C B object.cpp C B
@@ -307,6 +307,7 @@ fontutil.cpp U
threadpsx.cpp U B threadpsx.cpp U B
utilsunx.cpp U B utilsunx.cpp U B
gsocket.c U gsocket.c U
mimetype.cpp U B
gsockgtk.c R gsockgtk.c R
win_gtk.c R win_gtk.c R
@@ -1026,6 +1027,8 @@ statbox.h 2
fontutil.h S fontutil.h S
execute.h S execute.h S
mimetype.h S
gsockunx.h S
file.h P file.h P
ftp.h P ftp.h P

View File

@@ -204,24 +204,24 @@ void CheckListBoxFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
void CheckListBoxFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) void CheckListBoxFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
{ {
wxMessageBox(_T("Demo of wxCheckListBox control\n" wxMessageBox(wxT("Demo of wxCheckListBox control\n"
"<EFBFBD> Vadim Zeitlin 1998-1999"), "<EFBFBD> Vadim Zeitlin 1998-1999"),
_T("About wxCheckListBox"), wxT("About wxCheckListBox"),
wxICON_INFORMATION, this); wxICON_INFORMATION, this);
} }
void CheckListBoxFrame::OnListboxSelect(wxCommandEvent& event) void CheckListBoxFrame::OnListboxSelect(wxCommandEvent& event)
{ {
int nSel = event.GetSelection(); int nSel = event.GetSelection();
wxLogStatus(this, _T("item %d selected (%schecked)"), nSel, wxLogStatus(this, wxT("Item %d selected (%schecked)"), nSel,
m_pListBox->IsChecked(nSel) ? _T("") : _T("not ")); m_pListBox->IsChecked(nSel) ? _T("") : wxT("not "));
} }
void CheckListBoxFrame::OnListboxDblClick(wxCommandEvent& WXUNUSED(event)) void CheckListBoxFrame::OnListboxDblClick(wxCommandEvent& WXUNUSED(event))
{ {
wxString strSelection; wxString strSelection;
strSelection.sprintf(_T("item %d double clicked"), m_pListBox->GetSelection()); strSelection.sprintf(wxT("Item %d double clicked"), m_pListBox->GetSelection());
wxMessageDialog dialog(this, strSelection); wxMessageDialog dialog(this, strSelection, wxT("wxCheckListBox message"), wxICON_INFORMATION);
dialog.ShowModal(); dialog.ShowModal();
} }
@@ -229,8 +229,8 @@ void CheckListBoxFrame::OnCheckboxToggle(wxCommandEvent& event)
{ {
unsigned int nItem = event.GetInt(); unsigned int nItem = event.GetInt();
wxLogStatus(this, _T("item %d was %schecked"), nItem, wxLogStatus(this, wxT("item %d was %schecked"), nItem,
m_pListBox->IsChecked(nItem) ? _T("") : _T("un")); m_pListBox->IsChecked(nItem) ? wxT("") : wxT("un"));
} }
void CheckListBoxFrame::OnButtonUp(wxCommandEvent& WXUNUSED(event)) void CheckListBoxFrame::OnButtonUp(wxCommandEvent& WXUNUSED(event))
@@ -253,7 +253,7 @@ void CheckListBoxFrame::OnButtonMove(bool up)
int positionNew = up ? selection - 1 : selection + 2; int positionNew = up ? selection - 1 : selection + 2;
if ( positionNew < 0 || positionNew > m_pListBox->GetCount() ) if ( positionNew < 0 || positionNew > m_pListBox->GetCount() )
{ {
wxLogStatus(this, _T("Can't move this item %s"), up ? _T("up") : _T("down")); wxLogStatus(this, wxT("Can't move this item %s"), up ? wxT("up") : wxT("down"));
} }
else else
{ {
@@ -274,12 +274,12 @@ void CheckListBoxFrame::OnButtonMove(bool up)
AdjustColour(selection); AdjustColour(selection);
AdjustColour(selectionNew); AdjustColour(selectionNew);
wxLogStatus(this, _T("Item moved %s"), up ? _T("up") : _T("down")); wxLogStatus(this, wxT("Item moved %s"), up ? wxT("up") : wxT("down"));
} }
} }
else else
{ {
wxLogStatus(this, _T("Please select an item")); wxLogStatus(this, wxT("Please select an item"));
} }
} }

View File

@@ -11,7 +11,7 @@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
top_builddir = ../.. top_builddir = ../..
program_dir = samples/nettest program_dir = samples/dialup
PROGRAM=nettest PROGRAM=nettest

View File

@@ -1772,7 +1772,7 @@ static void ShowBitmap(const wxBitmap& bitmap)
frame->SetStatusText(wxString::Format(_T("%dx%d"), w, h)); frame->SetStatusText(wxString::Format(_T("%dx%d"), w, h));
frame->SetClientSize(w > 100 ? 100 : w, h > 100 ? 100 : h); frame->SetClientSize(w > 100 ? 100 : w, h > 100 ? 100 : h);
frame->Show(); frame->Show(TRUE);
} }
#ifdef USE_METAFILES #ifdef USE_METAFILES

View File

@@ -190,7 +190,9 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
#endif #endif
// set the frame icon // set the frame icon
#ifndef __WXGTK__
SetIcon(wxICON(mondrian)); SetIcon(wxICON(mondrian));
#endif
// create a menu bar // create a menu bar
wxMenu *menuFile = new wxMenu(_T(""), wxMENU_TEAROFF); wxMenu *menuFile = new wxMenu(_T(""), wxMENU_TEAROFF);
@@ -223,7 +225,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
#if wxUSE_STATUSBAR #if wxUSE_STATUSBAR
// create a status bar just for fun (by default with 1 pane only) // create a status bar just for fun (by default with 1 pane only)
CreateStatusBar(2); CreateStatusBar();
SetStatusText(_T("Welcome to wxWindows!")); SetStatusText(_T("Welcome to wxWindows!"));
#endif // wxUSE_STATUSBAR #endif // wxUSE_STATUSBAR
} }

View File

@@ -235,34 +235,36 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
SetStatusText("Welcome to wxWindows font demo!"); SetStatusText("Welcome to wxWindows font demo!");
} }
// --------------------------------------------------------
class MyEncodingEnumerator : public wxFontEnumerator
{
public:
MyEncodingEnumerator()
{ m_n = 0; }
const wxString& GetText() const
{ return m_text; }
protected:
virtual bool OnFontEncoding(const wxString& facename,
const wxString& encoding)
{
wxString text;
text.Printf("Encoding %d: %s (available in facename '%s')\n",
++m_n, encoding.c_str(), facename.c_str());
m_text += text;
return TRUE;
}
private:
size_t m_n;
wxString m_text;
};
// event handlers
void MyFrame::OnEnumerateEncodings(wxCommandEvent& WXUNUSED(event)) void MyFrame::OnEnumerateEncodings(wxCommandEvent& WXUNUSED(event))
{ {
class MyEncodingEnumerator : public wxFontEnumerator MyEncodingEnumerator fontEnumerator;
{
public:
MyEncodingEnumerator() { m_n = 0; }
const wxString& GetText() const { return m_text; }
protected:
virtual bool OnFontEncoding(const wxString& facename,
const wxString& encoding)
{
wxString text;
text.Printf("Encoding %d: %s (available in facename '%s')\n",
++m_n, encoding.c_str(), facename.c_str());
m_text += text;
return TRUE;
}
private:
size_t m_n;
wxString m_text;
} fontEnumerator;
fontEnumerator.EnumerateEncodings(); fontEnumerator.EnumerateEncodings();
@@ -270,28 +272,33 @@ void MyFrame::OnEnumerateEncodings(wxCommandEvent& WXUNUSED(event))
fontEnumerator.GetText().c_str()); fontEnumerator.GetText().c_str());
} }
// -------------------------------------------------------------
class MyFontEnumerator : public wxFontEnumerator
{
public:
bool GotAny() const
{ return !m_facenames.IsEmpty(); }
const wxArrayString& GetFacenames() const
{ return m_facenames; }
protected:
virtual bool OnFacename(const wxString& facename)
{
m_facenames.Add(facename);
return TRUE;
}
private:
wxArrayString m_facenames;
} fontEnumerator;
bool MyFrame::DoEnumerateFamilies(bool fixedWidthOnly, bool MyFrame::DoEnumerateFamilies(bool fixedWidthOnly,
wxFontEncoding encoding, wxFontEncoding encoding,
bool silent) bool silent)
{ {
class MyFontEnumerator : public wxFontEnumerator MyFontEnumerator fontEnumerator;
{
public:
bool GotAny() const { return !m_facenames.IsEmpty(); }
const wxArrayString& GetFacenames() const { return m_facenames; }
protected:
virtual bool OnFacename(const wxString& facename)
{
m_facenames.Add(facename);
return TRUE;
}
private:
wxArrayString m_facenames;
} fontEnumerator;
fontEnumerator.EnumerateFacenames(encoding, fixedWidthOnly); fontEnumerator.EnumerateFacenames(encoding, fixedWidthOnly);