Re: EuGTK - size, position of a GtkWindow
- Posted by irv Oct 26, 2010
- 1594 views
both get(...,"position") and get(...,"default size") used to work ok. Somewhere along the line, that got broken. Give me a day to figure out where, and I'll have a fix for it.
However, I wonder if get("default size") is what you really want to get. All that does is return the size your window was originally shown at, not the current size (if the user has resized it).