gtk/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc
2003-08-26 21:53:30 +00:00

28 lines
589 B
Plaintext
Executable File

style "wimp-default"
{
GtkWidget::interior_focus = 1
GtkOptionMenu::indicator_size = { 9, 5 }
GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
GtkMenuBar::shadow-type = etched-in
GtkToolBar::shadow-type = etched-in
GtkHandleBox::shadow-type = none
GtkSpinButton::shadow-type = in
GtkTreeView::allow-rules = 0
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
}
class "GtkScrollbar" style "wimp-scrollbar"