remember window size and position #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: max/lull#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
on move or resize (or close?), save position and size to a configuration file or gsettings thing
on launch, read the configuration and instantiate at that size and position, or fall back to defaults if not found
could also save sound volumes, but I'm not sure about this.
there doesn't seem to be a way of retrieving the window position from GtkWindow (other than the default position which gets set). may have to give up on this.
need to somehow call one of the
to_glib_
functions on GtkWindow to get an object with a WindowExt trait that I can callget_position()
on.fixed. now just need to figure out how to implement gsettings.
fixed!