Re: GtkListBox children size?

2015-02-21 Thread The Devils Jester
To answer my own question, its still required to gtk_widget_show the widget when its added to the list box. On Thu, Feb 19, 2015 at 8:00 PM, The Devils Jester < thedevilsjes...@gmail.com> wrote: > I am trying to use the GtkListBox widget, and when I add a child widget to > the list using the code

GtkListBox children size?

2015-02-19 Thread The Devils Jester
I am trying to use the GtkListBox widget, and when I add a child widget to the list using the code below, I get a new list entry for each label I add, but the list entry is only a few pixels in height, and it doesnt appear to show the actual child widget (just a few pixels of the selection rectangl