Re: Only one unclosable window in full screen
- From: "Johan Aberg" <abergster gmail com>
- To: "Simon Péter" <simon peter gprsec hu>
- Cc: gtk-perl-list gnome org
- Subject: Re: Only one unclosable window in full screen
- Date: Tue, 18 Sep 2007 10:30:02 +1200
Hi!
try to create the main window as a popup:
my $mainWindow = Gtk2::Window->new('popup');
and then just make the windows as big as the display's resolution.
A popup won't have window manager decorations, as far as I know, and
if you don't bind say the Esc key to anything, your application should
be pretty hard to get rid of :)
j
On 18/09/2007, Simon Péter <simon peter gprsec hu> wrote:
Hi List,
I would like to write a program which asks data from an Oracle database in an
industrial enviorment, where users only available only one program what shows
the needed informations in a formated window.
Is there any chance to run perl GTK2 window what is unclosable, unminimalized?
Regards,
Peter
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]