[Gambas-user] window placement policy

Tobias Boege taboege at ...626...
Mon Feb 10 11:21:25 CET 2014


On Mon, 10 Feb 2014, Dominique Michel wrote:
> When doing the Wave generator, I see that Gambas place the window of a
> program by default at the top left corner of the screen, which override
> the window manager placement policy. (fvwm with fvwm-crystal in my case)
> 
> I see it is possible to use Me.Center, or Me.Top, Bottom, Left and
> Right, but is it possible to make gambas to let the window manager
> place the windows?
> 
> With fvwm, I can add
> 
> Style Gambas* !UsePPosition
> 
> in my style options, but it would be better if I can do the same
> directly with Gambas.
> 
> Dominique
> 

I don't think Gambas provides any interface to your wm's settings. But if
you can get that information via shell, you can place your window
manually...

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk




More information about the User mailing list