Method

GtkThemingEngineget_font

deprecated: 3.8 since: 3.0

Declaration [src]

const PangoFontDescription*
gtk_theming_engine_get_font (
  GtkThemingEngine* engine,
  GtkStateFlags state
)

Description [src]

Returns the font description for a given state.

Available since: 3.0

Deprecated since: 3.8

Use gtk_theming_engine_get()

Parameters

state

Type: GtkStateFlags

State to retrieve the font for.

Return value

Type: PangoFontDescription

The PangoFontDescription for the given state. This object is owned by GTK+ and should not be freed.

The returned data is owned by the instance.