Ejemplo n.º 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);
Ejemplo n.º 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);
Ejemplo n.º 3
0
 public static extern void nk_layout_row(nk_context *ctx, nk_layout_format fmt, float height, int cols, float *ratio);
Ejemplo n.º 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);
Ejemplo n.º 5
0
 public static extern void nk_layout_row_begin(nk_context *ctx, nk_layout_format fmt, float row_height, int cols);