Entry.getInnerBorder

Warning gtk_entry_get_inner_border has been deprecated since version 3.4 and should not be used in newly-written code. Use the standard border and padding CSS properties (through objects like GtkStyleContext and GtkCssProvider); the value returned by this function is ignored by GtkEntry. This function returns the entry's "inner-border" property. See gtk_entry_set_inner_border() for more information. Since 2.10

class Entry
getInnerBorder
()

Return Value

Type: Border

the entry's GtkBorder, or NULL if none was set. [transfer none]

Meta