Gtk.TextViewClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
backspace |
r |
The class handler for the |
|
copy_clipboard |
r |
The class handler for the #GtkTextview::copy-clipboard keybinding signal. |
|
create_buffer |
r |
The create_buffer vfunc is called to create a |
|
cut_clipboard |
r |
The class handler for the |
|
delete_from_cursor |
r |
The class handler for the |
|
draw_layer |
r |
The draw_layer vfunc is called before and after the text view is drawing its own text. Applications can override this vfunc in a subclass to draw customized content underneath or above the text. In the |
|
extend_selection |
r |
The class handler for the |
|
insert_at_cursor |
r |
The class handler for the |
|
insert_emoji |
r |
||
move_cursor |
r |
The class handler for the |
|
parent_class |
r |
The object class structure needs to be the first |
|
paste_clipboard |
r |
The class handler for the |
|
populate_popup |
r |
The class handler for the |
|
set_anchor |
r |
The class handler for the |
|
toggle_overwrite |
r |
The class handler for the |
Methods¶
None
Details¶
- class Gtk.TextViewClass¶