example of undecorated window
authorHarvie <tomas@mudrunka.cz>
Wed, 7 Jul 2010 23:16:43 +0000 (01:16 +0200)
committerHarvie <tomas@mudrunka.cz>
Wed, 7 Jul 2010 23:16:43 +0000 (01:16 +0200)
perl/gtk2/xterm-embed.pl

index 0d12884f14a9ba7ed56b33643d657c058469a093..630539c7ad30d3b9c965de1cff66c39b184a381f 100755 (executable)
@@ -5,6 +5,7 @@ use Gtk2 -init;
 
 my $window = Gtk2::Window->new ('toplevel');
 $window->set_default_size(640, 480);
+#$window->set_decorated(0);
 $window->signal_connect( destroy => sub {
     Gtk2->main_quit();
 });
This page took 0.101606 seconds and 4 git commands to generate.