gtk::rc_reparse_all
bool gtk::rc_reparse_all(void); 
    
     Reparses all of an application's rc files if the modification time of any
     of the previously parse files has changed. This will reset the look and
     feel of the application to its original state. Any changes that were made
     to an individual widget's style will be lost.
    
    
     If the files were reread, true is returned.
    
    
     See also: gtk::rc_parse()