Add visibility-related functions to window
This commit is contained in:
parent
a479b2f60c
commit
b6f7491157
6 changed files with 64 additions and 4 deletions
|
|
@ -198,6 +198,12 @@ impl Window {
|
|||
unimplemented!()
|
||||
}
|
||||
|
||||
pub fn show(&self) {
|
||||
}
|
||||
|
||||
pub fn hide(&self) {
|
||||
}
|
||||
|
||||
pub fn get_position(&self) -> Option<(int, int)> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue