Blender V2.61 - r43446
Defines | Functions

text_header.c File Reference

#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_screen.h"
#include "WM_types.h"
#include "text_intern.h"

Go to the source code of this file.

Defines

#define HEADER_PATH_MAX   260

Functions

static ARegiontext_has_properties_region (ScrArea *sa)
static int text_properties_poll (bContext *C)
static int text_properties_exec (bContext *C, wmOperator *UNUSED(op))
void TEXT_OT_properties (wmOperatorType *ot)

Detailed Description

Definition in file text_header.c.


Define Documentation

#define HEADER_PATH_MAX   260

Definition at line 71 of file text_header.c.


Function Documentation

static ARegion* text_has_properties_region ( ScrArea sa) [static]
void TEXT_OT_properties ( wmOperatorType ot)
static int text_properties_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int text_properties_poll ( bContext C) [static]

Definition at line 101 of file text_header.c.

References CTX_wm_space_text(), and NULL.

Referenced by TEXT_OT_properties().