| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-2.0.gir |
| C documentation: | GtkBorder |
| Struct : | Border |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
bottom : Number
|
Gtk.Border | |
|
left : Number
|
Gtk.Border | |
|
right : Number
|
Gtk.Border | |
|
top : Number
|
Gtk.Border | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gtk.Border
()
Create a new Gtk.Border
Create a new Gtk.Border
|
||
|
copy
()
:
Gtk.Border
Copies a GtkBorder structure.
Copies a GtkBorder structure.
|
Gtk.Border | |
|
free
()
:
none
Frees a GtkBorder structure.
Frees a GtkBorder structure.
|
Gtk.Border | |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.Entry
Property |
inner_border : Gtk.Border
Sets the text area's border between the text and the frame.
|
|
Gtk.Entry
Method |
set_inner_border
(Border border)
:
none
Sets entry's inner-border property to border, or clears it if NULL is passed.
|
|
Gtk.Entry
Method |
get_inner_border
()
:
Gtk.Border
This function returns the entry's GtkEntry:inner-border property.
|