Blender  V3.3
Functions
text_header.c File Reference
#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_screen.h"
#include "WM_types.h"
#include "UI_interface.h"
#include "text_intern.h"

Go to the source code of this file.

Functions

static ARegiontext_has_properties_region (ScrArea *area)
 
static bool text_properties_poll (bContext *C)
 
static int text_text_search_exec (bContext *C, wmOperator *UNUSED(op))
 
void TEXT_OT_start_find (wmOperatorType *ot)
 

Function Documentation

◆ text_has_properties_region()

static ARegion* text_has_properties_region ( ScrArea area)
static

◆ TEXT_OT_start_find()

void TEXT_OT_start_find ( wmOperatorType ot)

◆ text_properties_poll()

static bool text_properties_poll ( bContext C)
static

Definition at line 57 of file text_header.c.

References C, CTX_wm_space_text(), and NULL.

Referenced by TEXT_OT_start_find().

◆ text_text_search_exec()

static int text_text_search_exec ( bContext C,
wmOperator UNUSEDop 
)
static