Re: Full screen applications
- From: Jens Luedicke <jens irs-net com>
- To: Andy Robertson <critter_75075 yahoo com>
- Cc: gtk-perl-list gnome org
- Subject: Re: Full screen applications
- Date: 19 Mar 2002 22:13:50 +0100
On Tue, 2002-03-19 at 21:59, Andy Robertson wrote:
For example, if I wanted to create my own picture or
presentation slideshow. Seems like there should be a
window type option for this? If it was just maximised
that would be nice (I do not know that either). But,
how would I have it so that there are now window
manager buttons or toolbars either?
Try:
#!/usr/bin/perl
use Gtk;
Gtk->init();
$window = new Gtk::Window('popup');
($x,$y,$w,$h) = Gtk::Gdk->ROOT_PARENT()->get_geometry();
$window->set_usize($w,$h);
$window->show();
main Gtk;
--
Jens Luedicke
jens irs-net com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]