[Paraview] Creating new widgets in paraview interface

Brad King brad.king at kitware.com
Tue Jan 25 11:06:27 EST 2005


Jan Jørgensen wrote:
> My problem is that i have been asked to extend the functionality of the 
> import function, by placing a button and a checkbox in paraview to 
> control manual/automatic import of the data. The -command part of the 
> widgets is no problem, but i am having trouble getting the widgets 
> displayed in the Paraview GUI

The Tk widgets you see displayed are not directly created.  Look in 
GUI/Client/Resources/Readers.xml and similar files to see how the GUI 
components are configured.  To add a new widget with some special 
functionality you'll need to look at the other code in GUI/Client.  You 
can also get the ParaView Guide which has a developers section:

http://www.kitware.com/products/paraviewguide.html

-Brad


More information about the ParaView mailing list