Entry.getInnerBorder

This function returns the entry’s #GtkEntry:inner-border property. See gtk.entry.Entry.setInnerBorder for more information.

More...
class Entry
getInnerBorder
()

Return Value

Type: gtk.border.Border

the entry’s #GtkBorder, or null if none was set.

Detailed Description

Deprecated: Use the standard border and padding CSS properties (through objects like #GtkStyleContext and #GtkCssProvider); the value returned by this function is ignored by #GtkEntry.