Home
last modified time | relevance | path

Searched refs:on_entry_key_pressed (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/gnote/gnote-41.1/src/
H A Drecentchanges.hpp83 bool on_entry_key_pressed(GdkEventKey *);
H A Drecentchanges.cpp250 .connect(sigc::mem_fun(*this, &NoteRecentChanges::on_entry_key_pressed), false); in make_search_box()
721 bool NoteRecentChanges::on_entry_key_pressed(GdkEventKey *ev) in on_entry_key_pressed() function in gnote::NoteRecentChanges