eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/wxwin auxframes.cc


From: eliot-dev
Subject: [Eliot-dev] eliot/wxwin auxframes.cc
Date: Tue, 27 Dec 2005 09:19:10 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Branch:         
Changes by:     Antoine Fraboulet <address@hidden>      05/12/27 09:19:10

Modified files:
        wxwin          : auxframes.cc 

Log message:
        - change font for debug display, should change BagFrame display soon

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/wxwin/auxframes.cc.diff?tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: eliot/wxwin/auxframes.cc
diff -u eliot/wxwin/auxframes.cc:1.18 eliot/wxwin/auxframes.cc:1.19
--- eliot/wxwin/auxframes.cc:1.18       Mon Dec 26 22:59:57 2005
+++ eliot/wxwin/auxframes.cc    Tue Dec 27 09:19:10 2005
@@ -153,6 +153,12 @@
     //tiles->SetFont(config.getFont(LISTFONT));
     //tiles->SetToolTip(wxT("Lettre, nombre restant"));
 
+#ifdef DEBUG
+    wxFont font(8, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL,
+                wxFONTWEIGHT_NORMAL, false, wxString(wxT("Courier New")), 
wxFONTENCODING_SYSTEM);
+    tiles->SetFont(font);
+#endif
+
     wxBoxSizer *sizer = new wxBoxSizer( wxHORIZONTAL );
     sizer->Add(tiles, 1, wxEXPAND | wxALL, 1);
     SetAutoLayout(TRUE);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]