You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

67 lines
1.8 KiB

  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
  3. # disable images in buttons. i've only seen ugly delphi apps use this feature.
  4. gtk-button-images = 0
  5. # enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
  6. # the office apps use them heavily, though.
  7. gtk-menu-images = 1
  8. # use the win32 button ordering instead of the GNOME HIG one, where applicable
  9. gtk-alternative-button-order = 1
  10. # use the win32 sort indicators direction, as in Explorer
  11. gtk-alternative-sort-arrows = 1
  12. # Windows users don't expect the PC Speaker beeping at them when they backspace in an empty textview and stuff like that
  13. gtk-error-bell = 0
  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. # Owen and I disagree that these should be themable
  21. #GtkUIManager::add-tearoffs = 0
  22. #GtkComboBox::add-tearoffs = 0
  23. GtkComboBox::appears-as-list = 1
  24. GtkComboBox::focus-on-click = 0
  25. GOComboBox::add_tearoffs = 0
  26. GtkTreeView::allow-rules = 0
  27. GtkTreeView::expander-size = 12
  28. GtkExpander::expander-size = 12
  29. GtkScrolledWindow::scrollbar_spacing = 1
  30. GtkSeparatorMenuItem::horizontal-padding = 2
  31. engine "wimp"
  32. {
  33. }
  34. }
  35. class "*" style "msw-default"
  36. binding "ms-windows-tree-view"
  37. {
  38. bind "Right" { "expand-collapse-cursor-row" (1,1,0) }
  39. bind "Left" { "expand-collapse-cursor-row" (1,0,0) }
  40. }
  41. class "GtkTreeView" binding "ms-windows-tree-view"
  42. style "msw-combobox-thickness" = "msw-default"
  43. {
  44. xthickness = 0
  45. ythickness = 0
  46. }
  47. widget_class "*TreeView*ComboBox*" style "msw-combobox-thickness"
  48. widget_class "*ComboBox*GtkFrame*" style "msw-combobox-thickness"