Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.Grid

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkGrid
Class : Grid
Implements: Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
Extends: Gtk.Container
GtkGrid is a container which arranges its child widgets in
rows and columns. It is a very similar to GtkTable and GtkBox,
but it consistently uses GtkWidget's GtkWidget:margin and GtkWidget:expand
properties instead of custom child properties, and it fully supports
height-for-width geometry management.
Children are added using gtk_grid_attach(). They can span multiple
rows or columns. It is also possible to add a child next to an
existing child, using gtk_grid_attach_next_to().
GtkGrid can be used like a GtkBox by just using gtk_container_add(),
which will place children next to each other in the direction determined
by the GtkOrientable:orientation property.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties- Nowhere other than here
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:12:48 GMT+0800 (HKT)