pub unsafe extern "C" fn cbw_Window_isVisible(
window: *const cbw_Window,
) -> bool
Expand description
Returns whether or not the window is not hidden.
bw_Window_show
and bw_Window_hide
change the visibility.
pub unsafe extern "C" fn cbw_Window_isVisible(
window: *const cbw_Window,
) -> bool
Returns whether or not the window is not hidden.
bw_Window_show
and bw_Window_hide
change the visibility.