Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.Border

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkBorder
Struct : Border
A struct that specifies a border around a rectangular area
that can be of different width on each side.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.Border ()
Create a new Gtk.Border
Create a new Gtk.Border
 
Events
None
Used by These Methods / Signals / Properties
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
get_page_extents (gint32 page, RectangleInt page_area, Border border) : gboolean
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:14:53 GMT+0800 (HKT)