testgtkrc2

来自「gtk是linux一款强大的夸平台的图形化开发工具」· 代码 · 共 22 行

TXT
22
字号
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."## include "rc-file"## style <name> [= <name>]# {#   <option># }## widget <widget_set> style <style_name># widget_class <widget_class_set> style <style_name># this file gets included from testgtkrcstyle 'main_buttons' = 'button'{  font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"  bg[PRELIGHT] = { 0, 0, 0.75 }}widget "main window.*GtkButton*" style "main_buttons"

⌨️ 快捷键说明

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