GtkTableChild

GtkTableChild

Helper class for GtkTable.

Object Hierarchy

Direct subclasses

None.

Description

A GtkTableChild is an array of information about a GtkTable's child, which is itself stacked in the array that makes up the table's children property.

Accessing these properties is therefore a two-tiered process:

Properties

widget:
  The child widget.
left_attach:
  Leftmost anchor.
right_attach:
  Rightmost anchor.
top_attach:
  Upper anchor.
bottom_attach:
  Base anchor.
xpadding:
  Padding to left and right.
ypadding:
  Padding to top and bottom.
xexpand:
  Child expansion left to right.
yexpand:
  Child expansion top to bottom.
xshrink:
  Child shrink left to right.
yshrink:
  Child shrink top to bottom.
xfill:
  Child fill left to right.
yfill:
  Child fill top to bottom.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.