"Cannot finding signal handler" even after compiling with -rdynamic

2016-01-17 Thread Jay Aurabind
Hi, I am learning GTK programming. I am using glade to create a UI and then using GtkBuilder to show it. When I run my application, it gives number errors regarding signal handlers: --

Re: "Cannot finding signal handler" even after compiling with -rdynamic

2016-01-17 Thread Jay Aurabind
; Thank you very much Jean! That solved the issue! :-) > Le dimanche 17 janvier 2016 à 20:55 +0530, Jay Aurabind a écrit : >> Hi, >> >> I am learning GTK programming. I am using glade to create a UI and >> then using GtkBuilder to show it. >> >> When I run m

Detect change with stack/ stackswitcher

2016-05-27 Thread Jay Aurabind
Hi, I have added a stackswitcher to the headerbar, and I also have few more button on the header bar. Depending on the stack which user selected, I'd like to make changes to the headerbar. I cant seem to find a way to do it. I've seen a question in SO[1] which asks exactly the same question, but