Home
last modified time | relevance | path

Searched refs:gui_handler_group_connect (Results 1 – 4 of 4) sorted by relevance

/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dcfg_types.c683gui_handler_group_connect(page->handlers, G_OBJECT(page->name), "changed", G_CALLBACK(evt_name_cha… in ctp_init()
698gui_handler_group_connect(page->handlers, G_OBJECT(page->itype[i]), "clicked", G_CALLBACK(evt_mode… in ctp_init()
705gui_handler_group_connect(page->handlers, G_OBJECT(page->irperm), "clicked", G_CALLBACK(evt_id_req… in ctp_init()
712gui_handler_group_connect(page->handlers, G_OBJECT(page->iperm[i]), "clicked", G_CALLBACK(evt_id_p… in ctp_init()
728gui_handler_group_connect(page->handlers, G_OBJECT(page->ident[i].check), "clicked", G_CALLBACK(ev… in ctp_init()
734gui_handler_group_connect(page->handlers, G_OBJECT(page->ident[i].entry), "changed", G_CALLBACK(ev… in ctp_init()
744gui_handler_group_connect(page->handlers, G_OBJECT(page->ident[i].glob), "clicked", G_CALLBACK(evt… in ctp_init()
749gui_handler_group_connect(page->handlers, G_OBJECT(page->ident[i].nocase), "clicked", G_CALLBACK(e… in ctp_init()
763gui_handler_group_connect(page->handlers, G_OBJECT(page->sbtn), "clicked", G_CALLBACK(evt_style_cl… in ctp_init()
H A Dguiutil.h21 extern gulong gui_handler_group_connect(GuiHandlerGroup *g, GObject *obj, const gchar *signal, GCa…
H A Dguiutil.c239 gulong gui_handler_group_connect(GuiHandlerGroup *g, GObject *obj, const gchar *signal, GCallback c… in gui_handler_group_connect() function
H A Dcfg_styles.c871gui_handler_group_connect(page->handlers, G_OBJECT(page->dname), "changed", G_CALLBACK(evt_style_n… in cst_init()