예제 #1
0
파일: gconf.c 프로젝트: OpenHMR/Open-HMR600
void on_load_pressed(GtkButton * button, gpointer user_data)
{
	on_load1_activate(NULL, user_data);
}
예제 #2
0
void
on_button2_clicked                     (GtkButton       *button,
                                        gpointer         user_data)
{
    on_load1_activate(NULL,user_data);
}