Changeset 2940 for libpipi/trunk/win32/dist/etc/gtk-2.0/gtkrc
- Timestamp:
- 10/13/08 01:42:46 (5 years ago)
- File:
-
- 1 edited
-
libpipi/trunk/win32/dist/etc/gtk-2.0/gtkrc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/win32/dist/etc/gtk-2.0/gtkrc
r2893 r2940 1 gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32" 2 gtk-toolbar-icon-size = small-toolbar 1 gtk-theme-name = "MS-Windows" 3 2 4 # disable images in buttons. i've only seen ugly delphi apps use this feature. 5 gtk-button-images = 0 3 style "rules-hint" 4 { 5 GtkTreeView::allow-rules = 1 6 } 6 7 7 # enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly. 8 # the office apps use them heavily, though. 9 gtk-menu-images = 1 10 11 # use the win32 button ordering instead of the GNOME HIG one, where applicable 12 gtk-alternative-button-order = 1 13 14 style "msw-default" 15 { 16 GtkWidget::interior-focus = 1 17 GtkOptionMenu::indicator-size = { 9, 5 } 18 GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 } 19 GtkSpinButton::shadow-type = in 20 21 # Owen and I disagree that these should be themable 22 #GtkUIManager::add-tearoffs = 0 23 #GtkComboBox::add-tearoffs = 0 24 25 GtkComboBox::appears-as-list = 1 26 GtkComboBox::focus-on-click = 0 27 28 GOComboBox::add_tearoffs = 0 29 30 GtkTreeView::allow-rules = 0 31 GtkTreeView::expander-size = 12 32 33 GtkExpander::expander-size = 12 34 35 GtkScrolledWindow::scrollbar_spacing = 1 36 37 GtkSeparatorMenuItem::horizontal-padding = 2 38 39 engine "wimp" 40 { 41 } 42 } 43 class "*" style "msw-default" 8 class "*" style "rules-hint"
Note: See TracChangeset
for help on using the changeset viewer.
