Function open_textwindow

Source
pub unsafe extern "C" fn open_textwindow(
    Row: Hlong,
    Column: Hlong,
    Width: Hlong,
    Height: Hlong,
    BorderWidth: Hlong,
    BorderColor: *const c_char,
    BackgroundColor: *const c_char,
    FatherWindow: Hlong,
    Mode: *const c_char,
    Machine: *const c_char,
    WindowHandle: *mut Hlong,
) -> Herror