home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / Dia_0.94 / dia-setup-0.94.exe / gtkrc < prev    next >
Encoding:
Text File  |  2004-05-21  |  582 b   |  22 lines

  1. # TODO: we should probably obtain these from a Win32 IconMetrics struct
  2. gtk-icon-sizes="gtk-menu=12,12:gtk-small-toolbar=12,12:gtk-large-toolbar=16,16:gtk-dnd=32,32"
  3.  
  4. style "msw-default"
  5. {
  6.   GtkWidget::interior_focus = 1
  7.   GtkOptionMenu::indicator_size = { 9, 5 }
  8.   GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
  9.   GtkMenuBar::shadow-type = none
  10.   GtkToolbar::shadow-type = etched-in
  11.   GtkHandleBox::shadow-type = none
  12.   GtkSpinButton::shadow-type = in
  13.  
  14.   GtkTreeView::allow-rules = 0
  15.   GtkTreeView::expander_size = 11
  16.   
  17.   engine "wimp" 
  18.   {
  19.   }
  20. }
  21. class "*" style "msw-default"
  22.