Home
last modified time | relevance | path

Searched refs:on_entry_populate_popup (Results 1 – 6 of 6) sorted by path

/dports/audio/easytag/easytag-2.4.3/data/
H A Dfile_area.ui41 <signal name="populate-popup" handler="on_entry_populate_popup"/>
/dports/audio/easytag/easytag-2.4.3/src/
H A Dfile_area.c125 on_entry_populate_popup); in et_file_area_class_init()
H A Dtag_area.c844 on_entry_populate_popup (GtkEntry *entry, in on_entry_populate_popup() function
989 G_CALLBACK (on_entry_populate_popup), self); in et_tag_field_connect_signals()
H A Dtag_area.h56 void on_entry_populate_popup (GtkEntry *entry, GtkWidget *menu, EtTagArea *self);
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dmainwin.cpp126 g_signal_connect (G_OBJECT (entry), "populate-popup", G_CALLBACK (on_entry_populate_popup), this); in Create()
329 void TopWin::on_entry_populate_popup(GtkEntry *entry, GtkMenu *menu, TopWin *oTopWin) in on_entry_populate_popup() function in TopWin
H A Dmainwin.h85 static void on_entry_populate_popup(GtkEntry *entry, GtkMenu *menu, TopWin *oTopWin);