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

41 lines
1.1 KiB
Plaintext
Raw Normal View History

2005-06-03 19:54:03 +00:00
gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
gtk-toolbar-icon-size = small-toolbar
# disable images in buttons. i've only seen ugly delphi apps use this feature.
gtk-button-images = 0
# enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
# the office apps use them heavily, though.
gtk-menu-images = 1
# use the win32 button ordering instead of the GNOME HIG one, where applicable
gtk-alternative-button-order = 1
2003-11-05 21:19:13 +00:00
2004-03-20 11:42:30 +00:00
style "msw-default"
2003-03-18 20:05:10 +00:00
{
2005-06-03 19:54:03 +00:00
GtkWidget::interior-focus = 1
GtkOptionMenu::indicator-size = { 9, 5 }
GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
2003-03-18 20:05:10 +00:00
GtkSpinButton::shadow-type = in
2005-06-03 19:54:03 +00:00
# Owen and I disagree that these should be themable
#GtkUIManager::add-tearoffs = 0
#GtkComboBox::add-tearoffs = 0
GtkComboBox::appears-as-list = 1
GtkComboBox::focus-on-click = 1
2003-11-05 21:19:13 +00:00
2005-06-03 19:54:03 +00:00
GOComboBox::add_tearoffs = 0
GtkTreeView::allow-rules = 0
GtkTreeView::expander-size = 12
2005-08-01 15:29:54 +00:00
# see bug 168326
GtkScrolledWindow::scrollbar_spacing = 0
2004-05-21 19:02:59 +00:00
engine "wimp"
2003-03-18 20:05:10 +00:00
{
}
}
2004-03-20 11:42:30 +00:00
class "*" style "msw-default"