Home | History | Annotate | Download | only in libgtk2ui

Lines Matching defs:scrollbar

728                        "scrollbar-slider-prelight-color", &theme_thumb_active,
729 "scrollbar-slider-normal-color", &theme_thumb_inactive,
730 "scrollbar-trough-color", &theme_trough_color,
733 // Ask the theme if the theme specifies all the scrollbar colors and short
746 // Create window containing scrollbar elements
749 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL);
751 gtk_container_add(GTK_CONTAINER(fixed), scrollbar);
753 gtk_widget_realize(scrollbar);
755 // Draw scrollbar thumb part and track into offscreen image
758 GtkStyle* style = gtk_rc_get_style(scrollbar);
768 GTK_SHADOW_OUT, &rect, scrollbar, "slider", 0, 0,
773 scrollbar, "trough-upper", 0, 0, kWidth, kHeight);
786 // located at the edges or in the center of the scrollbar.