Hi Stephane,<div><br></div><div>VTK is not meant to provide you with those kinds of GUI elements (unless you take the trouble to write them all yourself). Normally, people use some other toolkit (like Qt, Tk or MFC, for example) to add these elements. Of course, then they can&#39;t be within a render window.</div>
<div><br></div><div>If you still want to do this, take a look at the new Widgets hierarchy (derived classes of vtkAbstractWidget, and the representations in vtkWidgetRepresentation). I don&#39;t know how much they will help, though.</div>
<div><br></div><div>Cheers,</div><div>Shash<br><br><div class="gmail_quote">On Mon, Dec 22, 2008 at 5:21 PM, Stéphane CALANDE <span dir="ltr">&lt;<a href="mailto:scalande@gmail.com">scalande@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi vtk-list,<br><br><br>I&#39;d like to know how is it possible to add some graphic elements (a button, a list, a radiobutton,...) in a vtkRenderWindow...<br>
<br>In fact, my purpose is to give the user the possibility of customizing the mouse buttons (zoom, window/level, ...)<br>
<br><br><br>I already wish you a merry Christmas,<br><br><br>Regards,<br><font color="#888888"><br><br>Stéphane<br>
</font><br>_______________________________________________<br>
This is the private VTK discussion list.<br>
Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>