Blender V2.61 - r43446
Public Attributes

TextViewContext Struct Reference

#include <textview.h>

List of all members.

Public Attributes

int lheight
int sel_start
int sel_end
int cwidth
int console_width
int winx
int ymin
int ymax
int(* begin )(struct TextViewContext *tvc)
void(* end )(struct TextViewContext *tvc)
void * arg1
void * arg2
int(* step )(struct TextViewContext *tvc)
int(* line_get )(struct TextViewContext *tvc, const char **, int *)
int(* line_color )(struct TextViewContext *tvc, unsigned char fg[3], unsigned char bg[3])
void * iter
int iter_index
int iter_char
int iter_char_next
int iter_tmp

Detailed Description

Definition at line 28 of file textview.h.


Member Data Documentation

Definition at line 34 of file textview.h.

Referenced by console_textview_line_color(), and textview_draw().

Definition at line 33 of file textview.h.

Referenced by console_textview_line_color(), and textview_draw().

void(* TextViewContext::end)(struct TextViewContext *tvc)

Definition at line 50 of file textview.h.

Referenced by console_textview_line_color(), and textview_draw().

int(* TextViewContext::line_color)(struct TextViewContext *tvc, unsigned char fg[3], unsigned char bg[3])
int(* TextViewContext::line_get)(struct TextViewContext *tvc, const char **, int *)

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