summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtksocket.xml
blob: e0edfe285f546941e3dedec28ef0a82df9b4ca62 (plain)
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<?xml version="1.0" standalone="no"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<refentry id="class-gtksocket">
  <refnamediv>
    <refname>gtk.Socket</refname>
    <refpurpose>a container for widgets from other processes.</refpurpose>
  </refnamediv>

  <refsect1>
    <title>Synopsis</title>

    <classsynopsis language="python">
      <ooclass><classname>gtk.Socket</classname></ooclass>
      <ooclass><classname><link
linkend="class-gtkcontainer">gtk.Container</link></classname></ooclass>
      <constructorsynopsis language="python">
	<methodname><link
linkend="constructor-gtksocket">gtk.Socket</link></methodname>
	<methodparam></methodparam>  </constructorsynopsis>
      <methodsynopsis language="python">
	<methodname><link
linkend="method-gtksocket--add-id">add_id</link></methodname>
	<methodparam><parameter
		       role="keyword">window_id</parameter></methodparam>
      </methodsynopsis>
      <methodsynopsis language="python">
	<methodname><link
linkend="method-gtksocket--get-id">get_id</link></methodname>
	<methodparam></methodparam>  </methodsynopsis>
    </classsynopsis>

  </refsect1>

  <refsect1>
    <title>Ancestry</title>

<synopsis>+-- <link linkend="class-gobject">gobject.GObject</link>
  +-- <link linkend="class-gtkobject">gtk.Object</link>
    +-- <link linkend="class-gtkwidget">gtk.Widget</link>
      +-- <link linkend="class-gtkcontainer">gtk.Container</link>
        +-- <link linkend="class-gtksocket">gtk.Socket</link>
</synopsis>

  </refsect1>

  <refsect1 id="properties-gtksocket">
    <title>gtk.Socket Properties</title>

    <para><link linkend="properties-gtkobject">gtk.Object Properties</link></para>
    <para><link linkend="properties-gtkwidget">gtk.Widget Properties</link></para>
    <para><link linkend="properties-gtkcontainer">gtk.Container Properties</link></para>

  </refsect1>

  <refsect1 id="style-properties-gtksocket">
    <title>gtk.Socket Style Properties</title>

    <para><link linkend="style-properties-gtkwidget">gtk.Widget Style Properties</link></para>

  </refsect1>

  <refsect1 id="signal-prototypes-gtksocket">
    <title>gtk.Socket Signal Prototypes</title>

    <para><link linkend="signal-prototypes-gobject">gobject.GObject Signal Prototypes</link></para>
    <para><link linkend="signal-prototypes-gtkobject">gtk.Object Signal Prototypes</link></para>
    <para><link linkend="signal-prototypes-gtkwidget">gtk.Widget Signal Prototypes</link></para>
    <para><link linkend="signal-prototypes-gtkcontainer">gtk.Container Signal Prototypes</link></para>

    <variablelist>
      <varlistentry>
        <term>"<link
linkend="signal-gtksocket--plug-added">plug-added</link>"</term>
        <listitem>
          <methodsynopsis
	    language="python"><methodname>callback</methodname>
            <methodparam><parameter>socket</parameter></methodparam>
            <methodparam><parameter>user_param1</parameter></methodparam>
            <methodparam><parameter>...</parameter></methodparam>
          </methodsynopsis>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>"<link
linkend="signal-gtksocket--plug-removed">plug-removed</link>"</term>
        <listitem>
          <methodsynopsis
	    language="python"><methodname>callback</methodname>
            <methodparam><parameter>socket</parameter></methodparam>
            <methodparam><parameter>user_param1</parameter></methodparam>
            <methodparam><parameter>...</parameter></methodparam>
          </methodsynopsis>
        </listitem>
      </varlistentry>
    </variablelist>

  </refsect1>

  <refsect1>
    <title>Description</title>

    <para>Together with a <link
linkend="class-gtkplug"><classname>gtk.Plug</classname></link>, a <link
linkend="class-gtksocket"><classname>gtk.Socket</classname></link> provides
the ability to embed widgets from one process into another process in a
fashion that is transparent to the user. One process creates a <link
linkend="class-gtksocket"><classname>gtk.Socket</classname></link> widget
and, passes the that widget's window ID to the other process, which then
creates a <link
linkend="class-gtkplug"><classname>gtk.Plug</classname></link> with that
window ID. Any widgets contained in the <link
linkend="class-gtkplug"><classname>gtk.Plug</classname></link> then will
appear inside the first applications window. The socket's window ID is
obtained by using the <link
linkend="method-gtksocket--get-id"><methodname>get_id</methodname>()</link>
method. Before using this function, the socket must have been realized, and
added to its parent.</para>

    <para>When PyGTK is notified that the embedded window has been
destroyed, then it will destroy the socket as well. You should always,
therefore, be prepared for your sockets to be destroyed at any time when the
main event loop is running. The communication between a <link
linkend="class-gtksocket"><classname>gtk.Socket</classname></link> and a
<link linkend="class-gtkplug"><classname>gtk.Plug</classname></link> follows
the XEmbed protocol.</para>

  </refsect1>

  <refsect1 id="constructor-gtksocket">
    <title>Constructor</title>

    <programlisting><constructorsynopsis language="python">
	<methodname>gtk.Socket</methodname>
	<methodparam></methodparam>  </constructorsynopsis></programlisting>
    <variablelist>
      <varlistentry>
	<term><emphasis>Returns</emphasis>&nbsp;:</term>
	<listitem><simpara>the new <link
