Struct
GntNode
Description [src]
struct GntNode {
GntWidget* me;
WINDOW* window;
int scroll;
PANEL* panel;
GntWS* ws;
}
A node in the window management tree.
Structure members
meThe widget handled by this node.
windowThe ncurses window that backs this node.
scrollThe scroll position of the node.
panelThe ncurses panel that backs this node.
wsThe workspace of this node.