⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gtkrc

📁 This GTK+ version 2.12.3. GTK+ is a multi-platform toolkit for creating graphical user interfaces.
💻
字号:
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 applicablegtk-alternative-button-order = 1# use the win32 sort indicators direction, as in Explorergtk-alternative-sort-arrows = 1# Windows users don't expect the PC Speaker beeping at them when they backspace in an empty textview and stuff like thatgtk-error-bell = 0style "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  GtkExpander::expander-size = 12  GtkScrolledWindow::scrollbar_spacing = 1  GtkSeparatorMenuItem::horizontal-padding = 2  engine "wimp"   {  }}class "*" style "msw-default"binding "ms-windows-tree-view"{  bind "Right" { "expand-collapse-cursor-row" (1,1,0) }  bind "Left" { "expand-collapse-cursor-row" (1,0,0) }}class "GtkTreeView" binding "ms-windows-tree-view"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -