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