GtkTable::attach_defaultsGtkTable::attach_defaultsvoid attach_defaults(
GtkWidget
widget
, int left_attach, int right_attach, int top_attach, int bottom_attach);
The extra four parameters in
attach() are all optional in
PHP-GTK, rendering this method unnecessary.
|
|