home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / communic / email / Evolution-2.8.2-2.msi / Data1.cab / gtkrc2 < prev    next >
Text File  |  2007-03-07  |  1KB  |  43 lines

  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.  
  4. # disable images in buttons. i've only seen ugly delphi apps use this feature.
  5. gtk-button-images = 0
  6.  
  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"