Lines Matching defs:closed
1409 /// nk_window_is_closed | Returns if the currently processed window was closed
1786 /// Returns if the window with given name was closed by calling `nk_close`
1794 /// __name__ | Identifier of window you want to check if it is closed
1796 /// Returns `true(1)` if current window was closed or `false(0)` window not found or not closed
4775 NK_API void nk_draw_list_path_stroke(struct nk_draw_list*, struct nk_color, enum nk_draw_list_stroke closed, float thickness);
9625 const unsigned int points_count, struct nk_color color, enum nk_draw_list_stroke closed,
9637 if (!closed) count = points_count-1;
9698 if (!closed)
9703 if (!closed) {
9753 if (!closed) {
10137 enum nk_draw_list_stroke closed, float thickness)
10144 closed, thickness, list->config.line_AA);
15094 /* remove hotness from hidden or closed windows*/
16881 /* popup was closed/is invalid so cleanup */
17258 Instead it will be closed in the next frame.*/
25476 /// - 2019/09/20 (4.01.3) - Fixed a bug wherein combobox cannot be closed by clicking the header
25557 /// - 2017/01/21 (1.32.2) - Fixed input capture from hidden or closed windows.
25706 /// by using `nk_window_show` and closed by either clicking the close
25707 /// icon in a window or by calling `nk_window_close`. Only closed