gbnclientrc
来自「网络战船游戏」· 代码 · 共 35 行
TXT
35 行
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."## style <name> [= <name>]# {# <option># }## widget <widget_set> style <style_name># widget_class <widget_class_set> style <style_name>pixmap_path "."style "texto"{ font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*" fg[NORMAL] = { 0, 0, 0 }# bg_pixmap[NORMAL]="fondo2.xpm"}style "button"{ font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"}style "main_button" = "button"{# fg[PRELIGHT] = { 0.9, 0.9, 0.9 }# bg[PRELIGHT] = { 0, 0.2, 0.75 }# bg_pixmap[NORMAL] = "fondo2.xpm"# bg_pixmap[PRELIGHT] = "fondo2.xpm"}widget_class "*GtkButton*" style "main_button"widget_class "*GtkText" style "texto"widget_class "*GtkMenu*" style "texto"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?