I have a GtkVBox with some labels and some empty blocks in it ... I have created this window + vBox in Glade3... Working under C.
+----------------+
|Lable1 |
+----------------+
|EMPTY |
+----------------+
|Label2 |
+----------------+
|Lable3 |
+----------------+
On some external events i want to add a label widget at the EMPTY place... How to do it?
Plus, how can i remove any of the label and add new widget at that place?