#include <vtext.h>
Inheritance diagram for vtext:
Public Methods | |
vtext (vwidget *par) | |
~vtext (void) | |
void | destroy (void) |
virtual int | kind (void) |
void | set_text_wrap (bool wrap) |
column_id | add_column (int width) |
void | remove_column (column_id) |
void | set_column_text (column_id col, int line_num, char *text) |
int | insert_file (char *filename, bool add_line_num = false) |
virtual void | update (void) |
virtual void | clear (void) |
virtual void | tag_style (text_style style) |
virtual void* | tag_begin (vnode *obj) |
virtual void* | tag_begin (vnode *obj, print_fn fn, int d, void *client_data) |
virtual void | tag_end (vnode *obj) |
tag_node* | root_tag (void) |
tag_node* | find_tag (vnode *obj) |
tag_node_list* | find_tags (vnode *obj) |
void | update_props (void) |
void | update_prop (vprop *p) |
void | view (int row, int col) |
void | view (tag_node *tag) |
void | view (vnode *vn) |
int | get_top_row (void) |
virtual vnode* | get_selection (void) |
void | select_clear (void) |
void | select_node_at (int row, int col, int scope = 0) |
void | select_line (int row) |
void | select (tag_node *node, bool add = false) |
void | select (vnode *vn, bool add = false) |
void | select_expand (void) |
void | expand_node (tag_node *node) |
void | collapse_node (tag_node *node) |
void | collapse_all (void) |
void | expand_all (void) |
Static Public Methods | |
int TCLTK_CALLING_CONVENTION | vtext_cmd (ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]) |
|
|
|
|
Reimplemented from vtty.
|
|
|
Reimplemented from vtty.
|
|
|
|
|
Reimplemented from vwidget.
|
|
|
Reimplemented from vtty.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtty.
|
Reimplemented from vtty.
|
Reimplemented from vtty.
|
Reimplemented from vtty.
|
Reimplemented from vtty.
|
|
|
|
|
Reimplemented from vtty.
|