[gnomemm] libglademm-2 functions for signals



hiya. i'm trying to write a program using libglademm-2
now using glade i set that for a button, the clicked signal will execute a function called: on_t_new_button_clicked.

now in the source itself i created a function that looks like this:

void on_t_new_button_clicked                (GtkButton       *button,
                                        gpointer         user_data)
{
	g_print("hello it's fucking working\n");
}

but still when i press on that same button nothing happends. any ideas why? thanks

  Kfir Ozer (ufk2k yahoo com)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]