-
Notifications
You must be signed in to change notification settings - Fork 0
/
sec-GtkWindow.html
61 lines (61 loc) · 2.25 KB
/
sec-GtkWindow.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
<!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>A.13. GtkWindow</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="app-GtkSignals.html" title="Annexe A. Les signaux GTK">
<link rel="prev" href="sec-GtkItem.html" title="A.12. GtkItem">
<link rel="next" href="sec-GtkHandleBox.html" title="A.14. GtkHandleBox">
<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">A.13. GtkWindow</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="sec-GtkItem.html">Préc.</a> </td>
<th width="60%" align="center">Annexe A. Les signaux GTK</th>
<td width="20%" align="right"> <a accesskey="n" href="sec-GtkHandleBox.html">Suiv.</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1" lang="fr">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="sec-GtkWindow"></a>A.13. GtkWindow</h2></div></div></div>
<pre class="programlisting">
set-focus(window, widget, data)
</pre>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="sec-GtkItem.html">Préc.</a> </td>
<td width="20%" align="center"><a accesskey="u" href="app-GtkSignals.html">Chapitre parent</a></td>
<td width="40%" align="right"> <a accesskey="n" href="sec-GtkHandleBox.html">Suiv.</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">A.12. GtkItem </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Table des matières</a></td>
<td width="40%" align="right" valign="top"> A.14. GtkHandleBox</td>
</tr>
</table>
</div>
</body>
</html>