-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add method to close window #13
Copy link
Copy link
Closed
Labels
C - needs discussionDirection must be ironed outDirection must be ironed outD - easyLikely easier than most tasks hereLikely easier than most tasks hereP - lowNice to haveNice to haveS - apiDesign and usabilityDesign and usabilityS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
Metadata
Metadata
Assignees
Labels
C - needs discussionDirection must be ironed outDirection must be ironed outD - easyLikely easier than most tasks hereLikely easier than most tasks hereP - lowNice to haveNice to haveS - apiDesign and usabilityDesign and usabilityS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
You provided a possibility to create/show/hide/resize window:
pub fn hide(&self) { self.window.hide() }But I sure that 'pub fn close' method is also can be provided.