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

📄 gtkrc

📁 《Linux程序设计权威指南》源代码
💻
📖 第 1 页 / 共 2 页
字号:
  bg[INSENSITIVE] = { 0.80, 0.75, 0.70 }  engine "pixmap"   {    image       {        function        = BOX	recolorable     = TRUE	detail          = "slider"	state           = PRELIGHT	file            = "scrollbar_horiz1.png"	border          = { 13, 13, 2, 2 }	stretch         = TRUE	overlay_file    = "scrollbar_thumb2.png"	overlay_border  = { 1, 1, 1, 1 }	overlay_stretch = FALSE	orientation     = HORIZONTAL      }    image       {        function        = BOX	recolorable     = TRUE	detail          = "slider"	state           = NORMAL	file            = "scrollbar_horiz1.png"	border          = { 13, 13, 2, 2 }	stretch         = TRUE	overlay_file    = "scrollbar_thumb.png"	overlay_border  = { 1, 1, 1, 1 }	overlay_stretch = FALSE	orientation     = HORIZONTAL      }    image       {        function        = BOX	recolorable     = TRUE	detail          = "slider"	state           = PRELIGHT	file            = "scrollbar_vert1.png"	border          = { 2, 2, 13, 13 }	stretch         = TRUE	overlay_file    = "scrollbar_thumb2.png"	overlay_border  = { 0, 0, 0, 0 }	overlay_stretch = FALSE	orientation     = VERTICAL      }    image       {        function        = BOX	recolorable     = TRUE	detail          = "slider"	file            = "scrollbar_vert1.png"	border          = { 2, 2, 13, 13 }	stretch         = TRUE	overlay_file    = "scrollbar_thumb.png"	overlay_border  = { 0, 0, 0, 0 }	overlay_stretch = FALSE	orientation     = VERTICAL      }## Any trough....#    image       {        function        = BOX	recolorable     = TRUE	detail          = "trough"	file            = "trough.png"	border          = { 3, 3, 3, 3 }	stretch         = TRUE      }## Handlebox#    image       {        function        = BOX	recolorable     = TRUE	detail          = "handlebox_bin"	file            = "ruler_horiz.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE      }## Paned widget#    image       {        function        = BOX	recolorable     = TRUE	detail          = "paned"	file            = "button5.png"	border          = { 3, 3, 3, 3 }	stretch         = TRUE      }## Tooltips#    image       {        function        = FLAT_BOX	recolorable     = TRUE	detail          = "tooltip"	file            = "button5.png"	border          = { 3, 3, 3, 3 }	stretch         = TRUE      }#      # Selected text in entries, text widget, lists and trees      #    image       {        function        = FLAT_BOX	recolorable     = TRUE	state           = INSENSITIVE	detail          = "selected"	file            = "button5.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE      }    image       {        function        = FLAT_BOX	recolorable     = TRUE	detail          = "selected"	file            = "button7.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE      }    image       {        function        = FLAT_BOX	recolorable     = TRUE	state           = INSENSITIVE	detail          = "text"	file            = "button5.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE      }    image       {        function        = FLAT_BOX	recolorable     = TRUE	detail          = "text"	file            = "bg2.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE      }    image       {        function        = FLAT_BOX	recolorable     = TRUE	detail          = "viewportbin"	file            = "bg2.png"	stretch         = FALSE      }## Arrows for all occasions#    image       {        function        = ARROW	recolorable     = TRUE	state           = NORMAL	file            = "arrow_up1.png"	stretch         = TRUE	arrow_direction = UP      }    image       {        function        = ARROW	recolorable     = TRUE	state           = PRELIGHT	file            = "arrow_up2.png"	stretch         = TRUE	arrow_direction = UP      }    image       {        function        = ARROW	recolorable     = TRUE        shadow          = IN	file            = "arrow_up3.png"	stretch         = TRUE	arrow_direction = UP      }    image       {        function        = ARROW	recolorable     = TRUE	state           = NORMAL	file            = "arrow_down1.png"	stretch         = TRUE	arrow_direction = DOWN      }    image       {        function        = ARROW	recolorable     = TRUE	state           = PRELIGHT	file            = "arrow_down2.png"	stretch         = TRUE	arrow_direction = DOWN      }    image       {        function        = ARROW	recolorable     = TRUE        shadow          = IN	file            = "arrow_down3.png"	stretch         = TRUE	arrow_direction = DOWN      }    image       {        function        = ARROW	recolorable     = TRUE	state           = NORMAL	file            = "arrow_left1.png"	stretch         = TRUE	arrow_direction = LEFT      }    image       {        function        = ARROW	recolorable     = TRUE	state           = PRELIGHT	file            = "arrow_left2.png"	stretch         = TRUE	arrow_direction = LEFT      }    image       {        function        = ARROW	recolorable     = TRUE        shadow          = IN	file            = "arrow_left3.png"	stretch         = TRUE	arrow_direction = LEFT      }    image       {        function        = ARROW	recolorable     = TRUE	state           = NORMAL	file            = "arrow_right1.png"	stretch         = TRUE	arrow_direction = RIGHT      }    image       {        function        = ARROW	recolorable     = TRUE	state           = PRELIGHT	file            = "arrow_right2.png"	stretch         = TRUE	arrow_direction = RIGHT      }    image       {        function        = ARROW	recolorable     = TRUE        shadow          = IN	file            = "arrow_right3.png"	stretch         = TRUE	arrow_direction = RIGHT      }## Hline and Vline widgets#    image       {        function        = HLINE	recolorable     = TRUE	file            = "hline.png"	border          = { 0, 0, 1, 1 }	stretch         = TRUE      }    image       {        function        = VLINE	recolorable     = TRUE	file            = "vline.png"	border          = { 1, 1, 0, 0 }	stretch         = TRUE      }## Check marks#    image       {        function        = CHECK	recolorable     = TRUE	shadow          = OUT	overlay_file    = "check1.png"	overlay_stretch = FALSE      }    image       {        function        = CHECK	recolorable     = TRUE	shadow          = IN	overlay_file    = "check2.png"	overlay_stretch = FALSE      }## Option marks#    image       {        function        = OPTION	recolorable     = TRUE	shadow          = OUT	overlay_file    = "option1.png"	overlay_border  = { 0, 0, 0, 0 }	overlay_stretch = FALSE      }    image       {        function        = OPTION	recolorable     = TRUE	shadow          = IN	overlay_file    = "option2.png"	overlay_border  = { 0, 0, 0, 0 }	overlay_stretch = FALSE      }## The "tab" on the OptionMenu#    image       {        function        = TAB	recolorable     = TRUE	overlay_file    = "option_menu.png"	overlay_stretch = FALSE      }## Fun with Scrollbars#          image       {        function        = SLIDER	recolorable     = TRUE	file            = "scrollbar_horiz1.png"	border          = { 13, 12, 2, 2 }	stretch         = TRUE	orientation     = HORIZONTAL      }    image       {        function        = SLIDER	recolorable     = TRUE	file            = "scrollbar_vert1.png"	border          = { 2, 2, 13, 12 }	stretch         = TRUE	orientation     = VERTICAL      }## The handle on Handleboxes#    image       {        function        = HANDLE	recolorable     = TRUE	file            = "button5.png"	border          = { 3, 3, 3, 3 }	stretch         = TRUE	overlay_file    = "handle_vert_thumb.png"	overlay_border  = { 0, 0, 0, 0 }	overlay_stretch = FALSE	orientation     = VERTICAL      }## The background for entry widgets#    image       {	function        = FLAT_BOX	recolorable     = TRUE	state           = INSENSITIVE        detail          = "entry_bg"	file            = "entry2.png"	stretch         = TRUE      }    image       {	function        = FLAT_BOX	recolorable     = TRUE        detail          = "entry_bg"	file            = "entry1.png"	stretch         = TRUE      }## How to draw the focus around a widget #    image       {        function        = FOCUS	recolorable     = TRUE	overlay_file    = "focus.png"	overlay_border  = { 4, 4, 4, 4 }	overlay_stretch = TRUE      }## How to draw shadows in general#    image       {        function        = SHADOW	recolorable     = TRUE	shadow          = IN	file            = "shadow2.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE      }    image       {        function        = SHADOW	recolorable     = TRUE	shadow          = OUT	file            = "shadow1.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE      }    image       {        function        = SHADOW	recolorable     = TRUE	shadow          = ETCHED_IN	file            = "frame1.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE      }    image       {        function        = SHADOW	recolorable     = TRUE	shadow          = ETCHED_OUT	file            = "frame2.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE      }## How to draw shadows with a gap on one side#    image       {        function        = SHADOW_GAP	recolorable     = TRUE	file            = "frame_gap.png"	border          = { 2, 2, 2, 2 }	stretch         = TRUE	gap_start_file  = "frame_gap_top_start.png"	gap_start_border= { 0, 0, 1, 1 }	gap_end_file    = "frame_gap_top_end.png"	gap_end_border  = { 0, 0, 1, 1 }	gap_side        = TOP      }## Some defaults as to how to draw boxes if they haven't already been covered#    image       {        function        = BOX	recolorable     = TRUE	shadow          = IN	file            = "button4.png"	border          = { 3, 3, 3, 3 }	stretch         = TRUE      }    image       {        function        = BOX	recolorable     = TRUE	file            = "button5.png"	border          = { 3, 3, 3, 3 }	stretch         = TRUE      }   }}# common defaultclass "GtkWidget" style "default"

⌨️ 快捷键说明

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