Lines Matching defs:nk_window
1520 /// struct nk_window *nk_window_find(struct nk_context *ctx, const char *name);
1528 /// Returns a `nk_window` struct pointing to the identified window or NULL if
1531 NK_API struct nk_window *nk_window_find(struct nk_context *ctx, const char *name);
5372 struct nk_window *win;
5409 struct nk_window {
5431 struct nk_window *next;
5432 struct nk_window *prev;
5433 struct nk_window *parent;
5531 (((NK_MAX(sizeof(struct nk_window),sizeof(struct nk_panel)) / sizeof(nk_uint))) / 2)
5544 struct nk_window win;
5602 struct nk_window *begin;
5603 struct nk_window *end;
5604 struct nk_window *active;
5605 struct nk_window *current;
5849 NK_LIB void nk_start(struct nk_context *ctx, struct nk_window *win);
5850 NK_LIB void nk_start_popup(struct nk_context *ctx, struct nk_window *win);
5851 NK_LIB void nk_finish_popup(struct nk_context *ctx, struct nk_window*);
5853 NK_LIB void nk_finish(struct nk_context *ctx, struct nk_window *w);
5868 NK_LIB void nk_remove_window(struct nk_context*, struct nk_window*);
5869 NK_LIB void nk_free_window(struct nk_context *ctx, struct nk_window *win);
5870 NK_LIB struct nk_window *nk_find_window(struct nk_context *ctx, nk_hash hash, const char *name);
5871 NK_LIB void nk_insert_window(struct nk_context *ctx, struct nk_window *win, enum nk_window_insert_location loc);
5886 NK_LIB void nk_remove_table(struct nk_window *win, struct nk_table *tbl);
5888 NK_LIB void nk_push_table(struct nk_window *win, struct nk_table *tbl);
5889 NK_LIB nk_uint *nk_add_value(struct nk_context *ctx, struct nk_window *win, nk_hash name, nk_uint value);
5890 NK_LIB nk_uint *nk_find_value(struct nk_window *win, nk_hash name);
5906 NK_LIB void nk_panel_layout(const struct nk_context *ctx, struct nk_window *win, float height, int cols);
5908 NK_LIB void nk_panel_alloc_row(const struct nk_context *ctx, struct nk_window *win);
5909 NK_LIB void nk_layout_widget_space(struct nk_rect *bounds, const struct nk_context *ctx, struct nk_window *win, int modify);
15069 struct nk_window *iter;
15070 struct nk_window *next;
15144 nk_start(struct nk_context *ctx, struct nk_window *win)
15151 nk_start_popup(struct nk_context *ctx, struct nk_window *win)
15167 nk_finish_popup(struct nk_context *ctx, struct nk_window *win)
15187 nk_finish(struct nk_context *ctx, struct nk_window *win)
15207 struct nk_window *it = 0;
15232 struct nk_window *next = it->next;
15248 struct nk_window *next = it->next;
15269 struct nk_window *iter;
15455 nk_push_table(struct nk_window *win, struct nk_table *tbl)
15473 nk_remove_table(struct nk_window *win, struct nk_table *tbl)
15485 nk_add_value(struct nk_context *ctx, struct nk_window *win,
15503 nk_find_value(struct nk_window *win, nk_hash name)
15610 struct nk_window *win;
15833 struct nk_window *window;
15919 struct nk_window *root_window = window;
16144 nk_free_window(struct nk_context *ctx, struct nk_window *win)
16170 NK_LIB struct nk_window*
16173 struct nk_window *iter;
16187 nk_insert_window(struct nk_context *ctx, struct nk_window *win,
16190 const struct nk_window *iter;
16212 struct nk_window *end;
16232 nk_remove_window(struct nk_context *ctx, struct nk_window *win)
16270 struct nk_window *win;
16292 win = (struct nk_window*)nk_create_window(ctx);
16340 struct nk_window *iter = win;
16534 struct nk_window *win;
16567 struct nk_window *iter;
16603 struct nk_window *win;
16618 struct nk_window *win;
16633 struct nk_window *win;
16648 struct nk_window *win;
16658 NK_API struct nk_window*
16670 struct nk_window *win;
16684 struct nk_window *win;
16696 struct nk_window *win = nk_window_find(ctx, name);
16705 struct nk_window *win = nk_window_find(ctx, name);
16713 struct nk_window *win;
16728 struct nk_window *win;
16753 struct nk_window *win;
16779 struct nk_window *win;
16805 struct nk_window *popup;
16806 struct nk_window *win;
16829 popup = (struct nk_window*)nk_create_window(ctx);
16902 struct nk_window *popup;
16903 struct nk_window *win;
16921 popup = (struct nk_window*)nk_create_window(ctx);
16983 struct nk_window *popup;
16995 struct nk_window *win;
16996 struct nk_window *popup;
17027 struct nk_window *popup;
17044 struct nk_window *popup;
17069 struct nk_window *win;
17070 struct nk_window *popup;
17128 struct nk_window *win;
17163 struct nk_window *win;
17199 struct nk_window *win;
17243 struct nk_window *popup;
17327 struct nk_window *win;
17356 nk_menu_begin(struct nk_context *ctx, struct nk_window *win,
17362 struct nk_window *popup;
17392 struct nk_window *win;
17422 struct nk_window *win;
17447 struct nk_window *win;
17472 struct nk_window *win;
17504 struct nk_window *win;
17586 struct nk_window *win;
17602 struct nk_window *win;
17638 nk_panel_layout(const struct nk_context *ctx, struct nk_window *win,
17694 struct nk_window *win;
17715 struct nk_window *win;
17736 struct nk_window *win;
17761 struct nk_window *win;
17787 struct nk_window *win;
17810 struct nk_window *win;
17846 struct nk_window *win;
17873 struct nk_window *win;
17893 struct nk_window *win;
17913 struct nk_window *win;
17933 struct nk_window *win;
17985 struct nk_window *win;
18009 struct nk_window *win;
18028 struct nk_window *win;
18045 struct nk_window *win;
18064 struct nk_window *win;
18082 struct nk_window *win;
18098 struct nk_window *win;
18114 struct nk_window *win;
18130 struct nk_window *win;
18144 nk_panel_alloc_row(const struct nk_context *ctx, struct nk_window *win)
18153 struct nk_window *win, int modify)
18291 struct nk_window *win;
18315 struct nk_window *win;
18353 struct nk_window *win;
18462 struct nk_window *win = ctx->current;
18494 struct nk_window *win = 0;
18534 struct nk_window *win;
18645 struct nk_window *win = ctx->current;
18696 struct nk_window panel;
18697 struct nk_window *win;
18743 struct nk_window *win;
18748 struct nk_window pan;
18814 struct nk_window *win;
18856 struct nk_window *win;
18891 struct nk_window *win;
18938 struct nk_window *win;
18986 struct nk_window *win;
19140 struct nk_window *win;
19189 struct nk_window *win;
19220 struct nk_window *win;
19346 struct nk_window *win;
19373 struct nk_window *win;
19655 struct nk_window *win;
19670 struct nk_window *win;
20118 struct nk_window *win;
20160 struct nk_window *win;
20196 struct nk_window *win;
20228 struct nk_window *win;
20262 struct nk_window *win;
20309 struct nk_window *win;
20528 struct nk_window *win;
20623 struct nk_window *win;
20864 struct nk_window *win;
20893 struct nk_window *win;
20922 struct nk_window *win;
21197 struct nk_window *win;
21357 struct nk_window *win;
23373 struct nk_window *win;
23389 struct nk_window *win;
23405 struct nk_window *win;
23458 struct nk_window *win;
23841 struct nk_window *win;
24036 struct nk_window *win;
24128 nk_chart_push_line(struct nk_context *ctx, struct nk_window *win,
24198 nk_chart_push_column(const struct nk_context *ctx, struct nk_window *win,
24247 struct nk_window *win;
24277 struct nk_window *win;
24511 struct nk_window *win;
24553 nk_combo_begin(struct nk_context *ctx, struct nk_window *win,
24556 struct nk_window *popup;
24591 struct nk_window *win;
24683 struct nk_window *win;
24760 struct nk_window *win;
24848 struct nk_window *win;
24943 struct nk_window *win;
25021 struct nk_window *win;
25320 struct nk_window *win;