Blender V2.61 - r43446
Classes | Defines | Typedefs | Functions

textview.h File Reference

Go to the source code of this file.

Classes

struct  TextViewContext

Defines

#define TVC_LINE_FG   (1<<0)
#define TVC_LINE_BG   (1<<1)

Typedefs

typedef struct TextViewContext TextViewContext

Functions

int textview_draw (struct TextViewContext *tvc, int draw, int mval[2], void **mouse_pick, int *pos_pick)

Detailed Description

Definition in file textview.h.


Define Documentation

#define TVC_LINE_BG   (1<<1)

Definition at line 60 of file textview.h.

Referenced by report_textview_line_color(), and textview_draw().

#define TVC_LINE_FG   (1<<0)

Typedef Documentation


Function Documentation

int textview_draw ( struct TextViewContext tvc,
int  draw,
int  mval[2],
void **  mouse_pick,
int *  pos_pick 
)