/* GNOME Configurator Copyright (C) 2002-2004 Mads Villadsen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ void modify_gtkrc (char *gtkrc_fname, gboolean apply_widget_colors); void gtkrc_apply_changes (); int get_scrollbar_slider_length (char *scrollbar_fname); gboolean get_scrollbar_has_backward_stepper (char *scrollbar_fname); gboolean get_scrollbar_has_secondary_backward_stepper (char *scrollbar_fname); void write_scrollbar_gtkrc (char *scrollbar_fname, int slider_length, gboolean has_backward_stepper, gboolean has_secondary_backward_stepper); gboolean get_enable_colors (char *gtkrc_fname); char *get_widget_color (char *widget_fname, char *color_name); void write_widget_gtkrc (char *widget_fname, char *fgNORMAL, char *fgACTIVE, char *fgPRELIGHT, char *fgSELECTED, char* fgINSENSITIVE, char *bgNORMAL, char *bgACTIVE, char *bgPRELIGHT, char *bgSELECTED, char* bgINSENSITIVE, char *baseNORMAL, char *baseACTIVE, char *basePRELIGHT, char *baseSELECTED, char* baseINSENSITIVE, char *textNORMAL, char *textACTIVE, char *textPRELIGHT, char *textSELECTED, char* textINSENSITIVE);