예제 #1
0
파일: poi.c 프로젝트: shenki/foxtrotgps
void
on_combobox_cat_changed(GtkComboBox     *combobox)
{
	int choice;

	choice = gtk_combo_box_get_active(combobox);
	
	
	set_combobox_subcat(GTK_WIDGET(combobox),choice);
	
}
예제 #2
0
void
on_combobox_cat_changed(GtkComboBox     *combobox)
{
	int choice;
		printf("*** %s(): \n",__PRETTY_FUNCTION__);

	
	choice = gtk_combo_box_get_active(combobox);
	
	
	set_combobox_subcat(GTK_WIDGET(combobox),choice);
	
}