~asbru-cm/asbru-cm/libgnome2-vte-perl

« back to all changes in this revision

Viewing changes to t/VteTerminal.t

  • Committer: Torsten Schönfeld
  • Date: 2006-09-23 12:18:57 UTC
  • Revision ID: tsch@src.gnome.org-20060923121857-rhdr1d5l1ryc4dei
Bind and test vte_terminal_set_opacity.

        * t/VteTerminal.t, xs/VteTerminal.xs: Bind and test
        vte_terminal_set_opacity.

svn path=/trunk/; revision=43

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
$terminal -> set_background_transparent(0.5);
87
87
 
88
88
SKIP: {
 
89
  skip "set_opacity", 0
 
90
    unless Gnome2::Vte -> CHECK_VERSION(0, 14, 0);
 
91
 
 
92
  $terminal -> set_opacity(0xffff);
 
93
}
 
94
 
 
95
SKIP: {
89
96
  skip("set_tint_color and set_scroll_background", 0)
90
97
    unless (Gnome2::Vte -> CHECK_VERSION(0, 12, 0));
91
98