gtkrc
来自「linux下电话本所依赖的一些图形库」· 代码 · 共 43 行
TXT
43 行
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 = 1style "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 = 1 GOComboBox::add_tearoffs = 0 GtkTreeView::allow-rules = 0 GtkTreeView::expander-size = 12 # etched-in is closer to how Win32's explorer.exe does things, but it makes apps with # multiple toolbars or a menubar and a toolbar look like garbage GtkToolbar::shadow-type = out GtkHandleBox::shadow-type = out engine "wimp" { }}class "*" style "msw-default"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?