Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkBorder |
Struct : | Border |
Properties | Defined By | |
---|---|---|
bottom : gint16
|
Gtk.Border | |
left : gint16
|
Gtk.Border | |
right : gint16
|
Gtk.Border | |
top : gint16
|
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 |
---|---|
EvinceDocument.Document
Method |
EvinceDocument.Document.misc_get_page_border_size
(gint32 page_width, gint32 page_height, Border border)
:
none
|
EvinceDocument.Document
Method |
EvinceDocument.Document.misc_paint_one_page
(Context cr, Widget widget, RectangleInt area, Border border, gboolean highlight, gboolean inverted_colors)
:
none
|
EvinceView.View
Method |
|
Gtk.Entry
Property |
inner_border : Gtk.Border
Sets the text area's border between the text and the frame.
|
Gtk.Entry
Method |
get_inner_border
()
:
Gtk.Border
This function returns the entry's GtkEntry:inner-border property.
|
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.StyleContext
Method |
get_border
(StateFlags state)
:
Gtk.Border
Gets the border for a given state as a GtkBorder.
|
Gtk.StyleContext
Method |
get_margin
(StateFlags state)
:
Gtk.Border
Gets the margin for a given state as a GtkBorder.
|
Gtk.StyleContext
Method |
get_padding
(StateFlags state)
:
Gtk.Border
Gets the padding for a given state as a GtkBorder.
|
Gtk.ThemingEngine
Method |
get_border
(StateFlags state)
:
Gtk.Border
Gets the border for a given state as a GtkBorder.
|
Gtk.ThemingEngine
Method |
get_margin
(StateFlags state)
:
Gtk.Border
Gets the margin for a given state as a GtkBorder.
|
Gtk.ThemingEngine
Method |
get_padding
(StateFlags state)
:
Gtk.Border
Gets the padding for a given state as a GtkBorder.
|