RcStyle.addDefaultFile

Warning gtk_rc_add_default_file has been deprecated since version 3.0 and should not be used in newly-written code. Use GtkStyleContext with a custom GtkStyleProvider instead Adds a file to the list of files to be parsed at the end of gtk_init().

class RcStyle
deprecated static
void
addDefaultFile
(
string filename
)

Parameters

filename string

the pathname to the file. If filename is not absolute, it is searched in the current directory. [type filename]

Meta