Ejemplo n.º 1
0
 public static extern int nk_group_scrolled_begin(nk_context *ctx, nk_scroll *scroll, byte *title, uint nkflags);
Ejemplo n.º 2
0
 public static extern int nk_group_scrolled_begin(
     nk_context *ctx,
     nk_scroll *scroll,
     string title,
     nk_panel_flags nkflags
     );