Class
GntTextView
Instance methods
gnt_text_view_append_text_with_tag
Append text in the textview, with some identifier (tag) for the added text.
gnt_text_view_attach_editor_widget
Setup appropriate hooks so that pressing some keys when ‘widget’ is in focus triggers the EDITOR to popup with the contents of the textview in it.
gnt_text_view_attach_pager_widget
Setup appropriate hooks so that pressing some keys when the ‘pager’ widget is in focus triggers the PAGER to popup with the contents of the textview in it.
gnt_text_view_attach_scroll_widget
Setup hooks so that pressing up/down/page-up/page-down keys when ‘widget’ is in focus scrolls the textview.
gnt_text_view_next_line
Move the cursor to the beginning of the next line and resets text-attributes. It first completes the current line with the current text-attributes.
Methods inherited from GntBindable (6)
gnt_bindable_bindings_view
Returns a GntTree populated with “key” -> “binding” for the widget.
since: 2.1.1
gnt_bindable_build_help_window
Builds a window that list the key bindings for a GntBindable object. From this window a user can select a listing to rebind a new key for the given action.
since: 2.1.1
gnt_bindable_check_key
Discover if a key is bound.
since: 2.4.2
gnt_bindable_perform_action_key
Perform an action from a keybinding.
gnt_bindable_perform_action_named
Perform an action on a bindable object.
gnt_bindable_remap_keys
Signals
Signals inherited from GntWidget (15)
GntWidget::activate
GntWidget::clicked
GntWidget::confirm-size
GntWidget::context-menu
GntWidget::destroy
GntWidget::draw
GntWidget::expose
GntWidget::gained-focus
GntWidget::hide
GntWidget::key-pressed
GntWidget::lost-focus
GntWidget::map
GntWidget::position-set
GntWidget::size-changed
GntWidget::size-request
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.