Method
GtkStyleContextget_border_color
deprecated: 3.16 since: 3.0
Declaration [src]
void
gtk_style_context_get_border_color (
GtkStyleContext* context,
GtkStateFlags state,
GdkRGBA* color
)
Description [src]
Gets the border color for a given state.
Available since: 3.0
Deprecated since: 3.16
Use gtk_render_frame() instead.
Parameters
state-
Type:
GtkStateFlagsState to retrieve the color for.
color-
Type:
GdkRGBAReturn value for the border color.
The argument will be set by the function. The returned data is owned by the instance.