ekg2  GIT master
Pola danych
Dokumentacja struktury ncurses_window_t

#include <nc-stuff.h>

Diagram współpracy dla ncurses_window_t:
Collaboration graph
[legenda]

Pola danych

void * window
 
char * prompt
 
int prompt_len
 
int margin_left
 
int margin_right
 
int margin_top
 
int margin_bottom
 
fstring_t ** backlog
 
int backlog_size
 
int redraw
 
int start
 
int lines_count
 
void ** lines
 
int overflow
 
int(* handle_redraw )(window_t *w)
 
void(* handle_mouse )(int x, int y, int state)
 
WINDOW * window
 
gchar * prompt
 
struct screen_linelines
 
time_t last_red_line
 

Dokumentacja pól

◆ backlog

fstring_t ** ncurses_window_t::backlog

◆ backlog_size

int ncurses_window_t::backlog_size

◆ handle_mouse

void(* ncurses_window_t::handle_mouse)(int x, int y, int state)

◆ handle_redraw

int(* ncurses_window_t::handle_redraw)(window_t *w)

◆ last_red_line

time_t ncurses_window_t::last_red_line

◆ lines [1/2]

void** ncurses_window_t::lines

◆ lines [2/2]

struct screen_line* ncurses_window_t::lines

◆ lines_count

int ncurses_window_t::lines_count

◆ margin_bottom

int ncurses_window_t::margin_bottom

◆ margin_left

int ncurses_window_t::margin_left

◆ margin_right

int ncurses_window_t::margin_right

◆ margin_top

int ncurses_window_t::margin_top

◆ overflow

int ncurses_window_t::overflow

◆ prompt [1/2]

char* ncurses_window_t::prompt

◆ prompt [2/2]

gchar* ncurses_window_t::prompt

◆ prompt_len

int ncurses_window_t::prompt_len

◆ redraw

int ncurses_window_t::redraw

◆ start

int ncurses_window_t::start

◆ window [1/2]

void* ncurses_window_t::window

◆ window [2/2]

WINDOW* ncurses_window_t::window

Dokumentacja dla tej struktury została wygenerowana z plików: