mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-20 10:20:09 +00:00
cca151bab7
2006-01-28 Dom Lachowicz <cinamod@hotmail.com> * modules/engines/ms-windows/msw-style.c: Re-sync with gtk-wimp * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
54 lines
1.4 KiB
Plaintext
Executable File
54 lines
1.4 KiB
Plaintext
Executable File
gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
|
|
gtk-toolbar-icon-size = small-toolbar
|
|
|
|
# disable images in buttons. i've only seen ugly delphi apps use this feature.
|
|
gtk-button-images = 0
|
|
|
|
# enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
|
|
# the office apps use them heavily, though.
|
|
gtk-menu-images = 1
|
|
|
|
# use the win32 button ordering instead of the GNOME HIG one, where applicable
|
|
gtk-alternative-button-order = 1
|
|
|
|
style "msw-default"
|
|
{
|
|
GtkWidget::interior-focus = 1
|
|
GtkOptionMenu::indicator-size = { 9, 5 }
|
|
GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
|
|
GtkSpinButton::shadow-type = in
|
|
|
|
# Owen and I disagree that these should be themable
|
|
#GtkUIManager::add-tearoffs = 0
|
|
#GtkComboBox::add-tearoffs = 0
|
|
|
|
GtkComboBox::appears-as-list = 1
|
|
GtkComboBox::focus-on-click = 0
|
|
|
|
GOComboBox::add_tearoffs = 0
|
|
|
|
GtkTreeView::allow-rules = 0
|
|
GtkTreeView::expander-size = 12
|
|
|
|
GtkScrolledWindow::scrollbar_spacing = 1
|
|
|
|
engine "wimp"
|
|
{
|
|
}
|
|
}
|
|
class "*" style "msw-default"
|
|
|
|
style "msw-combobox-toggle" = "msw-default"
|
|
{
|
|
xthickness = 0
|
|
ythickness = 0
|
|
GtkButton::default-border = { 0, 0, 0, 0 }
|
|
GtkButton::default-outside-border = { 0, 0, 0, 0 }
|
|
GtkButton::child-displacement-x = 0
|
|
GtkButton::child-displacement-y = 0
|
|
GtkWidget::focus-padding = 0
|
|
GtkWidget::focus-line-width = 0
|
|
}
|
|
widget_class "*ComboBox*ToggleButton*" style "msw-combobox-toggle"
|
|
|