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_panel Struct Reference
Collaboration diagram for nk_panel:

Data Fields

enum nk_panel_type type
 
nk_flags flags
 
struct nk_rect bounds
 
nk_uint * offset_x
 
nk_uint * offset_y
 
float at_x
 
float at_y
 
float max_x
 
float footer_height
 
float header_height
 
float border
 
unsigned int has_scrolling
 
struct nk_rect clip
 
struct nk_menu_state menu
 
struct nk_row_layout row
 
struct nk_chart chart
 
struct nk_command_bufferbuffer
 
struct nk_panelparent
 

Detailed Description

Definition at line 5462 of file nuklear.h.

Field Documentation

◆ at_x

float nk_panel::at_x

Definition at line 5468 of file nuklear.h.

◆ at_y

float nk_panel::at_y

Definition at line 5468 of file nuklear.h.

◆ border

float nk_panel::border

Definition at line 5471 of file nuklear.h.

◆ bounds

struct nk_rect nk_panel::bounds

Definition at line 5465 of file nuklear.h.

◆ buffer

struct nk_command_buffer* nk_panel::buffer

Definition at line 5477 of file nuklear.h.

◆ chart

struct nk_chart nk_panel::chart

Definition at line 5476 of file nuklear.h.

◆ clip

struct nk_rect nk_panel::clip

Definition at line 5473 of file nuklear.h.

◆ flags

nk_flags nk_panel::flags

Definition at line 5464 of file nuklear.h.

◆ footer_height

float nk_panel::footer_height

Definition at line 5469 of file nuklear.h.

◆ has_scrolling

unsigned int nk_panel::has_scrolling

Definition at line 5472 of file nuklear.h.

◆ header_height

float nk_panel::header_height

Definition at line 5470 of file nuklear.h.

◆ max_x

float nk_panel::max_x

Definition at line 5468 of file nuklear.h.

◆ menu

struct nk_menu_state nk_panel::menu

Definition at line 5474 of file nuklear.h.

◆ offset_x

nk_uint* nk_panel::offset_x

Definition at line 5466 of file nuklear.h.

◆ offset_y

nk_uint* nk_panel::offset_y

Definition at line 5467 of file nuklear.h.

◆ parent

struct nk_panel* nk_panel::parent

Definition at line 5478 of file nuklear.h.

◆ row

struct nk_row_layout nk_panel::row

Definition at line 5475 of file nuklear.h.

◆ type

enum nk_panel_type nk_panel::type

Definition at line 5463 of file nuklear.h.


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