[vtkusers] How to make vtkLogoWidget undraggable

Sebastien Jourdain sebastien.jourdain at kitware.com
Mon Dec 28 10:57:14 EST 2015


Widget are made for user interaction. But since you can disable that
interaction. I'm guessing that's fine.

On Mon, Dec 28, 2015 at 7:45 AM, vincentrivola <vincentrivola at hotmail.com>
wrote:

> I did some new tests today.
> The trick from Cory seems to work finaly! I guess I made a mistake
> previously while reimporting the newly compiled VTK.
>
> Now if I add in my app:
> logoRepresentation.SetDragable(0);
> or
> logoRepresentation.DragableOff();
>
> the logoWidget is fixed to its initial location.
> If there is a nicer way to do it, I am still open to any proposal.
>
> Regards
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/How-to-make-vtkLogoWidget-undraggable-tp5735607p5735659.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151228/66241d3e/attachment.html>


More information about the vtkusers mailing list