Blender V4.3
text_header.cc File Reference
#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BKE_context.hh"
#include "BKE_screen.hh"
#include "DNA_text_types.h"
#include "ED_screen.hh"
#include "WM_types.hh"
#include "UI_interface.hh"
#include "text_intern.hh"

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 *)
 
void TEXT_OT_start_find (wmOperatorType *ot)
 

Function Documentation

◆ text_has_properties_region()

◆ TEXT_OT_start_find()

◆ text_properties_poll()

static bool text_properties_poll ( bContext * C)
static

Definition at line 60 of file text_header.cc.

References CTX_wm_space_text().

Referenced by TEXT_OT_start_find().

◆ text_text_search_exec()