Re: Window Positioning



2014-02-28 21:40 GMT+01:00 Marshall Neill <ramien43 windstream net>:
I wonder if it would be too difficult to have the default for positioning
windows on startup to be a default of Center Window.
In my Windows days of coding in VB and C# it was a check on a flag and if it
was set then 1 line of code for centering the window.
I believe that there could be the same option available.
What do you think?

You can ask the same with gtk_window_set_position(), but note that
window managers are free to ignore the hint (and mutter will if
configured with workarounds disabled).
In general though it is a bad idea to position all windows in the
center, because windows will be stacked one over the other instead of
trying to be tiled and covering the whole screen.

Giovanni


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