-
Notifications
You must be signed in to change notification settings - Fork 0
/
sec-GtkEditable.html
91 lines (76 loc) · 2.82 KB
/
sec-GtkEditable.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
80
81
82
83
84
85
86
87
88
89
90
91
<!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.6. GtkEditable</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-GtkCalendar.html" title="A.5. GtkCalendar">
<link rel="next" href="sec-GtkNotebook.html" title="A.7. GtkNotebook">
<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.6. GtkEditable</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="sec-GtkCalendar.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-GtkNotebook.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-GtkEditable"></a>A.6. GtkEditable</h2></div></div></div>
<pre class="programlisting">
changed(editable, data)
insert-text(editable, new_text, text_length, position, data)
delete-text(editable, start_pos, end_pos, data)
activate(editable, data)
set-editable(editable, is_editable, data)
move-cursor(editable, x, y, data)
move-word(editable, num_words, data)
move-page(editable, x, y, data)
move-to-row(editable, row, data)
move-to-column(editable, column, data)
kill-char(editable, direction, data)
kill-word(editable, drirection, data)
kill-line(editable, direction, data)
cut-clipboard(editable, data)
copy-clipboard(editable, data)
paste-clipboard(editable, data)
</pre>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="sec-GtkCalendar.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-GtkNotebook.html">Suiv.</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">A.5. GtkCalendar </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.7. GtkNotebook</td>
</tr>
</table>
</div>
</body>
</html>