Hi José.Thanks for answering, but from your message I see that I misunderstood you, which I apologize.
I want to understand how can I change the right side of the widget from selecting the item on the left side. Which mechanisms do I needed to have multiple right side layers? Do I use frames, etc ...
After loading the devices I have to hide and show the widgets, am I correct?
Another question is how can I do this in Glade?
Best regards,
Pedro Sousa
P.S.: To separate a left from right side I use GtkHPaned widget.
José Alburquerque wrote:
Pedro Sousa wrote:Hi, I'm trying to build a project with the following description: A window consisting of two parts:- On the left side, exist a treeview containing items with different meanings. - On the right side, the contents will depend on the item selected on the left side.A possible layout is attached in this mail.My question is simple, how can I change the right side, after selection of the respective item type? Is it possible to do it with glade?TreeView::Selection::signal_changed() may be what you're looking for. -Jose