Warning: Undefined array key "DOKU_PREFS" in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/common.php on line 2082
apropos [Les recettes Python de Tyrtamos]

Outils pour utilisateurs

Outils du site


apropos

Warning: Undefined array key 3 in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/html.php on line 1453

Warning: Undefined array key -1 in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/html.php on line 1458

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
apropos [2008/05/02 08:57]
tyrtamos créée
apropos [2008/05/08 20:28]
tyrtamos
Ligne 5: Ligne 5:
 #!/usr/bin/python #!/usr/bin/python
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
 +
 +import Tkinter
 +import tkFont
  
 class Apropos(Tkinter.Toplevel): class Apropos(Tkinter.Toplevel):
Ligne 30: Ligne 33:
         self.apr.focus_set()         self.apr.focus_set()
 </code> </code>
 +
 +
 +<html>
 +<head>
 +<style type="text/css">
 +<!--
 +body {background-image:url(fondcorps.jpg);}
 +-->
 +</style>
 +</head>
 +<body>
 +</body>
 +</html>
  
apropos.txt · Dernière modification: 2008/05/08 20:28 de tyrtamos