Blender V2.61 - r43446
Defines | Functions | Variables

text_python.c File Reference

#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "DNA_text_types.h"
#include "BKE_suggestions.h"
#include "BKE_text.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "WM_types.h"
#include "text_intern.h"

Go to the source code of this file.

Defines

#define L_MOUSE   0
#define M_MOUSE   0
#define R_MOUSE   0
#define LR_SHIFTKEY   0
#define LR_ALTKEY   0
#define LR_CTRLKEY   0
#define LR_OSKEY   0

Functions

int text_do_suggest_select (SpaceText *st, ARegion *ar)
void text_pop_suggest_list (void)
static void get_suggest_prefix (Text *text, int offset)
static void confirm_suggestion (Text *text, int skipleft)
static short UNUSED_FUNCTION() do_texttools (SpaceText *st, char ascii, unsigned short evnt, short val)
static short UNUSED_FUNCTION() do_textmarkers (SpaceText *st, char ascii, unsigned short evnt, short val)

Variables

static int doc_scroll = 0

Detailed Description

Definition in file text_python.c.


Define Documentation

#define L_MOUSE   0

Definition at line 183 of file text_python.c.

#define LR_ALTKEY   0

Definition at line 187 of file text_python.c.

Referenced by do_textmarkers(), view_editmove(), and viewnumpad_exec().

#define LR_CTRLKEY   0

Definition at line 188 of file text_python.c.

Referenced by do_textmarkers(), and view_editmove().

#define LR_OSKEY   0

Definition at line 189 of file text_python.c.

#define LR_SHIFTKEY   0

Definition at line 186 of file text_python.c.

Referenced by do_textmarkers(), and view_editmove().

#define M_MOUSE   0

Definition at line 184 of file text_python.c.

#define R_MOUSE   0

Definition at line 185 of file text_python.c.


Function Documentation

static void confirm_suggestion ( Text text,
int  skipleft 
) [static]
static short UNUSED_FUNCTION() do_textmarkers ( SpaceText st,
char  ascii,
unsigned short  evnt,
short  val 
) [static]
static short UNUSED_FUNCTION() do_texttools ( SpaceText st,
char  ascii,
unsigned short  evnt,
short  val 
) [static]
static void get_suggest_prefix ( Text text,
int  offset 
) [static]
int text_do_suggest_select ( SpaceText st,
ARegion ar 
)
void text_pop_suggest_list ( void  )

Variable Documentation

int doc_scroll = 0 [static]

Definition at line 192 of file text_python.c.

Referenced by do_texttools().