return sizeList;
}
+SWIGEXPORT void * SWIGSTDCALL CSharp_TextGeometry_TextEditor_GetTextBoundingRectangle(void * pTextEditor, uint32_t startIndex, uint32_t endIndex)
+{
+ Dali::Toolkit::TextEditor *textEditor = (Dali::Toolkit::TextEditor *) 0;
+ void* boundingRect;
+
+ textEditor = (Dali::Toolkit::TextEditor *)pTextEditor;
+ {
+ try {
+ boundingRect = new Dali::Rect<>
+ ((const Dali::Rect<> &)(Dali::Toolkit::DevelTextEditor::GetTextBoundingRectangle( *textEditor, startIndex, endIndex)));
+ }
+ CALL_CATCH_EXCEPTION(0);
+ }
+
+ return boundingRect;
+}
+
SWIGEXPORT char* SWIGSTDCALL CSharp_Dali_TextEditor_CopyText(void *pTextEditor)
{
char *csCopiedText;
return sizeList;
}
+SWIGEXPORT void * SWIGSTDCALL CSharp_TextGeometry_TextField_GetTextBoundingRectangle(void * pTextField, uint32_t startIndex, uint32_t endIndex)
+{
+ Dali::Toolkit::TextField *textField = (Dali::Toolkit::TextField *) 0;
+ void* boundingRect;
+
+ textField = (Dali::Toolkit::TextField *)pTextField;
+ {
+ try {
+ boundingRect = new Dali::Rect<>
+ ((const Dali::Rect<> &)(Dali::Toolkit::DevelTextField::GetTextBoundingRectangle( *textField, startIndex, endIndex)));
+ }
+ CALL_CATCH_EXCEPTION(0);
+ }
+
+ return boundingRect;
+}
+
SWIGEXPORT char* SWIGSTDCALL CSharp_Dali_TextField_CopyText(void *pTextField)
{
char *csCopiedText;
return sizeList;
}
+SWIGEXPORT void * SWIGSTDCALL CSharp_TextGeometry_TextLabel_GetTextBoundingRectangle(void * pTextLabel, uint32_t startIndex, uint32_t endIndex)
+{
+ Dali::Toolkit::TextLabel *textLabel = (Dali::Toolkit::TextLabel *) 0;
+ void* boundingRect;
+
+ textLabel = (Dali::Toolkit::TextLabel *)pTextLabel;
+ {
+ try {
+ boundingRect = new Dali::Rect<>
+ ((const Dali::Rect<> &)(Dali::Toolkit::DevelTextLabel::GetTextBoundingRectangle( *textLabel, startIndex, endIndex)));
+ }
+ CALL_CATCH_EXCEPTION(0);
+ }
+
+ return boundingRect;
+}
+
SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_TextLabel_AnchorClickedSignal(void * jarg1) {
void * jresult ;
Dali::Toolkit::TextLabel *arg1 = (Dali::Toolkit::TextLabel *) 0 ;