home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Communiquer / Gaim / gaim-1.5.0.exe / $R0 / share / themes / Default / gtk-2.0 / gtkrc.gtkwimp < prev    next >
Text File  |  2005-07-28  |  1KB  |  38 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 = 1
  27.   
  28.   GOComboBox::add_tearoffs = 0
  29.  
  30.   GtkTreeView::allow-rules = 0
  31.   GtkTreeView::expander-size = 12
  32.  
  33.   engine "wimp" 
  34.   {
  35.   }
  36. }
  37. class "*" style "msw-default"
  38.