| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkAttachOptions |
| Enum : | AttachOptions |
| Properties | |
|---|---|
|
guint32 Gtk.AttachOptions.EXPAND : 1
|
|
|
guint32 Gtk.AttachOptions.FILL : 4
|
|
|
guint32 Gtk.AttachOptions.SHRINK : 2
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.Table
Method |
attach
(Widget child, guint32 left_attach, guint32 right_attach, guint32 top_attach, guint32 bottom_attach, AttachOptions xoptions, AttachOptions yoptions, guint32 xpadding, guint32 ypadding)
:
none
|