RcStyle.setDefaultFiles

Warning gtk_rc_set_default_files has been deprecated since version 3.0 and should not be used in newly-written code. Use GtkStyleContext with a custom GtkStyleProvider instead Sets the list of files that GTK+ will read at the end of gtk_init().

class RcStyle
deprecated static
void
setDefaultFiles
(
string[] filenames
)

Parameters

filenames string[]

A NULL-terminated list of filenames. [array zero-terminated=1][element-type filename]

Meta