Example #1
0
 public static extern void nk_list_view_end(ref nk_list_view nlv);
Example #2
0
 public static extern int nk_list_view_begin(nk_context *ctx, out nk_list_view nlv_out, byte *id, uint nkflags, int row_height, int row_count);