Expander question

2013-08-17 Thread Robert Roth
Hi, While developing an application, I have ran into the following problem: * I have a window with a GtkExpander on it * the GtkExpander's labelwidget is a container horizontal GtkBox with a GtkLabel and a GtkButton on it * the GtkButton can only be clicked on it's bottom few pixels, above that

Re: Expander question

2013-08-17 Thread Tristan Van Berkom
Hi Robert, My first impression is that GtkExpander just does not support this type of setup, there may be some way around this but it would be a hack, the expander will want to just eat events in the label-widget area and you will probably have to fight the expander in order to get your events