Gtk, How to update GtkViewPort with GtkVBox.
Posted
by PP
on Stack Overflow
See other posts from Stack Overflow
or by PP
Published on 2010-04-16T12:07:27Z
Indexed on
2010/04/16
12:23 UTC
Read the original article
Hit count: 140
I am having one GtkVbox
and I am adding it to GtkViewPort
. View port is created from Glade file.
Now the problem is that my vbox keeps updating on every second (I keep adding widgets to vbox on every second) this vbox but my screen did not get updated as add widgets to my vbox.
I can't create new vbox every time as I need to keep previously added widgets in vbox.
How can I tell GtkViewPort
to refresh list when I add new widgets to my GtkVBox?
© Stack Overflow or respective owner