Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
Loading...
Searching...
No Matches
nk_str Struct Reference

Basic string buffer which is only used in context with the text editor to manage and manipulate dynamic or fixed size string content. More...

#include <nuklear.h>

Collaboration diagram for nk_str:

Data Fields

struct nk_buffer buffer
 
int len
 

Detailed Description

Basic string buffer which is only used in context with the text editor to manage and manipulate dynamic or fixed size string content.

This is NOT the default string handling method. The only instance you should have any contact with this API is if you interact with an nk_text_edit object inside one of the copy and paste functions and even there only for more advanced cases.

Definition at line 4269 of file nuklear.h.

Field Documentation

◆ buffer

struct nk_buffer nk_str::buffer

Definition at line 4270 of file nuklear.h.

◆ len

int nk_str::len

Definition at line 4271 of file nuklear.h.