Widgets to show a number or text

Hi ,
can you give me an hint about the widgets that I can use to show a Number or Text?
I tried TGNumberEntry and TGTextEntry but the method SetEditable(kFALSE) doesn’t work and they are always editable.
I don’t like TGLabel to show a result because its style is typical of static text.
I don’t like TGTextView because it is for multiline text.

Hi,

Try with TGTextEntry::SetEnabled()

Cheers, Bertrand.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.