gtk/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc

25 lines
478 B
Plaintext
Raw Normal View History

2003-03-18 20:05:10 +00:00
style "wimp-default"
{
GtkWidget::interior_focus = 1
GtkOptionMenu::indicator_size = { 9, 5 }
GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
GtkSpinButton::shadow-type = in
2003-08-20 00:18:54 +00:00
GtkTreeView::allow-rules = 0
2003-03-18 20:05:10 +00:00
engine "wimp"
{
}
}
class "GtkWidget" style "wimp-default"
style "wimp-scrollbar"
{
GtkRange::trough_border = 0
GtkRange::slider_width = 15
GtkRange::stepper_size = 15
GtkRange::stepper_spacing = 0
}
2003-08-23 09:21:06 +00:00
class "GtkScrollbar" style "wimp-scrollbar"