Signals & Callbacks - Help!!

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

 



I am trying to hook the 'clicked' signal of a button to a callaback
function that receives a std::string value that will be displayed in a
Dialogbox. I have tried this:

callback function
~~~~~~~~~~~~~~~~~
gboolean MessageInfo(std::string& msg){...}


g_signal_connect(GTK_OBJECT(btnCreateAccount), "clicked",
                      GTK_SIGNAL_FUNC(MessageInfo), NULL);

But this does not work, can anyone help?


TIA
_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux