Function
GtkSymbolicColornew_win32
deprecated: 3.8 since: 3.4
Declaration [src]
GtkSymbolicColor*
gtk_symbolic_color_new_win32 (
const gchar* theme_class,
gint id
)
Description [src]
Creates a symbolic color based on the current win32 theme.
Note that while this call is available on all platforms the actual value returned is not reliable on non-win32 platforms.
Available since: 3.4
Deprecated since: 3.8
GtkSymbolicColor
is deprecated.
Parameters
theme_class
-
Type:
const gchar*
The theme class to pull color from.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. id
-
Type:
gint
The color id.
Return value
Type: GtkSymbolicColor
A newly created GtkSymbolicColor
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |