Etk
Main Page Object Hierarchy Data Structures Related Pages
Etk

etk_text_view2.h File Reference


Detailed Description


Data Structures

struct  Etk_Text_View2

Defines

#define ETK_TEXT_VIEW2_TYPE   (etk_text_view2_type_get())
 Gets the type of a text view.
#define ETK_TEXT_VIEW2(obj)   (ETK_OBJECT_CAST((obj), ETK_TEXT_VIEW2_TYPE, Etk_Text_View2))
 Casts the object to an Etk_Text_View2.
#define ETK_IS_TEXT_VIEW2(obj)   (ETK_OBJECT_CHECK_TYPE((obj), ETK_TEXT_VIEW2_TYPE))
 Checks if the object is an Etk_Text_View2.

Functions

Etk_Widget * etk_text_view2_new (void)
 Creates a new text-view.
Etk_Textblock2 * etk_text_view2_textblock_get (Etk_Text_View2 *text_view)
 Gets the textblock used by the text-view.
Etk_Textblock2_Iter * etk_text_view2_cursor_get (Etk_Text_View2 *text_view)
 Gets the cursor's iterator of the text-view.
Etk_Textblock2_Iter * etk_text_view2_selection_bound_get (Etk_Text_View2 *text_view)
 Gets the selection-bound's iterator of the text-view.