~danrabbit/egtk/transparent-content

« back to all changes in this revision

Viewing changes to metacity-1/metacity-theme-3.xml

  • Committer: Daniel Fore
  • Date: 2012-06-02 02:03:52 UTC
  • Revision ID: daniel@elementaryos.org-20120602020352-uy80ch6iwcnc9aht
unmaximize icon for mutter/gala

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
                height="object_height"/>
282
282
</draw_ops>
283
283
 
 
284
<!-- :: UNMAXIMIZE ICON :: -->
 
285
 
 
286
<draw_ops name="unmaximize_focused">
 
287
        <image filename="unmaximize-normal.svg"
 
288
                x="(width - object_width) / 2"
 
289
                y="(height - object_height) / 2"
 
290
                width="object_width"
 
291
                height="object_height"/>
 
292
</draw_ops>
 
293
 
 
294
<draw_ops name="unmaximize_focused_pressed">
 
295
        <image filename="unmaximize-pressed.svg"
 
296
                x="(width - object_width) / 2"
 
297
                y="(height - object_height) / 2"
 
298
                width="object_width"
 
299
                height="object_height"/>
 
300
</draw_ops>
 
301
 
 
302
<draw_ops name="unmaximize_unfocused">
 
303
        <image filename="unmaximize-backdrop.svg"
 
304
                x="(width - object_width) / 2"
 
305
                y="(height - object_height) / 2"
 
306
                width="object_width"
 
307
                height="object_height"/>
 
308
</draw_ops>
 
309
 
 
310
<draw_ops name="unmaximize_unfocused_prelight">
 
311
        <image filename="unmaximize-hover.svg"
 
312
                x="(width - object_width) / 2"
 
313
                y="(height - object_height) / 2"
 
314
                width="object_width"
 
315
                height="object_height"/>
 
316
</draw_ops>
 
317
 
 
318
<draw_ops name="unmaximize_unfocused_pressed">
 
319
        <image filename="unmaximize-pressed.svg"
 
320
                x="(width - object_width) / 2"
 
321
                y="(height - object_height) / 2"
 
322
                width="object_width"
 
323
                height="object_height"/>
 
324
</draw_ops>
 
325
 
 
326
 
284
327
<!-- :: BLANK :: -->
285
328
 
286
329
<draw_ops name="blank"/>
354
397
        <piece position="title" draw_ops="title_focused" />
355
398
        <button function="close" state="normal" draw_ops="close_focused" />
356
399
        <button function="close" state="pressed" draw_ops="close_focused_pressed" />
357
 
        <button function="maximize" state="normal" draw_ops="maximize_focused" />
358
 
        <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
 
400
        <button function="maximize" state="normal" draw_ops="unmaximize_focused" />
 
401
        <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" />
359
402
 
360
403
        <button function="minimize" state="normal" draw_ops="blank"/>
361
404
        <button function="minimize" state="pressed" draw_ops="blank"/>
382
425
        <button function="close" state="normal" draw_ops="close_unfocused"/>
383
426
        <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
384
427
        <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
385
 
        <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
386
 
        <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
387
 
        <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
 
428
        <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/>
 
429
        <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/>
 
430
        <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/>
388
431
 
389
432
        <button function="minimize" state="normal" draw_ops="blank"/>
390
433
        <button function="minimize" state="pressed" draw_ops="blank"/>
411
454
        <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece>
412
455
        <button function="close" state="normal" draw_ops="close_focused" />
413
456
        <button function="close" state="pressed" draw_ops="close_focused_pressed" />
414
 
        <button function="maximize" state="normal" draw_ops="maximize_focused" />
415
 
        <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
 
457
        <button function="maximize" state="normal" draw_ops="unmaximize_focused" />
 
458
        <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" />
416
459
 
417
460
        <button function="minimize" state="normal" draw_ops="blank"/>
418
461
        <button function="minimize" state="pressed" draw_ops="blank"/>
440
483
        <button function="close" state="normal" draw_ops="close_unfocused"/>
441
484
        <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
442
485
        <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
443
 
        <button function="maximize" state="normal" draw_ops="maximize_unfocused"/>
444
 
        <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
445
 
        <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
 
486
        <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/>
 
487
        <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/>
 
488
        <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/>
446
489
 
447
490
        <button function="minimize" state="normal" draw_ops="blank"/>
448
491
        <button function="minimize" state="pressed" draw_ops="blank"/>