From e06131babe2362d24150eb2547e80ef9d7755992 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Fri, 15 Apr 2005 09:45:42 +0000 Subject: [PATCH] PN --- Editeur/options.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Editeur/options.py b/Editeur/options.py index d2b270c1..b5988c3f 100644 --- a/Editeur/options.py +++ b/Editeur/options.py @@ -34,6 +34,7 @@ class OPTIONS: menu_defs=[ ('Options',[ ("Affichage commandes",(("alphabétique",'&affichage_alpha'),("groupes",'&affichage_grp'))), + ("Couleur",(("fond",'change_fond'),("barre",'change_barre'))), # ("Catalogue développeur",'choix_cata_developpeur'), ] ) @@ -53,6 +54,15 @@ class OPTIONS: global affichage_commandes affichage_commandes="alphabetic" + def change_fond(self): + from tkColorChooser import askcolor + #nouvelle=askcolor(self.appli.background) + nouvelle=askcolor('grey') + print "yyyyyyyyyyyyyyyyyyyyy" + + def change_barre(self): + print "yyyyyyyyyyyyyyyyyyyyy" + def choix_cata_developpeur(self): """ Cette méthode demande à l'utilisateur-développeur d'indiquer quel catalogue -- 2.39.2