Re: Help with closing a notebook page (GTK2)

2011-07-05 Thread walter tallent
To: gtk-app-devel-list@gnome.org Sent: Tue, July 5, 2011 6:51:01 AM Subject: Re: Help with closing a notebook page (GTK2) On 4 July 2011 15:02, walter tallent w41...@yahoo.com wrote: Hi. I know I'm coming late to this party, but if you're packing the button into the tab, it's a child

Re: Help with closing a notebook page (GTK2)

2011-07-04 Thread walter tallent
Hi. I know I'm coming late to this party, but if you're packing the button into the tab, it's a child of that notebook page. Can't you retrieve the page you're on by simply calling gtk_notebook_page_num () with the button passed in as the child during the button's clicked signal handler?

Re: GTK+INSTALLATION IN WINDOWS

2011-05-02 Thread walter tallent
I may not understand your problem, but have you tried MinGW? (www.mingw.org) It creates a linux style development environment, all the familiar tools, but builds your code as a windows program. I use it for my cross-platform code. Gtk+ binaries are available. take it easy walter

putting combobox in toolbar

2010-02-23 Thread walter tallent
Hi. I'm trying to add a combobox to my toolbar. I get as far as embedding it into a GtkToolButton with gtk_tool_button_set_label_widget but it seems the button itself is intercepting the mouse clicks and I can't come up with what I need to do to get the clicks through to the combobox so it