Joined: 21 Sep 2005 Posts: 505 Location: Portland, OR USA
Posted: Wed Aug 27, 2008 3:27 pm Post subject:
Since you know that the label is the 2nd child of the HBox (assuming that's how you packed them) then you can use gtk_container_get_children () on the GtkHBox and then g_list_nth_data () to get the 1st element (0-indexed I think) to get a pointer to that widget. Something like this maybe: