post_create_window

Function post_create_window 

Source
pub fn post_create_window(
    state: &Arc<AppState>,
    url: &str,
    label: &str,
    x: i32,
    y: i32,
    w: i32,
    h: i32,
    frameless: bool,
)