ekg2  GIT master
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
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

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

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