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 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644
|
<?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-gtklayout">
<refnamediv>
<refname>gtk.Layout</refname>
<refpurpose>infinite scrollable area containing child widgets and custom
drawing</refpurpose>
</refnamediv>
<refsect1>
<title>Synopsis</title>
<classsynopsis language="python">
<ooclass><classname>gtk.Layout</classname></ooclass>
<ooclass><classname><link
linkend="class-gtkcontainer">gtk.Container</link></classname></ooclass>
<constructorsynopsis language="python">
<methodname><link
linkend="constructor-gtklayout">gtk.Layout</link></methodname>
<methodparam><parameter
role="keyword">hadjustment</parameter><initializer>None</initializer></methodparam>
<methodparam><parameter
role="keyword">vadjustment</parameter><initializer>None</initializer></methodparam>
</constructorsynopsis>
<methodsynopsis language="python">
<methodname><link
linkend="method-gtklayout--put">put</link></methodname>
<methodparam><parameter
role="keyword">child_widget</parameter></methodparam>
<methodparam><parameter role="keyword">x</parameter></methodparam>
<methodparam><parameter role="keyword">y</parameter></methodparam>
</methodsynopsis>
<methodsynopsis language="python">
<methodname><link
linkend="method-gtklayout--move">move</link></methodname>
<methodparam><parameter
role="keyword">child_widget</parameter></methodparam>
<methodparam><parameter role="keyword">x</parameter></methodparam>
<methodparam><parameter role="keyword">y</parameter></methodparam>
</methodsynopsis>
<methodsynopsis language="python">
<methodname><link
linkend="method-gtklayout--set-size">set_size</link></methodname>
<methodparam><parameter
role="keyword">width</parameter></methodparam>
<methodparam><parameter
role="keyword">height</parameter></methodparam>
</methodsynopsis>
<methodsynopsis language="python">
<methodname><link
linkend="method-gtklayout--get-size">get_size</link></methodname>
<methodparam></methodparam>
</methodsynopsis>
<methodsynopsis language="python">
<methodname><link
linkend="method-gtklayout--get-hadjustment">get_hadjustment</link></methodname>
<methodparam></methodparam> </methodsynopsis>
<methodsynopsis language="python">
<methodname><link
linkend="method-gtklayout--get-vadjustment">get_vadjustment</link></methodname>
<methodparam></methodparam> </methodsynopsis>
<methodsynopsis language="python">
<methodname><link
linkend="method-gtklayout--set-hadjustment">set_hadjustment</link></methodname>
<methodparam><parameter
role="keyword">adjustment</parameter></methodparam>
</methodsynopsis>
<methodsynopsis language="python">
<methodname><link
linkend="method-gtklayout--set-vadjustment">set_vadjustment</link></methodname>
<methodparam><parameter
role="keyword">adjustment</parameter></methodparam>
</methodsynopsis>
<methodsynopsis language="python">
<methodname><link linkend="method-gtklayout--get-bin-window">get_bin_window</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-gtklayout">gtk.Layout</link>
</synopsis>
</refsect1>
<refsect1>
<title>Implemented Interfaces</title>
<para>
<link linkend="class-gtklayout"><classname>gtk.Layout</classname></link>
implements
<link linkend="class-gtkbuildable"><classname>gtk.Buildable</classname></link>
</para>
</refsect1>
<refsect1 id="properties-gtklayout">
<title>gtk.Layout 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>
<blockquote role="properties">
<informaltable pgwide="1" frame="none">
<tgroup cols="3">
<colspec column="1" colwidth="1in"/>
<colspec column="2" colwidth="1in"/>
<colspec column="3" colwidth="4in"/>
<tbody>
<row valign="top">
<entry>"hadjustment"</entry>
<entry>Read-Write</entry>
<entry>The <link
linkend="class-gtkadjustment"><classname>gtk.Adjustment</classname></link>
for the horizontal position.</entry>
</row>
<row valign="top">
<entry>"height"</entry>
<entry>Read-Write</entry>
<entry>the layout height</entry>
</row>
<row valign="top">
<entry>"vadjustment"</entry>
<entry>Read-Write</entry>
<entry>The <link
linkend="class-gtkadjustment"><classname>gtk.Adjustment</classname></link>
for the vertical position.</entry>
</row>
<row valign="top">
<entry>"width"</entry>
<entry>Read-Write</entry>
<entry>the layout width</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</blockquote>
</refsect1>
<refsect1 id="style-properties-gtklayout">
<title>gtk.Layout Style Properties</title>
<para><link linkend="style-properties-gtkwidget">gtk.Widget Style Properties</link></para>
</refsect1>
<refsect1 id="child-properties-gtklayout">
<title>gtk.Layout Child Properties</title>
<blockquote role="properties">
<informaltable pgwide="1" frame="none">
<tgroup cols="3">
<colspec column="1" colwidth="1in"/>
<colspec column="2" colwidth="1in"/>
<colspec column="3" colwidth="4in"/>
<tbody>
<row valign="top">
<entry>"x"</entry>
<entry>Read-Write</entry>
<entry>the X position of the child</entry>
</row>
<row valign="top">
<entry>"y"</entry>
<entry>Read-Write</entry>
<entry>the Y position of the child</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</blockquote>
</refsect1>
<refsect1>
<title>Attributes</title>
<blockquote role="properties">
<informaltable pgwide="1" frame="none">
<tgroup cols="3">
<colspec column="1" colwidth="1in"/>
<colspec column="2" colwidth="1in"/>
<colspec column="3" colwidth="4in"/>
<tbody>
<row valign="top">
<entry>"bin_window"</entry>
<entry>Read</entry>
<entry>the window of a layout to draw into</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</blockquote>
</refsect1>
<refsect1 id="signal-prototypes-gtklayout">
<title>gtk.Layout 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-gtklayout--set-scroll-adjustments">set-scroll-adjustments</link>"</term>
<listitem>
<methodsynopsis
language="python"><methodname>callback</methodname>
<methodparam><parameter>layout</parameter>
</methodparam>
<methodparam><parameter>hadjustment</parameter>
</methodparam>
<methodparam><parameter>vadjustment</parameter>
</methodparam>
<methodparam><parameter>user_param1</parameter>
</methodparam>
<methodparam><parameter>...</parameter>
</methodparam>
</methodsynopsis>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Description</title>
<para>The <link
linkend="class-gtklayout"><classname>gtk.Layout</classname></link> is a
simple container widget similar to the <link
linkend="class-gtkfixed"><classname>gtk.Fixed</classname></link> container
widget. Like the <link
linkend="class-gtkfixed"><classname>gtk.Fixed</classname></link> the <link
linkend="class-gtklayout"><classname>gtk.Layout</classname></link> places a
child widget at a specific position within the container. The <link
linkend="class-gtklayout"><classname>gtk.Layout</classname></link> offers
two features beyond the <link
linkend="class-gtkfixed"><classname>gtk.Fixed</classname></link>
widget:</para>
<itemizedlist>
<listitem>
<simpara>a very large width and height for the container - limited
by the size of an unsigned integer.</simpara>
</listitem>
<listitem>
<simpara>horizontal and vertical adjustments can be specified for
use with scrollbars, etc.</simpara>
</listitem>
</itemizedlist>
<para>The <link
linkend="class-gtklayout"><classname>gtk.Layout</classname></link> can also
be drawn on similar to drawing on a <link
linkend="class-gtkdrawingarea"><classname>gtk.DrawingArea</classname></link>.
When handling expose events on a <link
linkend="class-gtklayout"><classname>gtk.Layout</classname></link>, you must
draw to the window specified by the <literal>bin_window</literal> attribute
rather than the widget <literal>window</literal> attribute.</para>
</refsect1>
<refsect1 id="constructor-gtklayout">
<title>Constructor</title>
<programlisting><constructorsynopsis language="python">
<methodname>gtk.Layout</methodname>
<methodparam><parameter
role="keyword">hadjustment</parameter><initializer>None</initializer></methodparam>
<methodparam><parameter
role="keyword">vadjustment</parameter><initializer>None</initializer></methodparam>
</constructorsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><parameter
role="keyword">hadjustment</parameter> :</term>
<listitem><simpara>horizontal adjustment, or
<literal>None</literal></simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter
role="keyword">vadjustment</parameter> :</term>
<listitem><simpara>vertical adjustment, or
<literal>None</literal></simpara></listitem>
</varlistentry>
<varlistentry>
<term><emphasis>Returns</emphasis> :</term>
<listitem><simpara>a new <link
linkend="class-gtklayout"><classname>gtk.Layout</classname></link></simpara></listitem>
</varlistentry>
</variablelist>
<para>Creates a new <link
linkend="class-gtklayout"><classname>gtk.Layout</classname></link>. Usually
the <parameter>hadjustment</parameter> and
<parameter>vadjustment</parameter> arguments are not specified or are
specified as <literal>None</literal>, so that new adjustments are
created.</para>
</refsect1>
<refsect1>
<title>Methods</title>
<refsect2 id="method-gtklayout--put">
<title>gtk.Layout.put</title>
<programlisting><methodsynopsis language="python">
<methodname>put</methodname>
<methodparam><parameter
role="keyword">child_widget</parameter></methodparam>
<methodparam><parameter role="keyword">x</parameter></methodparam>
<methodparam><parameter role="keyword">y</parameter></methodparam>
</methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><parameter
role="keyword">child_widget</parameter> :</term>
<listitem><simpara>the child widget</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter role="keyword">x</parameter> :</term>
<listitem><simpara>the X position of child
widget</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter role="keyword">y</parameter> :</term>
<listitem><simpara>the Y position of child
widget</simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>put</methodname>() method adds
<parameter>child_widget</parameter> to the layout and places its upper, left
corner at the position specified by <parameter>x</parameter> and
<parameter>y</parameter>.</para>
</refsect2>
<refsect2 id="method-gtklayout--move">
<title>gtk.Layout.move</title>
<programlisting><methodsynopsis language="python">
<methodname>move</methodname>
<methodparam><parameter
role="keyword">child_widget</parameter></methodparam>
<methodparam><parameter role="keyword">x</parameter></methodparam>
<methodparam><parameter role="keyword">y</parameter></methodparam>
</methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><parameter
role="keyword">child_widget</parameter> :</term>
<listitem><simpara>a current child of the
layout</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter role="keyword">x</parameter> :</term>
<listitem><simpara>the X position to move
<parameter>child_widget</parameter> to</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter role="keyword">y</parameter> :</term>
<listitem><simpara>the Y position to move
<parameter>child_widget</parameter> to</simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>move</methodname>() method moves a current child
of the layout (specified by <parameter>child_widget</parameter>) to the new
position specified by <parameter>x</parameter> and <parameter>y</parameter>.
The upper, left corner of <parameter>child_widget</parameter> will be placed
at (<parameter>x</parameter>, <parameter>y</parameter>).</para>
</refsect2>
<refsect2 id="method-gtklayout--set-size">
<title>gtk.Layout.set_size</title>
<programlisting><methodsynopsis language="python">
<methodname>set_size</methodname>
<methodparam><parameter
role="keyword">width</parameter></methodparam>
<methodparam><parameter
role="keyword">height</parameter></methodparam>
</methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><parameter role="keyword">width</parameter> :</term>
<listitem><simpara>width of the layout area</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter role="keyword">height</parameter> :</term>
<listitem><simpara>height of the layout area</simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>set_size</methodname>() method sets the size of
the virtual area of the layout to the values specified by
<parameter>width</parameter> and <parameter>height</parameter>. The "width"
and "height" properties are also set by this method.</para>
</refsect2>
<refsect2 id="method-gtklayout--get-size">
<title>gtk.Layout.get_size</title>
<programlisting><methodsynopsis language="python">
<methodname>get_size</methodname>
<methodparam></methodparam>
</methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><emphasis>Returns</emphasis> :</term>
<listitem><simpara>a tuple containing the width and height set on
<parameter>layout</parameter></simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>get_size</methodname>() method returns a tuple
that contains the width and height of the virtual size that has been set on
the layout. See <link
linkend="method-gtklayout--set-size"><methodname>set_size</methodname>()</link>.</para>
</refsect2>
<refsect2 id="method-gtklayout--get-hadjustment">
<title>gtk.Layout.get_hadjustment</title>
<programlisting><methodsynopsis language="python">
<methodname>get_hadjustment</methodname>
<methodparam></methodparam> </methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><emphasis>Returns</emphasis> :</term>
<listitem><simpara>a horizontal adjustment</simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>get_hadjustment</methodname>() method returns
the value of the "hadjustment" property that contains the horizontal
adjustment object associated with the layout. This function should only be
called after the layout has been placed in a <link
linkend="class-gtkscrolledwindow"><classname>gtk.ScrolledWindow</classname></link>
or has otherwise been configured for scrolling. See <link
linkend="class-gtkscrolledwindow"><classname>gtk.ScrolledWindow</classname></link>,
<link
linkend="class-gtkscrollbar"><classname>gtk.Scrollbar</classname></link>,
<link
linkend="class-gtkadjustment"><classname>gtk.Adjustment</classname></link>
for details.</para>
</refsect2>
<refsect2 id="method-gtklayout--get-vadjustment">
<title>gtk.Layout.get_vadjustment</title>
<programlisting><methodsynopsis language="python">
<methodname>get_vadjustment</methodname>
<methodparam></methodparam> </methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><emphasis>Returns</emphasis> :</term>
<listitem><simpara>a vertical adjustment</simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>get_vadjustment</methodname>() method returns
the "vadjustment" property that contains the vertical adjustment object
associated with the layout. This function should only be called after the
layout has been placed in a <link
linkend="class-gtkscrolledwindow"><classname>gtk.ScrolledWindow</classname></link>
or has otherwise been configured for scrolling. See <link
linkend="class-gtkscrolledwindow"><classname>gtk.ScrolledWindow</classname></link>,
<link
linkend="class-gtkscrollbar"><classname>gtk.Scrollbar</classname></link>,
<link
linkend="class-gtkadjustment"><classname>gtk.Adjustment</classname></link>
for details.</para>
</refsect2>
<refsect2 id="method-gtklayout--set-hadjustment">
<title>gtk.Layout.set_hadjustment</title>
<programlisting><methodsynopsis language="python">
<methodname>set_hadjustment</methodname>
<methodparam><parameter
role="keyword">adjustment</parameter></methodparam>
</methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><parameter
role="keyword">adjustment</parameter> :</term>
<listitem><simpara>a horizontal adjustment</simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>set_hadjustment</methodname>() method sets the
horizontal adjustment for the layout (and the "hadjustment" property) to the
value of <parameter>adjustment</parameter>. See <link
linkend="class-gtkscrolledwindow"><classname>gtk.ScrolledWindow</classname></link>,
<link
linkend="class-gtkscrollbar"><classname>gtk.Scrollbar</classname></link>,
<link
linkend="class-gtkadjustment"><classname>gtk.Adjustment</classname></link>
for details.</para>
</refsect2>
<refsect2 id="method-gtklayout--set-vadjustment">
<title>gtk.Layout.set_vadjustment</title>
<programlisting><methodsynopsis language="python">
<methodname>set_vadjustment</methodname>
<methodparam><parameter
role="keyword">adjustment</parameter></methodparam>
</methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><parameter
role="keyword">adjustment</parameter> :</term>
<listitem><simpara>a vertical adjustment</simpara></listitem>
</varlistentry>
</variablelist>
<para>The <methodname>set_vadjustment</methodname>() method sets the
vertical adjustment for the layout (and the "vadjustment" property) to the
value of <parameter>adjustment</parameter>. See <link
linkend="class-gtkscrolledwindow"><classname>gtk.ScrolledWindow</classname></link>,
<link
linkend="class-gtkscrollbar"><classname>gtk.Scrollbar</classname></link>,
<link
linkend="class-gtkadjustment"><classname>gtk.Adjustment</classname></link>
for details.</para>
</refsect2>
<refsect2 id="method-gtklayout--get-bin-window">
<title>gtk.Layout.get_bin_window</title>
<programlisting><methodsynopsis language="python">
<methodname>get_bin_window</methodname>
<methodparam></methodparam> </methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><emphasis>Returns</emphasis> :</term>
<listitem><simpara>a
<link linkend="class-gdkwindow"><classname>gtk.gdk.Window</classname></link>.
</simpara></listitem>
</varlistentry>
</variablelist>
<note>
<para>This method is available in PyGTK 2.14 and above.</para>
</note>
<para>
The <methodname>get_bin_window</methodname>() method retrieve the bin window
of the layout used for drawing operations.
</para>
</refsect2>
</refsect1>
<refsect1>
<title>Signals</title>
<refsect2 id="signal-gtklayout--set-scroll-adjustments">
<title>The "set-scroll-adjustments" gtk.Layout Signal</title>
<programlisting><methodsynopsis language="python">
<methodname>callback</methodname>
<methodparam><parameter>layout</parameter></methodparam>
<methodparam><parameter>hadjustment</parameter></methodparam>
<methodparam><parameter>vadjustment</parameter></methodparam>
<methodparam><parameter>user_param1</parameter></methodparam>
<methodparam><parameter>...</parameter></methodparam>
</methodsynopsis></programlisting>
<variablelist>
<varlistentry>
<term><parameter>layout</parameter> :</term>
<listitem><simpara>the layout that received the
signal</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter>hadjustment</parameter> :</term>
<listitem><simpara>the horizontal adjustment associated with the
layout.</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter>vadjustment</parameter> :</term>
<listitem><simpara>the horizontal adjustment associated with the
layout.</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter>user_param1</parameter> :</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> :</term>
<listitem><simpara>additional user parameters (if
any)</simpara></listitem>
</varlistentry>
</variablelist>
<para>The "set-scroll-adjustments" signal is emitted when one of the
adjustments associated with a layout is changed.</para>
</refsect2>
</refsect1>
</refentry>
|