Home | History | Annotate | Download | only in libgtk2ui

Lines Matching defs:scrollbar

725                        "scrollbar-slider-prelight-color", &theme_thumb_active,
726 "scrollbar-slider-normal-color", &theme_thumb_inactive,
727 "scrollbar-trough-color", &theme_trough_color,
730 // Ask the theme if the theme specifies all the scrollbar colors and short
743 // Create window containing scrollbar elements
746 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL);
748 gtk_container_add(GTK_CONTAINER(fixed), scrollbar);
750 gtk_widget_realize(scrollbar);
752 // Draw scrollbar thumb part and track into offscreen image
755 GtkStyle* style = gtk_rc_get_style(scrollbar);
765 GTK_SHADOW_OUT, &rect, scrollbar, "slider", 0, 0,
770 scrollbar, "trough-upper", 0, 0, kWidth, kHeight);
783 // located at the edges or in the center of the scrollbar.