Nuklear
This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and render backends, it focuses only on the actual UI.
 
Loading...
Searching...
No Matches
nk_edit_state Struct Reference
Collaboration diagram for nk_edit_state:

Data Fields

nk_hash name
 
unsigned int seq
 
unsigned int old
 
int active
 
int prev
 
int cursor
 
int sel_start
 
int sel_end
 
struct nk_scroll scrollbar
 
unsigned char mode
 
unsigned char single_line
 

Detailed Description

Definition at line 5512 of file nuklear.h.

Field Documentation

◆ active

int nk_edit_state::active

Definition at line 5516 of file nuklear.h.

◆ cursor

int nk_edit_state::cursor

Definition at line 5517 of file nuklear.h.

◆ mode

unsigned char nk_edit_state::mode

Definition at line 5521 of file nuklear.h.

◆ name

nk_hash nk_edit_state::name

Definition at line 5513 of file nuklear.h.

◆ old

unsigned int nk_edit_state::old

Definition at line 5515 of file nuklear.h.

◆ prev

int nk_edit_state::prev

Definition at line 5516 of file nuklear.h.

◆ scrollbar

struct nk_scroll nk_edit_state::scrollbar

Definition at line 5520 of file nuklear.h.

◆ sel_end

int nk_edit_state::sel_end

Definition at line 5519 of file nuklear.h.

◆ sel_start

int nk_edit_state::sel_start

Definition at line 5518 of file nuklear.h.

◆ seq

unsigned int nk_edit_state::seq

Definition at line 5514 of file nuklear.h.

◆ single_line

unsigned char nk_edit_state::single_line

Definition at line 5522 of file nuklear.h.


The documentation for this struct was generated from the following file: