Hey there, I m facing a very peculair problem. To put forth the general question, I want to know as to how can i change the contents of a particular widget ( frame / textbox / etc etc ) present within a particular section of a Vbox, as an action of click on a button present in some other section.
If the question doesnt give a clear idea, heres the exact scenario. ---- My main window has a HBox1, which in itself has 2 collumns, ( first collumnis a Vbox1 in itself and other collumn is a widget for displaying some output results ) Within the Vbox1, lies a complex notebook structure and many more vboxes etc. Here, on some pages of the notebook, there are some button boxes ( each button represents an entity of my project) on clicking these buttons, i need the contents of the second row of Hbox1 to change (remove the existing widget and insert a widget showing the detailed properties of this entity there ) Thus, in short, on clicking a button in some internal section of a complex vbox, i need to change a widget in some Hbox in the same window. Can anyone please guide me with this ? Any help will be highly appreciated. -- Saurabh _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
