 |
 |
 |
 |
Etk_Text_View
Define Documentation
#define ETK_TEXT_VIEW_TYPE (etk_text_view_type_get()) |
#define ETK_TEXT_VIEW |
( |
obj |
|
) |
(ETK_OBJECT_CAST((obj), ETK_TEXT_VIEW_TYPE, Etk_Text_View)) |
#define ETK_IS_TEXT_VIEW |
( |
obj |
|
) |
(ETK_OBJECT_CHECK_TYPE((obj), ETK_TEXT_VIEW_TYPE)) |
Function Documentation
Gets the textblock of the text view.
- Parameters:
-
- Returns:
- Returns the textblock of the textview
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 returns NULL
References etk_textblock_object_cursor_get(), and textblock_object.
|
 |
 |
 |
 |
|