home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / etc / gtk-2.0 / gtkrc < prev    next >
Encoding:
Text File  |  2011-08-14  |  1.2 KB  |  47 lines

  1. gtk-icon-sizes = "gtk-menu=16,16:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32:inkscape-decoration=16,16"
  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. # disable the annoying beep in editable controls
  8. gtk-error-bell = 0
  9.  
  10. # enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
  11. # the office apps use them heavily, though.
  12. gtk-menu-images = 1
  13.  
  14. # use the win32 button ordering instead of the GNOME HIG one, where applicable
  15. gtk-alternative-button-order = 1
  16.  
  17. style "msw-default"
  18. {
  19. GtkWidget::interior-focus = 1
  20. GtkOptionMenu::indicator-size = { 9, 5 }
  21. GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
  22. GtkSpinButton::shadow-type = in
  23.  
  24. # Owen and I disagree that these should be themable
  25. #GtkUIManager::add-tearoffs = 0
  26. #GtkComboBox::add-tearoffs = 0
  27.  
  28. GtkComboBox::appears-as-list = 1
  29. GtkComboBox::focus-on-click = 0
  30.  
  31. GOComboBox::add_tearoffs = 0
  32.  
  33. GtkTreeView::allow-rules = 0
  34. GtkTreeView::expander-size = 12
  35.  
  36. GtkExpander::expander-size = 12
  37.  
  38. GtkScrolledWindow::scrollbar_spacing = 1
  39.  
  40. GtkSeparatorMenuItem::horizontal-padding = 2
  41.  
  42. engine "wimp"
  43. {
  44. }
  45. }
  46. class "*" style "msw-default"
  47.