Esempio n. 1
0
int d_aphoton_menu_proc(int msg, DIALOG *d, int c)
{
    return d_menu_proc(msg, d, c);
}
Esempio n. 2
0
int d_agtk_menu_proc(int msg, DIALOG *d, int c)
{
    return d_menu_proc(msg, d, c);
}
Esempio n. 3
0
int
d_abitmap_menu_proc (int msg, DIALOG *d, int c)
{
	return d_menu_proc (msg, d, c);
}