GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f8b99
)
example of undecorated window
author
Harvie
<tomas@mudrunka.cz>
Wed, 7 Jul 2010 23:16:43 +0000
(
01:16
+0200)
committer
Harvie
<tomas@mudrunka.cz>
Wed, 7 Jul 2010 23:16:43 +0000
(
01:16
+0200)
perl/gtk2/xterm-embed.pl
patch
|
blob
|
blame
|
history
diff --git
a/perl/gtk2/xterm-embed.pl
b/perl/gtk2/xterm-embed.pl
index 0d12884f14a9ba7ed56b33643d657c058469a093..630539c7ad30d3b9c965de1cff66c39b184a381f 100755
(executable)
--- a/
perl/gtk2/xterm-embed.pl
+++ b/
perl/gtk2/xterm-embed.pl
@@
-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.112919 seconds
and
4
git commands to generate.