metacity-theme-3.xml 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104
  1. <?xml version="1.0"?>
  2. <metacity_theme>
  3. <info>
  4. <name>Vimix</name>
  5. <author>Vince Liuice</author>
  6. <copyright>GPL-3.0+</copyright>
  7. <date>2018.8.28</date>
  8. <description>Vimix Metacity Theme</description>
  9. </info>
  10. <!-- CONSTANTS -->
  11. <constant name="C_titlebar" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/>
  12. <constant name="C_titlebar_unfocused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/>
  13. <constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/>
  14. <constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/>
  15. <constant name="C_highlight" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/>
  16. <!-- GEOMETRY -->
  17. <!-- Focused window -->
  18. <frame_geometry name="normal" title_scale="medium" rounded_top_left="2" rounded_top_right="2">
  19. <distance name="left_width" value="2" />
  20. <distance name="right_width" value="2" />
  21. <distance name="bottom_height" value="2" />
  22. <distance name="left_titlebar_edge" value="8" />
  23. <distance name="right_titlebar_edge" value="0" />
  24. <distance name="title_vertical_pad" value="12" />
  25. <aspect_ratio name="button" value="1.0" />
  26. <border name="title_border" left="10" right="10" top="4" bottom="0" />
  27. <border name="button_border" left="0" right="0" top="6" bottom="0" />
  28. </frame_geometry>
  29. <!-- Unfocused window -->
  30. <frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="2" rounded_top_right="2" parent="normal" >
  31. <distance name="left_width" value="2" />
  32. <distance name="right_width" value="2" />
  33. <distance name="bottom_height" value="2" />
  34. <distance name="left_titlebar_edge" value="8"/>
  35. <distance name="right_titlebar_edge" value="0"/>
  36. <distance name="title_vertical_pad" value="12" />
  37. <border name="title_border" left="10" right="10" top="4" bottom="0" />
  38. <border name="button_border" left="0" right="0" top="6" bottom="0" />
  39. </frame_geometry>
  40. <!-- Maximized window -->
  41. <frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
  42. <distance name="left_width" value="0" />
  43. <distance name="right_width" value="0" />
  44. <distance name="bottom_height" value="0" />
  45. </frame_geometry>
  46. <!-- Left tiled window -->
  47. <frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max">
  48. <distance name="right_width" value="0" />
  49. </frame_geometry>
  50. <!-- Right tiled window -->
  51. <frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max">
  52. <distance name="left_width" value="0" />
  53. </frame_geometry>
  54. <!-- Small window -->
  55. <frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="2" rounded_top_right="2">
  56. <distance name="title_vertical_pad" value="4" />
  57. <distance name="left_titlebar_edge" value="0"/>
  58. <distance name="right_titlebar_edge" value="0"/>
  59. <border name="title_border" left="4" right="4" top="0" bottom="0" />
  60. <border name="button_border" left="0" right="0" top="0" bottom="0" />
  61. </frame_geometry>
  62. <!-- Small unfocused window -->
  63. <frame_geometry name="small_unfocused" parent="small">
  64. </frame_geometry>
  65. <!-- No buttons -->
  66. <frame_geometry name="nobuttons" hide_buttons="true" parent="normal">
  67. <border name="title_border" left="0" right="0" top="0" bottom="0" />
  68. <border name="button_border" left="0" right="0" top="0" bottom="0" />
  69. </frame_geometry>
  70. <!-- Border -->
  71. <frame_geometry name="border" has_title="false" rounded_top_left="2" rounded_top_right="2" parent="normal" >
  72. <distance name="left_width" value="0" />
  73. <distance name="right_width" value="0" />
  74. <distance name="bottom_height" value="0" />
  75. <distance name="title_vertical_pad" value="0" />
  76. <border name="title_border" left="12" right="12" top="0" bottom="0" />
  77. <border name="button_border" left="0" right="0" top="0" bottom="0"/>
  78. </frame_geometry>
  79. <!-- Borderless -->
  80. <frame_geometry name="borderless" has_title="false" rounded_top_left="2" rounded_top_right="2" parent="normal">
  81. <distance name="left_width" value="0" />
  82. <distance name="right_width" value="0" />
  83. <distance name="bottom_height" value="0" />
  84. <distance name="title_vertical_pad" value="0" />
  85. <border name="title_border" left="12" right="12" top="0" bottom="0" />
  86. <border name="button_border" left="0" right="0" top="0" bottom="0" />
  87. </frame_geometry>
  88. <!-- Modal -->
  89. <frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="2" rounded_top_right="2" parent="small">
  90. <distance name="title_vertical_pad" value="4"/>
  91. </frame_geometry>
  92. <!--chromium save dialog-->
  93. <frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="0" rounded_top_right="0" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal">
  94. <distance name="title_vertical_pad" value="0"/>
  95. <distance name="bottom_height" value="0"/>
  96. <distance name="left_width" value="0"/>
  97. <distance name="right_width" value="0"/>
  98. </frame_geometry>
  99. <!-- TITLES -->
  100. <draw_ops name="title_focused">
  101. <title version="< 3.1"
  102. x="(0 `max` ((width - title_width) / 2))"
  103. y="(0 `max` ((height - title_height) / 2)) + 1"
  104. color="C_title_focused" />
  105. <title version=">= 3.1"
  106. x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))"
  107. y="(0 `max` ((height - title_height) / 2)) + 1"
  108. ellipsize_width="width"
  109. color="C_title_focused" />
  110. </draw_ops>
  111. <draw_ops name="title_unfocused">
  112. <title version="< 3.1"
  113. x="(0 `max` ((width - title_width) / 2))"
  114. y="(0 `max` ((height - title_height) / 2)) + 1"
  115. color="C_title_unfocused" />
  116. <title version=">= 3.1"
  117. x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))"
  118. y="(0 `max` ((height - title_height) / 2)) + 1"
  119. ellipsize_width="width"
  120. color="C_title_unfocused" />
  121. </draw_ops>
  122. <!-- WINDOW DECORATIONS -->
  123. <draw_ops name="entire_background_focused">
  124. <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" />
  125. </draw_ops>
  126. <draw_ops name="entire_background_unfocused">
  127. <include name="entire_background_focused" />
  128. </draw_ops>
  129. <draw_ops name="titlebar_fill_focused">
  130. <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" />
  131. </draw_ops>
  132. <draw_ops name="titlebar_fill_attached_focused">
  133. <include name="entire_background_focused" />
  134. </draw_ops>
  135. <draw_ops name="titlebar_fill_unfocused">
  136. <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" />
  137. </draw_ops>
  138. <draw_ops name="highlight">
  139. <line color="C_highlight" x1="2" y1="0" x2="width - 3" y2="0"/>
  140. <arc color="C_highlight" x="0 - 1" y="0" width="5" height="5" start_angle="270" extent_angle="90"/>
  141. <arc color="C_highlight" x="width - 5" y="0" width="5" height="5" start_angle="0" extent_angle="90"/>
  142. </draw_ops>
  143. <draw_ops name="titlebar_focused">
  144. <include name="titlebar_fill_focused" />
  145. <include name="highlight"/>
  146. </draw_ops>
  147. <draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs -->
  148. <include name="titlebar_fill_attached_focused" />
  149. <include name="highlight"/>
  150. </draw_ops>
  151. <draw_ops name="rounded_titlebar_focused">
  152. <include name="titlebar_fill_focused" />
  153. <include name="highlight"/>
  154. </draw_ops>
  155. <draw_ops name="titlebar_max">
  156. </draw_ops>
  157. <draw_ops name="titlebar_small_focused">
  158. </draw_ops>
  159. <draw_ops name="titlebar_small_unfocused">
  160. </draw_ops>
  161. <draw_ops name="border_focused">
  162. <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="false" />
  163. </draw_ops>
  164. <draw_ops name="border_unfocused">
  165. <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="false" />
  166. </draw_ops>
  167. <!-- BUTTON ICONS -->
  168. <!-- note: negative values in x or y causes gnome-shell to crash -->
  169. <!-- Close icon -->
  170. <draw_ops name="close_focused">
  171. <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  172. </draw_ops>
  173. <draw_ops name="close_focused_prelight">
  174. <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  175. </draw_ops>
  176. <draw_ops name="close_focused_pressed">
  177. <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  178. </draw_ops>
  179. <draw_ops name="close_unfocused">
  180. <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  181. </draw_ops>
  182. <draw_ops name="close_unfocused_prelight">
  183. <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  184. </draw_ops>
  185. <draw_ops name="close_unfocused_pressed">
  186. <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  187. </draw_ops>
  188. <!-- Maximize icon -->
  189. <draw_ops name="maximize_focused">
  190. <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  191. </draw_ops>
  192. <draw_ops name="maximize_focused_prelight">
  193. <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  194. </draw_ops>
  195. <draw_ops name="maximize_focused_pressed">
  196. <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  197. </draw_ops>
  198. <draw_ops name="maximize_unfocused">
  199. <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  200. </draw_ops>
  201. <draw_ops name="maximize_unfocused_prelight">
  202. <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  203. </draw_ops>
  204. <draw_ops name="maximize_unfocused_pressed">
  205. <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  206. </draw_ops>
  207. <!-- Unmaximize icon -->
  208. <draw_ops name="unmaximize_focused">
  209. <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  210. </draw_ops>
  211. <draw_ops name="unmaximize_focused_prelight">
  212. <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  213. </draw_ops>
  214. <draw_ops name="unmaximize_focused_pressed">
  215. <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  216. </draw_ops>
  217. <draw_ops name="unmaximize_unfocused">
  218. <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  219. </draw_ops>
  220. <draw_ops name="unmaximize_unfocused_prelight">
  221. <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  222. </draw_ops>
  223. <draw_ops name="unmaximize_unfocused_pressed">
  224. <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  225. </draw_ops>
  226. <!-- Minimize icon -->
  227. <draw_ops name="minimize_focused">
  228. <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  229. </draw_ops>
  230. <draw_ops name="minimize_focused_prelight">
  231. <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  232. </draw_ops>
  233. <draw_ops name="minimize_focused_pressed">
  234. <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  235. </draw_ops>
  236. <draw_ops name="minimize_unfocused">
  237. <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  238. </draw_ops>
  239. <draw_ops name="minimize_unfocused_prelight">
  240. <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  241. </draw_ops>
  242. <draw_ops name="minimize_unfocused_pressed">
  243. <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  244. </draw_ops>
  245. <!-- Menu icon -->
  246. <draw_ops name="menu_focused">
  247. <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  248. </draw_ops>
  249. <draw_ops name="menu_focused_prelight">
  250. <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  251. </draw_ops>
  252. <draw_ops name="menu_focused_pressed">
  253. <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  254. </draw_ops>
  255. <draw_ops name="menu_unfocused">
  256. <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  257. </draw_ops>
  258. <draw_ops name="menu_unfocused_prelight">
  259. <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  260. </draw_ops>
  261. <draw_ops name="menu_unfocused_pressed">
  262. <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  263. </draw_ops>
  264. <!-- Shade icon -->
  265. <draw_ops name="shade_focused">
  266. <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  267. </draw_ops>
  268. <draw_ops name="shade_focused_prelight">
  269. <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  270. </draw_ops>
  271. <draw_ops name="shade_focused_pressed">
  272. <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  273. </draw_ops>
  274. <draw_ops name="shade_unfocused">
  275. <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  276. </draw_ops>
  277. <draw_ops name="shade_unfocused_prelight">
  278. <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  279. </draw_ops>
  280. <draw_ops name="shade_unfocused_pressed">
  281. <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  282. </draw_ops>
  283. <!-- Unshade icon -->
  284. <draw_ops name="unshade_focused">
  285. <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  286. </draw_ops>
  287. <draw_ops name="unshade_focused_prelight">
  288. <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  289. </draw_ops>
  290. <draw_ops name="unshade_focused_pressed">
  291. <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  292. </draw_ops>
  293. <draw_ops name="unshade_unfocused">
  294. <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  295. </draw_ops>
  296. <draw_ops name="unshade_unfocused_prelight">
  297. <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  298. </draw_ops>
  299. <draw_ops name="unshade_unfocused_pressed">
  300. <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  301. </draw_ops>
  302. <!-- FRAME STYLES -->
  303. <frame_style name="normal_focused" geometry="normal">
  304. <piece position="entire_background" draw_ops="entire_background_focused" />
  305. <piece position="titlebar" draw_ops="rounded_titlebar_focused" />
  306. <piece position="title" draw_ops="title_focused" />
  307. <button function="close" state="normal" draw_ops="close_focused" />
  308. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  309. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  310. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  311. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  312. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  313. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  314. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  315. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  316. <button function="menu" state="normal" draw_ops="menu_focused" />
  317. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  318. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  319. <button function="shade" state="normal" draw_ops="shade_focused" />
  320. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  321. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  322. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  323. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  324. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  325. <button function="above" state="normal"><draw_ops></draw_ops></button>
  326. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  327. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  328. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  329. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  330. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  331. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  332. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  333. </frame_style>
  334. <frame_style name="normal_unfocused" geometry="normal_unfocused">
  335. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  336. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  337. <piece position="title" draw_ops="title_unfocused" />
  338. <button function="close" state="normal" draw_ops="close_unfocused" />
  339. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  340. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  341. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  342. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  343. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  344. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  345. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  346. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  347. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  348. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  349. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  350. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  351. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  352. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  353. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  354. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  355. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  356. <button function="above" state="normal"><draw_ops></draw_ops></button>
  357. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  358. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  359. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  360. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  361. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  362. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  363. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  364. </frame_style>
  365. <frame_style name="normal_max_focused" geometry="max">
  366. <piece position="entire_background" draw_ops="entire_background_focused" />
  367. <piece position="titlebar" draw_ops="titlebar_max" />
  368. <piece position="title" draw_ops="title_focused" />
  369. <button function="close" state="normal" draw_ops="close_focused" />
  370. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  371. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  372. <button function="maximize" state="normal" draw_ops="unmaximize_focused" />
  373. <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" />
  374. <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" />
  375. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  376. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  377. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  378. <button function="menu" state="normal" draw_ops="menu_focused" />
  379. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  380. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  381. <button function="shade" state="normal" draw_ops="shade_focused" />
  382. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  383. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  384. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  385. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  386. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  387. <button function="above" state="normal"><draw_ops></draw_ops></button>
  388. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  389. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  390. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  391. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  392. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  393. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  394. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  395. </frame_style>
  396. <frame_style name="normal_max_unfocused" geometry="max">
  397. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  398. <piece position="titlebar" draw_ops="titlebar_max" />
  399. <piece position="title" draw_ops="title_unfocused" />
  400. <button function="close" state="normal" draw_ops="close_unfocused" />
  401. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  402. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  403. <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" />
  404. <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" />
  405. <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" />
  406. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  407. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  408. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  409. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  410. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  411. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  412. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  413. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  414. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  415. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  416. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  417. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  418. <button function="above" state="normal"><draw_ops></draw_ops></button>
  419. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  420. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  421. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  422. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  423. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  424. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  425. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  426. </frame_style>
  427. <frame_style name="normal_max_shaded_focused" geometry="max">
  428. <piece position="entire_background" draw_ops="entire_background_focused" />
  429. <piece position="titlebar" draw_ops="titlebar_max" />
  430. <piece position="title" draw_ops="title_focused" />
  431. <button function="close" state="normal" draw_ops="close_focused" />
  432. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  433. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  434. <button function="maximize" state="normal" draw_ops="unmaximize_focused" />
  435. <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" />
  436. <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" />
  437. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  438. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  439. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  440. <button function="menu" state="normal" draw_ops="menu_focused" />
  441. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  442. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  443. <button function="shade" state="normal" draw_ops="shade_focused" />
  444. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  445. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  446. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  447. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  448. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  449. <button function="above" state="normal"><draw_ops></draw_ops></button>
  450. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  451. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  452. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  453. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  454. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  455. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  456. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  457. </frame_style>
  458. <frame_style name="normal_max_shaded_unfocused" geometry="max">
  459. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  460. <piece position="titlebar" draw_ops="titlebar_max" />
  461. <piece position="title" draw_ops="title_unfocused" />
  462. <button function="close" state="normal" draw_ops="close_unfocused" />
  463. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  464. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  465. <button function="maximize" state="normal" draw_ops="unmaximize_unfocused" />
  466. <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" />
  467. <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed" />
  468. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  469. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  470. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  471. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  472. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  473. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  474. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  475. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  476. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  477. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  478. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  479. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  480. <button function="above" state="normal"><draw_ops></draw_ops></button>
  481. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  482. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  483. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  484. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  485. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  486. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  487. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  488. </frame_style>
  489. <frame_style name="dialog_focused" geometry="nobuttons">
  490. <piece position="entire_background" draw_ops="entire_background_focused" />
  491. <piece position="titlebar" draw_ops="rounded_titlebar_focused" />
  492. <piece position="title" draw_ops="title_focused" />
  493. <button function="close" state="normal" draw_ops="close_focused" />
  494. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  495. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  496. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  497. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  498. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  499. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  500. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  501. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  502. <button function="menu" state="normal" draw_ops="menu_focused" />
  503. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  504. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  505. <button function="shade" state="normal" draw_ops="shade_focused" />
  506. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  507. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  508. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  509. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  510. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  511. <button function="above" state="normal"><draw_ops></draw_ops></button>
  512. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  513. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  514. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  515. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  516. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  517. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  518. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  519. </frame_style>
  520. <frame_style name="dialog_unfocused" geometry="nobuttons">
  521. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  522. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  523. <piece position="title" draw_ops="title_unfocused" />
  524. <button function="close" state="normal" draw_ops="close_unfocused" />
  525. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  526. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  527. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  528. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  529. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  530. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  531. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  532. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  533. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  534. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  535. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  536. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  537. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  538. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  539. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  540. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  541. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  542. <button function="above" state="normal"><draw_ops></draw_ops></button>
  543. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  544. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  545. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  546. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  547. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  548. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  549. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  550. </frame_style>
  551. <frame_style name="modal_dialog_focused" geometry="modal">
  552. <piece position="entire_background" draw_ops="entire_background_focused" />
  553. <piece position="titlebar" draw_ops="titlebar_attached_focused" />
  554. <piece position="title" draw_ops="title_focused" />
  555. <button function="close" state="normal" draw_ops="close_focused" />
  556. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  557. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  558. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  559. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  560. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  561. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  562. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  563. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  564. <button function="menu" state="normal" draw_ops="menu_focused" />
  565. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  566. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  567. <button function="shade" state="normal" draw_ops="shade_focused" />
  568. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  569. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  570. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  571. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  572. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  573. <button function="above" state="normal"><draw_ops></draw_ops></button>
  574. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  575. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  576. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  577. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  578. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  579. <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  580. </frame_style>
  581. <frame_style name="modal_dialog_unfocused" geometry="modal">
  582. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  583. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  584. <piece position="title" draw_ops="title_unfocused" />
  585. <button function="close" state="normal" draw_ops="close_unfocused" />
  586. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  587. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  588. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  589. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  590. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  591. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  592. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  593. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  594. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  595. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  596. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  597. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  598. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  599. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  600. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  601. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  602. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  603. <button function="above" state="normal"><draw_ops></draw_ops></button>
  604. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  605. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  606. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  607. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  608. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  609. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  610. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  611. </frame_style>
  612. <frame_style name="utility_focused" geometry="small">
  613. <piece position="entire_background" draw_ops="entire_background_focused" />
  614. <piece position="titlebar" draw_ops="titlebar_small_focused" />
  615. <piece position="title" draw_ops="title_focused" />
  616. <button function="close" state="normal" draw_ops="close_focused" />
  617. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  618. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  619. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  620. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  621. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  622. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  623. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  624. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  625. <button function="menu" state="normal" draw_ops="menu_focused" />
  626. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  627. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  628. <button function="shade" state="normal" draw_ops="shade_focused" />
  629. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  630. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  631. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  632. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  633. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  634. <button function="above" state="normal"><draw_ops></draw_ops></button>
  635. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  636. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  637. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  638. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  639. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  640. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  641. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  642. </frame_style>
  643. <frame_style name="utility_unfocused" geometry="small_unfocused">
  644. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  645. <piece position="titlebar" draw_ops="titlebar_small_unfocused" />
  646. <piece position="title" draw_ops="title_unfocused" />
  647. <button function="close" state="normal" draw_ops="close_unfocused" />
  648. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  649. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  650. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  651. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  652. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  653. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  654. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  655. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  656. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  657. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  658. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  659. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  660. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  661. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  662. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  663. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  664. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  665. <button function="above" state="normal"><draw_ops></draw_ops></button>
  666. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  667. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  668. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  669. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  670. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  671. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  672. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  673. </frame_style>
  674. <frame_style name="border_focused" geometry="border">
  675. <piece position="entire_background" draw_ops="entire_background_focused" />
  676. <piece position="overlay" draw_ops="border_focused" />
  677. <button function="close" state="normal"><draw_ops></draw_ops></button>
  678. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  679. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  680. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  681. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  682. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  683. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  684. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  685. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  686. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  687. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  688. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  689. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  690. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  691. <button function="above" state="normal"><draw_ops></draw_ops></button>
  692. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  693. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  694. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  695. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  696. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  697. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  698. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  699. </frame_style>
  700. <frame_style name="border_unfocused" geometry="border">
  701. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  702. <piece position="overlay" draw_ops="border_unfocused" />
  703. <button function="close" state="normal"><draw_ops></draw_ops></button>
  704. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  705. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  706. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  707. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  708. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  709. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  710. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  711. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  712. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  713. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  714. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  715. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  716. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  717. <button function="above" state="normal"><draw_ops></draw_ops></button>
  718. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  719. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  720. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  721. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  722. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  723. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  724. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  725. </frame_style>
  726. <frame_style name="borderless" geometry="borderless">
  727. <button function="close" state="normal"><draw_ops></draw_ops></button>
  728. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  729. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  730. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  731. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  732. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  733. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  734. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  735. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  736. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  737. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  738. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  739. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  740. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  741. <button function="above" state="normal"><draw_ops></draw_ops></button>
  742. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  743. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  744. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  745. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  746. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  747. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  748. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  749. </frame_style>
  750. <frame_style name="attached_focused" geometry="attached">
  751. <piece position="entire_background" draw_ops="entire_background_focused" />
  752. <piece position="titlebar" draw_ops="titlebar_attached_focused" />
  753. <button function="close" state="normal"><draw_ops></draw_ops></button>
  754. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  755. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  756. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  757. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  758. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  759. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  760. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  761. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  762. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  763. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  764. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  765. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  766. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  767. <button function="above" state="normal"><draw_ops></draw_ops></button>
  768. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  769. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  770. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  771. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  772. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  773. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  774. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  775. </frame_style>
  776. <frame_style name="attached_unfocused" geometry="attached">
  777. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  778. <piece position="titlebar" draw_ops="titlebar_attached_focused" />
  779. <button function="close" state="normal"><draw_ops></draw_ops></button>
  780. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  781. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  782. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  783. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  784. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  785. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  786. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  787. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  788. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  789. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  790. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  791. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  792. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  793. <button function="above" state="normal"><draw_ops></draw_ops></button>
  794. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  795. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  796. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  797. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  798. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  799. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  800. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  801. </frame_style>
  802. <frame_style name="tiled_left_focused" geometry="tiled_left">
  803. <piece position="entire_background" draw_ops="entire_background_focused" />
  804. <piece position="titlebar" draw_ops="titlebar_fill_focused" />
  805. <piece position="title" draw_ops="title_focused" />
  806. <button function="close" state="normal" draw_ops="close_focused" />
  807. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  808. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  809. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  810. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  811. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  812. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  813. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  814. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  815. <button function="menu" state="normal" draw_ops="menu_focused" />
  816. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  817. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  818. <button function="shade" state="normal" draw_ops="shade_focused" />
  819. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  820. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  821. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  822. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  823. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  824. <button function="above" state="normal"><draw_ops></draw_ops></button>
  825. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  826. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  827. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  828. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  829. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  830. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  831. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  832. </frame_style>
  833. <frame_style name="tiled_left_unfocused" geometry="tiled_left">
  834. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  835. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  836. <piece position="title" draw_ops="title_unfocused" />
  837. <button function="close" state="normal" draw_ops="close_unfocused" />
  838. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  839. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  840. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  841. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  842. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  843. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  844. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  845. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  846. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  847. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  848. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  849. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  850. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  851. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  852. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  853. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  854. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  855. <button function="above" state="normal"><draw_ops></draw_ops></button>
  856. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  857. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  858. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  859. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  860. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  861. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  862. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  863. </frame_style>
  864. <frame_style name="tiled_right_focused" geometry="tiled_right">
  865. <piece position="entire_background" draw_ops="entire_background_focused" />
  866. <piece position="titlebar" draw_ops="titlebar_fill_focused" />
  867. <piece position="title" draw_ops="title_focused" />
  868. <button function="close" state="normal" draw_ops="close_focused" />
  869. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  870. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  871. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  872. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  873. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  874. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  875. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  876. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  877. <button function="menu" state="normal" draw_ops="menu_focused" />
  878. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  879. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  880. <button function="shade" state="normal" draw_ops="shade_focused" />
  881. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  882. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  883. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  884. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  885. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  886. <button function="above" state="normal"><draw_ops></draw_ops></button>
  887. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  888. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  889. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  890. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  891. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  892. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  893. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  894. </frame_style>
  895. <frame_style name="tiled_right_unfocused" geometry="tiled_right">
  896. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  897. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  898. <piece position="title" draw_ops="title_unfocused" />
  899. <button function="close" state="normal" draw_ops="close_unfocused" />
  900. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  901. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  902. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  903. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  904. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  905. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  906. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  907. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  908. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  909. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  910. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  911. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  912. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  913. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  914. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  915. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  916. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  917. <button function="above" state="normal"><draw_ops></draw_ops></button>
  918. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  919. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  920. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  921. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  922. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  923. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  924. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  925. </frame_style>
  926. <!-- placeholder for unimplementated styles-->
  927. <frame_style name="blank" geometry="normal">
  928. <button function="close" state="normal"><draw_ops></draw_ops></button>
  929. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  930. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  931. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  932. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  933. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  934. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  935. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  936. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  937. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  938. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  939. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  940. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  941. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  942. <button function="above" state="normal"><draw_ops></draw_ops></button>
  943. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  944. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  945. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  946. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  947. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  948. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  949. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  950. </frame_style>
  951. <!-- FRAME STYLE SETS -->
  952. <frame_style_set name="normal_style_set">
  953. <frame focus="yes" state="normal" resize="both" style="normal_focused" />
  954. <frame focus="no" state="normal" resize="both" style="normal_unfocused" />
  955. <frame focus="yes" state="maximized" style="normal_max_focused" />
  956. <frame focus="no" state="maximized" style="normal_max_unfocused" />
  957. <frame focus="yes" state="shaded" style="normal_focused" />
  958. <frame focus="no" state="shaded" style="normal_unfocused" />
  959. <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" />
  960. <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" />
  961. <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/>
  962. <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/>
  963. <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/>
  964. <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/>
  965. <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/>
  966. <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/>
  967. <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/>
  968. <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/>
  969. </frame_style_set>
  970. <frame_style_set name="dialog_style_set">
  971. <frame focus="yes" state="normal" resize="both" style="dialog_focused" />
  972. <frame focus="no" state="normal" resize="both" style="dialog_unfocused" />
  973. <frame focus="yes" state="maximized" style="blank" />
  974. <frame focus="no" state="maximized" style="blank" />
  975. <frame focus="yes" state="shaded" style="dialog_focused" />
  976. <frame focus="no" state="shaded" style="dialog_unfocused" />
  977. <frame focus="yes" state="maximized_and_shaded" style="blank" />
  978. <frame focus="no" state="maximized_and_shaded" style="blank" />
  979. </frame_style_set>
  980. <frame_style_set name="modal_dialog_style_set">
  981. <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" />
  982. <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" />
  983. <frame focus="yes" state="maximized" style="blank" />
  984. <frame focus="no" state="maximized" style="blank" />
  985. <frame focus="yes" state="shaded" style="modal_dialog_focused" />
  986. <frame focus="no" state="shaded" style="modal_dialog_unfocused" />
  987. <frame focus="yes" state="maximized_and_shaded" style="blank" />
  988. <frame focus="no" state="maximized_and_shaded" style="blank" />
  989. </frame_style_set>
  990. <frame_style_set name="utility_style_set">
  991. <frame focus="yes" state="normal" resize="both" style="utility_focused" />
  992. <frame focus="no" state="normal" resize="both" style="utility_unfocused" />
  993. <frame focus="yes" state="maximized" style="blank" />
  994. <frame focus="no" state="maximized" style="blank" />
  995. <frame focus="yes" state="shaded" style="utility_focused" />
  996. <frame focus="no" state="shaded" style="utility_unfocused" />
  997. <frame focus="yes" state="maximized_and_shaded" style="blank" />
  998. <frame focus="no" state="maximized_and_shaded" style="blank" />
  999. </frame_style_set>
  1000. <frame_style_set name="border_style_set">
  1001. <frame focus="yes" state="normal" resize="both" style="border_focused" />
  1002. <frame focus="no" state="normal" resize="both" style="border_unfocused" />
  1003. <frame focus="yes" state="maximized" style="borderless" />
  1004. <frame focus="no" state="maximized" style="borderless" />
  1005. <frame focus="yes" state="shaded" style="blank" />
  1006. <frame focus="no" state="shaded" style="blank" />
  1007. <frame focus="yes" state="maximized_and_shaded" style="blank" />
  1008. <frame focus="no" state="maximized_and_shaded" style="blank" />
  1009. </frame_style_set>
  1010. <frame_style_set name="attached_style_set">
  1011. <frame focus="yes" state="normal" resize="both" style="attached_focused"/>
  1012. <frame focus="no" state="normal" resize="both" style="attached_unfocused"/>
  1013. <frame focus="yes" state="maximized" style="blank"/>
  1014. <frame focus="no" state="maximized" style="blank"/>
  1015. <frame focus="yes" state="shaded" style="blank"/>
  1016. <frame focus="no" state="shaded" style="blank"/>
  1017. <frame focus="yes" state="maximized_and_shaded" style="blank"/>
  1018. <frame focus="no" state="maximized_and_shaded" style="blank"/>
  1019. </frame_style_set>
  1020. <!-- WINDOWS -->
  1021. <window type="normal" style_set="normal_style_set" />
  1022. <window type="dialog" style_set="dialog_style_set" />
  1023. <window type="modal_dialog" style_set="modal_dialog_style_set" />
  1024. <window type="menu" style_set="utility_style_set" />
  1025. <window type="utility" style_set="utility_style_set" />
  1026. <window type="border" style_set="border_style_set" />
  1027. <window version=">= 3.2" type="attached" style_set="attached_style_set"/>
  1028. </metacity_theme>