-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathch-Scribble.html
79 lines (79 loc) · 3.49 KB
/
ch-Scribble.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapitre 24. Scribble, Un programme simple de dessin</title>
<link rel="stylesheet" href="pygtktutfr.css" type="text/css">
<meta name="generator" content="Bluefish 1.0.5">
<link rel="start" href="index.html" title="Tutoriel PyGTK 2.0">
<link rel="up" href="index.html" title="Tutoriel PyGTK 2.0">
<link rel="prev" href="sec-ExampleRcFile.html" title="23.3. Exemple de fichier rc">
<link rel="next" href="sec-EventHandling.html" title="24.2. Gestion des évènements">
<meta name="keywords" content="python,pygtk,tutoriel,traduction">
<link rel="home" href="index.html" title="Table des matières">
</head>
<body>
<div class="localisation">
Vous êtes à peu près ici :
<a href="../../index.html">Accueil</a> »
<a href="../pygtktut.php">tutoriel PyGTK</a> »
<a href="index.html">PyGTK : sommaire</a>
</div>
<!-- fin localisation -->
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">Chapitre 24. Scribble, Un programme simple de dessin</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="sec-ExampleRcFile.html">Préc.</a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="sec-EventHandling.html">Suiv.</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="chapter" lang="fr">
<div class="titlepage"><div><div><h2 class="title">
<a name="ch-Scribble"></a>Chapitre 24. Scribble, Un programme simple de dessin</h2></div></div></div>
<div class="toc">
<p><b>Table des matières</b></p>
<dl>
<dt><span class="sect1"><a href="ch-Scribble.html#sec-ScribbleOverview">24.1. Aperçu de Scribble</a></span></dt>
<dt><span class="sect1"><a href="sec-EventHandling.html">24.2. Gestion des évènements</a></span></dt>
<dd><dl><dt><span class="sect2"><a href="sec-EventHandling.html#id2643367">24.2.1. Gestion des évènements dans Scribble</a></span></dt></dl></dd>
<dt><span class="sect1"><a href="sec-DrawingAreaWidgetAndDrawing.html">24.3. Le widget zone de dessin (DrawingArea) et le dessin</a></span></dt>
</dl>
</div>
<div class="sect1" lang="fr">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="sec-ScribbleOverview"></a>24.1. Aperçu de Scribble</h2></div></div></div>
<p>Dans cette section, nous construirons un programme
simple de dessin. Ce faisant, nous examinerons comment gérer les événements souris,
comment dessiner dans une fenêtre, et comment mieux dessiner en utilisant un pixmap
en arrière plan.</p>
<div class="figure">
<a name="scribblesimplefig"></a><p class="title"><b>Figure 24.1. Le programme de dessin Scribble</b></p>
<div class="mediaobject" align="center"><img src="figures/scribblesimple.png" align="middle" alt="Le programme de dessin Scribble"></div>
</div>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="sec-ExampleRcFile.html">Préc.</a> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> <a accesskey="n" href="sec-EventHandling.html">Suiv.</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">23.3. Exemple de fichier rc </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Sommaire</a></td>
<td width="40%" align="right" valign="top"> 24.2. Gestion des évènements</td>
</tr>
</table>
</div>
</body>
</html>