Table of Contents

 
SetSelect
 

Purpose

Changes the selection box image associated with a text object

 

Protoype

void CTextMngr::SetSelect (string str_text_id, string str_img_id)
 

Parameters

text_id the ID of the text object to change selection image
img_id the ID of the image object containing the selection box
 

Description

This function changes the image of selection box that will appear around the text object. For more information on selection boxes, see SelectText().

 
Use
CTextMngr text;
text.SetSelect("my_text", "my_selection_box");
 

Prev: SetFont
Next: SetText