Home
last modified time | relevance | path

Searched refs:bg_color_str (Results 1 – 17 of 17) sorted by relevance

/dports/x11/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1/panel-plugin/
H A Dverve-plugin.c59 gchar *bg_color_str; member
512 verve->bg_color_str = g_strdup (""); in verve_plugin_new()
651 const gchar *bg_color_str, in verve_plugin_update_colors() argument
671 if (bg_color_str) { in verve_plugin_update_colors()
672 if (verve->bg_color_str) { in verve_plugin_update_colors()
673 g_free (verve->bg_color_str); in verve_plugin_update_colors()
675 verve->bg_color_str = g_strdup (bg_color_str); in verve_plugin_update_colors()
748 const gchar *bg_color_str = ""; in verve_plugin_read_rc_file() local
791 bg_color_str = xfce_rc_read_entry (rc, "background-color", bg_color_str); in verve_plugin_read_rc_file()
817 verve_plugin_update_colors (NULL, fg_color_str, bg_color_str, base_color_str, verve); in verve_plugin_read_rc_file()
[all …]
/dports/japanese/scim-anthy/scim-anthy-1.2.7/src/
H A Dscim_anthy_color_button.cpp446 gchar fg_color_str[8], bg_color_str[8]; in scim_anthy_color_button_get_colors() local
453 g_snprintf (bg_color_str, G_N_ELEMENTS (bg_color_str), in scim_anthy_color_button_get_colors()
459 *bg_value = String (bg_color_str); in scim_anthy_color_button_get_colors()
/dports/x11/stalonetray/stalonetray-0.8.3/src/
H A Dsettings.h41 char *bg_color_str; /* Background color name */ member
H A Dsettings.c39 settings.bg_color_str = "gray"; in init_default_settings()
420 …{"-bg", "--background", "background", {&settings.bg_color_str}, (param_parser_t) &parse_copystr, 1…
811 if (!x11_parse_color(tray_data.dpy, settings.bg_color_str, &settings.bg_color)) in interpret_settings()
812 DIE(("Could not parse background color \"%s\"\n", settings.bg_color_str)); in interpret_settings()
817 DIE(("Could not parse scrollbars highlight color \"%s\"\n", settings.bg_color_str)); in interpret_settings()
918 LOG_TRACE(("bg_color_str = \"%s\"\n", settings.bg_color_str)); in read_settings()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dbox.c569 char color_str[40], bg_color_str[40], *s, width_spec[40]; local
578 s = ParseStr(s, (int)',', bg_color_str, sizeof(bg_color_str));
H A Doval.c772 char color_str[40], bg_color_str[40], *s, width_spec[40]; local
781 s = ParseStr(s, (int)',', bg_color_str, sizeof(bg_color_str));
H A Ddup.c154 memcpy(ToObjPtr->bg_color_str, FromObjPtr->bg_color_str,
155 sizeof(ToObjPtr->bg_color_str));
H A Drcbox.c763 char color_str[40], bg_color_str[40], *s, msg[MAXSTRING], width_spec[40]; local
773 s = ParseStr(s, (int)',', bg_color_str, sizeof(bg_color_str));
H A Dtypes.h91 char bg_color_str[40]; /* copy of the color name in file */ member
H A Dpoly.c3434 memcpy(topObj->bg_color_str, obj_ptr->bg_color_str,
3435 sizeof(obj_ptr->bg_color_str));
3467 memcpy(topObj->bg_color_str, obj_ptr->bg_color_str,
3468 sizeof(obj_ptr->bg_color_str));
5102 char color_str[40], bg_color_str[40], *s, inbuf[MAXSTRING+1]; local
5118 s = ParseStr(s, (int)',', bg_color_str, sizeof(bg_color_str));
H A Darc.c1819 char color_str[40], bg_color_str[40], * s; local
1832 s = ParseStr(s, (int)',', bg_color_str, sizeof(bg_color_str));
H A Dtext.c5043 char color_str[40], bg_color_str[40], *s, *c_ptr, font_str[MAXSTRING]; local
5463 if (GETSTR("text", bg_color_str, "bg_color_str") == INVALID) {
5466 } else if (*bg_color_str == '[') {
5467 *bg_color_str = '\0';
5468 } else if (*bg_color_str == '\'') {
5469 UtilRemoveQuotes(bg_color_str);
H A Dpolygon.c2092 char color_str[40], bg_color_str[40], *s, inbuf[MAXSTRING]; local
2106 s = ParseStr(s, (int)',', bg_color_str, sizeof(bg_color_str));
H A Dfile.c3689 char *s=FindChar((int)'(', Inbuf), fg_color_str[40], bg_color_str[40]; local
3692 s = ParseStr(s, (int)')', bg_color_str, sizeof(bg_color_str));
3694 UtilTrimBlanks(bg_color_str);
3703 bg_color_index = QuickFindColorIndex(NULL, bg_color_str, &new_alloc,
3707 bg_color_str, defaultBgColorStr);
3710 strcpy(defaultBgColorStr, bg_color_str);
H A Dxbitmap.c5900 char color_str[40], bg_color_str[40], *s, inbuf[MAXSTRING], *c_ptr; local
5919 s = ParseStr(s, (int)',', bg_color_str, sizeof(bg_color_str));
/dports/x11/lilyterm/LilyTerm-0.9.9.4/src/
H A Dprofile.c1157 …gchar *fg_color_str = NULL, *bg_color_str = NULL, *color_theme_str = NULL, *cursor_color_str = NUL… in get_user_settings() local
1248bg_color_str = check_string_value(keyfile, "main", "background_color", DEFAULT_BACKGROUND_COLOR, F… in get_user_settings()
1661 …check_color_value ("foreground_color", bg_color_str, &(bg_color), &(system_color_theme[win_data->c… in get_user_settings()
1668 g_free(bg_color_str); in get_user_settings()
/dports/www/links/links-2.25/
H A Dmenu.c3260 static unsigned char bg_color_str[7]; variable
3274 G_BFU_BG_COLOR = (int)strtol(cast_const_char bg_color_str, NULL, 16); in refresh_misc()
3421 snprintf(cast_char bg_color_str,7,"%06x",(unsigned) G_BFU_BG_COLOR); in miscelaneous_options()
3456 d->items[a].data = bg_color_str; in miscelaneous_options()