Method
GtkThemingEngineget_padding
deprecated: 3.14 since: 3.0
Declaration [src]
void
gtk_theming_engine_get_padding (
GtkThemingEngine* engine,
GtkStateFlags state,
GtkBorder* padding
)
Description [src]
Gets the padding for a given state as a GtkBorder
.
Available since: 3.0
Deprecated since: 3.14
Please do not use it in newly written code.
Parameters
state
-
Type:
GtkStateFlags
State to retrieve the padding for.
padding
-
Type:
GtkBorder
Return value for the padding settings.
The argument will be set by the function. The returned data is owned by the instance.