Entry.getInnerBorder

gtk.border.Border getInnerBorder()

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

Returns

the entry’s #GtkBorder, or

null if none was set.

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.