Method

GtkEntryget_inner_border

deprecated: 3.4 since: 2.10

Declaration [src]

const GtkBorder*
gtk_entry_get_inner_border (
  GtkEntry* entry
)

Description [src]

This function returns the entry’s GtkEntry:inner-border property. See gtk_entry_set_inner_border() for more information.

Available since: 2.10

Deprecated since: 3.4

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

Gets propertyGtk.Entry:inner-border

Return value

Type: GtkBorder

The entry’s GtkBorder, or NULL if none was set.

The returned data is owned by the instance.
The return value can be NULL.