get_inner_border


Description:

[ Version ( deprecated = true , deprecated_since = "3.4" , since = "2.10" ) ]
public unowned Border? get_inner_border ()

Warning: get_inner_border is deprecated since 3.4.

This function returns the entry’s inner_border property.

Note:

Use the standard border and padding CSS properties (through objects like StyleContext and CssProvider); the value returned by this function is ignored by Entry.

See set_inner_border for more information.

Parameters:

this

a Entry

Returns:

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