Re: Full screen applications



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]