[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: To use --geometry in a Gtk application
- From: David Nečas (Yeti) <yeti physics muni cz>
- To: gtk-app-devel-list gnome org
- Subject: Re: To use --geometry in a Gtk application
- Date: Fri, 23 Feb 2007 02:09:42 +0100
On Fri, Feb 23, 2007 at 02:07:17AM +0100, G Hasse wrote:
> I want to position the windows with -geometry 100x100+200+200
> something.
>
> I have not found any way to do this. Funny though the
> option --display=XXX.XXX.XXX.XXX:0.0 does work.
>
> Accodingly one might try --geometry=100x100+200+200 but this
> does not work.
>
> Could anyone guide me in the right direction?
There is no such automatically existing and automatically
applied option for Gtk+ apps.
The application has to explictly support it and explictly
call gtk_window_parse_geometry() (see its documentation) on
some of its windows. If you need this for a particular
application and it makes sense for it, ask the author to add
such an option.
Yeti
--
Whatever.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]