Etk_Text_View2
Detailed Description
TODOC: brief description.
Define Documentation
#define ETK_TEXT_VIEW2_TYPE (etk_text_view2_type_get()) |
#define ETK_TEXT_VIEW2 |
( |
obj |
|
) |
(ETK_OBJECT_CAST((obj), ETK_TEXT_VIEW2_TYPE, Etk_Text_View2)) |
#define ETK_IS_TEXT_VIEW2 |
( |
obj |
|
) |
(ETK_OBJECT_CHECK_TYPE((obj), ETK_TEXT_VIEW2_TYPE)) |
Function Documentation
Gets the textblock used by the text-view.
- Parameters:
-
- Returns:
- Returns the textblock used by the text-view
References textblock.
Gets the cursor's iterator of the text-view.
- Parameters:
-
| text_view | a text-view |
| Returns | the cursor's iterator of the text-view |
- Warning:
- The text-view has to be realized, otherwise it will return NULL
References etk_textblock2_object_cursor_get(), and tbo.
Gets the selection-bound's iterator of the text-view.
- Parameters:
-
| text_view | a text-view |
| Returns | the selection-bound's iterator of the text-view |
- Warning:
- The text-view has to be realized, otherwise it will return NULL
References etk_textblock2_object_selection_bound_get(), and tbo.