Gtk.EntryClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
activate |
r |
||
backspace |
r |
||
copy_clipboard |
r |
||
cut_clipboard |
r |
||
delete_from_cursor |
r |
||
get_frame_size |
r |
||
get_text_area_size |
r |
||
insert_at_cursor |
r |
||
insert_emoji |
r |
||
move_cursor |
r |
||
parent_class |
r |
The parent class. |
|
paste_clipboard |
r |
||
populate_popup |
r |
||
toggle_overwrite |
r |
Methods¶
None
Details¶
- class Gtk.EntryClass¶
Class structure for
Gtk.Entry
. All virtual functions have a default implementation. Derived classes may set the virtual function pointers for the signal handlers toNone
, but must keep get_text_area_size and get_frame_size non-None
; either use the default implementation, or provide a custom one.