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:
--
;
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
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