Gtk.SymbolicColor.new_win32

function new_win32(theme_class:String, id:Number):Gtk.SymbolicColor {
    // Gjs wrapper for gtk_symbolic_color_new_win32()
}

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.

Since 3.4

theme_class

The theme class to pull color from

id

The color id

Returns

A newly created Gtk.SymbolicColor