Re: EuGTK - size, position of a GtkWindow
- Posted by Jerry_Story Oct 26, 2010
- 1540 views
irv said...
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).
The program has 3 windows. (doing it the Linux way instead of the Windows way ) The user will be able to adjust the x,y position and the w,h size of each of the 3 windows. The x,y position and the w,h size of each window will be remembered in 'dmak_size.ini' on quit or on save settings, and on startup next time the file 'dmak_size.ini' will be read.