Re: mdi windows non resizeable



Hi

connect to the GnomeMDI::app_created signal. The new window's GnomeApp object
is passed to it as a parameter. In the callback you can do all you want to do
with the GnomeApp object. See the gnome-mdi.h for more details on the signature
of the callback for the app_created signal

HTH
Archit Baweja

Andrea Bosio <andreabosio users sourceforge net> writes:

> Hi all.
> 
> I'm writing an MDI application using gnome-mdi stuff.
> How can I set all the windows non resizeable?
> 
> Using GnomeApp I think I can do this with gtk_window_set_policy.
> A GnomeMDI is not a GnomeApp and can have multiple windows...
> what I tought was to walk trough ((GnomeMDI*)my_mdi_app)->windows
> and call gtk_window_set_policy... but I don't know if there
> is a better solution...
> 
> What do you think?
> 
> -- 
> Andrea Bosio 
> <andreabosio users sourceforge net>
> 
> _______________________________________________
> gnome-devel-list mailing list
> gnome-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-devel-list
> 

-- 
"Is this love or confusion ...."
	-- Jimi Hendrix




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]