Gtk.EntryClass

Fields

Name

Type

Access

Description

activate

object

r

backspace

object

r

copy_clipboard

object

r

cut_clipboard

object

r

delete_from_cursor

object

r

get_frame_size

object

r

get_text_area_size

object

r

insert_at_cursor

object

r

insert_emoji

object

r

move_cursor

object

r

parent_class

Gtk.WidgetClass

r

The parent class.

paste_clipboard

object

r

populate_popup

object

r

toggle_overwrite

object

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 to None, but must keep get_text_area_size and get_frame_size non-None; either use the default implementation, or provide a custom one.