linkend="class-gtksocket"><classname>gtk.Socket</classname></link>.</simpara></listitem>
      </varlistentry>
    </variablelist>

    <para>Creates a new <link
linkend="class-gtksocket"><classname>gtk.Socket</classname></link>.</para>

  </refsect1>

  <refsect1>
    <title>Methods</title>

    <refsect2 id="method-gtksocket--add-id">
      <title>gtk.Socket.add_id</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>add_id</methodname>
	  <methodparam><parameter
			 role="keyword">window_id</parameter></methodparam>
	</methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><parameter
role="keyword">window_id</parameter>&nbsp;:</term>
	  <listitem><simpara>the window ID of a client participating in the
XEMBED protocol.</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The <methodname>add_id</methodname>() method adds an XEMBED
client specified by <parameter>window_id</parameter>, such as a <link
linkend="class-gtkplug"><classname>gtk.Plug</classname></link>, to the <link
linkend="class-gtksocket"><classname>gtk.Socket</classname></link>.  The
client may be in the same process or in a different process.</para>
      <para>
To embed a <link
linkend="class-gtkplug"><classname>gtk.Plug</classname></link> in a <link
linkend="class-gtksocket"><classname>gtk.Socket</classname></link>, you can
either:</para>

      <itemizedlist>
	<listitem>
	  <para>create the <link
linkend="class-gtkplug"><classname>gtk.Plug</classname></link> by calling
<link linkend="constructor-gtkplug">gtk.Plug</link>(), then call <link
linkend="method-gtkplug--get-id"><methodname>gtk.Plug.get_id</methodname>()</link> 
to get the window ID of the plug, and finally pass that to the <link
linkend="method-gtksocket--add-id"><function>gtk.Socket.add_id()</function></link>; 
or,</para>
	</listitem>
	<listitem>
	  <para>call the <link
linkend="method-gtksocket--get-id"><function>gtk.Socket.get_id()</function></link> 
method to get the window ID for the socket, then create the <link
linkend="class-gtkplug"><classname>gtk.Plug</classname></link> by calling
<link linkend="constructor-gtkplug">gtk.Plug</link>() passing in that ID.
The <link linkend="class-gtksocket"><classname>gtk.Socket</classname></link>
must have already be added into a toplevel window before you can make this
call.</para>
	</listitem>
      </itemizedlist>

    </refsect2>

  <refsect2 id="method-gtksocket--get-id">
      <title>gtk.Socket.get_id</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>get_id</methodname>
	  <methodparam></methodparam>  </methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><emphasis>Returns</emphasis>&nbsp;:</term>
	  <listitem><simpara>the window ID for the
socket</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The <methodname>get_id</methodname>() method gets the window ID
of a <link
linkend="class-gtksocket"><classname>gtk.Socket</classname></link> widget,
which can then be used to create a client embedded inside the socket, for
instance with <link linkend="constructor-gtkplug">gtk.Plug</link>(). The
<link linkend="class-gtksocket"><classname>gtk.Socket</classname></link>
must have already be added into a toplevel window before you can make this
call.</para>

    </refsect2>

  </refsect1>

  <refsect1>
    <title>Signals</title>

    <refsect2 id="signal-gtksocket--plug-added">
      <title>The "plug-added" gtk.Socket Signal</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>callback</methodname>
	  <methodparam><parameter>socket</parameter></methodparam>
	  <methodparam><parameter>user_param1</parameter></methodparam>
	  <methodparam><parameter>...</parameter></methodparam>
	</methodsynopsis></programlisting>

      <variablelist>
	<varlistentry>
	  <term><parameter>socket</parameter>&nbsp;:</term>
	  <listitem><simpara>the socket that received the
signal</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>user_param1</parameter>&nbsp;:</term>
          <listitem><simpara>the first user parameter (if any) specified
with the <link
linkend="method-gobject--connect"><methodname>connect</methodname>()</link>
method</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>...</parameter>&nbsp;:</term>
	  <listitem><simpara>additional user parameters (if
any)</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The "plug-added" signal is emitted when a plug is added to the
socket.</para>

    </refsect2>

    <refsect2 id="signal-gtksocket--plug-removed">
      <title>The "plug-removed" gtk.Socket Signal</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>callback</methodname>
	  <methodparam><parameter>socket</parameter></methodparam>
	  <methodparam><parameter>user_param1</parameter></methodparam>
	  <methodparam><parameter>...</parameter></methodparam>
	</methodsynopsis></programlisting>

      <variablelist>
	<varlistentry>
	  <term><parameter>socket</parameter>&nbsp;:</term>
	  <listitem><simpara>the socket that received the
signal</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>user_param1</parameter>&nbsp;:</term>
          <listitem><simpara>the first user parameter (if any) specified
with the <link
linkend="method-gobject--connect"><methodname>connect</methodname>()</link>
method</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>...</parameter>&nbsp;:</term>
	  <listitem><simpara>additional user parameters (if
any)</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><emphasis>Returns</emphasis>&nbsp;:</term>
	  <listitem><simpara><literal>True</literal> if the <link
	  linkend="class-gtksocket"><classname>gtk.Socket</classname></link>
	  should not be destroyed.</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The "plug-removed" signal is emitted when a plug is removed from
the socket. The default action is to destroy the <link
linkend="class-gtksocket"><classname>gtk.Socket</classname></link> widget,
so if you want to reuse it you must add a signal handler that returns
<literal>True</literal>.</para>

    </refsect2>

  </refsect1>

</refentry>