Re: Examples not working



On 4 July 2014 16:08, Nikita Tropin <posixivist32 gmail com> wrote:
I'm not sure but... try
1) Explicitly cast 1st arg of add_action. i.e. ...
add_action(Glib::ustring("...") ...
2) ... sigc::mem_fun(*this, &ExampleWindow::on_menu_file_new_generic)
... change to
... sigc::ptr_fun(&on_menu_file_new_generic) ...

Hope this helps

Didn't work. :(
But thanks for replying though.


-- 
Gurjot Singh
Blog: http://bhattigurjot.wordpress.com

"You gotta get hurt 'cause that's how you'll learn, You gotta try your
hardest no matter how much you'll burn." ~ Scott Singh


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