[Paraview-developers] Variable tooltips
Joe Ping-Lin Hsiao
phsiao at cs.unc.edu
Thu May 23 11:03:22 EDT 2013
Hi,
I have created a custom filter in ParaView 3.98.1, and I'd like to have
tooltip show up when user hover the mouse over one of the exposed variables.
In my code, I have
<DoubleVectorProperty
name="DomainSigma"
command="SetDomainSigma"
number_of_elements="1"
default_values="4.0">
<DoubleRangeDomain name="range"/>
<Documentation>The width of edges that you would like to preserve
in pixel.</Documentation>
</DoubleVectorProperty>
But the text within Documentation tags won't show up. Am I missing
something?
Thanks,
Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130523/086662b9/attachment.htm>
More information about the Paraview-developers
mailing list