Signal
IdeEntryPopover::insert-text
Declaration
gboolean
insert_text (
IdeEntryPopover* self,
guint position,
gchar* chars,
guint n_chars,
gpointer user_data
)
Description
Use this signal to determine if text should be allowed to be inserted into the text buffer. Return GDK_EVENT_STOP to prevent the text from being inserted.
Default handler: The default handler is called after the handlers added via |