예제 #1
0
 public static void nk_layout_space_begin(nk_context *ctx, nk_layout_format fmt, float height, int widget_count) => _nk_layout_space_begin(ctx, fmt, height, widget_count);
예제 #2
0
 public static void nk_layout_row(nk_context *ctx, nk_layout_format fmt, float height, int cols, float *ratio) => _nk_layout_row(ctx, fmt, height, cols, ratio);
예제 #3
0
 public static extern void nk_layout_row(nk_context *ctx, nk_layout_format fmt, float height, int cols, float *ratio);
예제 #4
0
 public static void nk_layout_row_begin(nk_context *ctx, nk_layout_format fmt, float row_height, int cols) => _nk_layout_row_begin(ctx, fmt, row_height, cols);
예제 #5
0
 public static extern void nk_layout_row_begin(nk_context *ctx, nk_layout_format fmt, float row_height, int cols);