> I am trying to make some changes in the tree.cxx example in
> the Fltk test folder.
> Right now, when an item is added to the tree, the verbose
> output is displayed on the command prompt. For example -
> -ROOT (2 children, this= 0x55b240, parent=(nil) depth=0)
> |-Ascending (6 children, this=...)
>
> How do I disable this verbose output in the terminal when I
> add an item to the tree?
Remove the call to:
tree->show_self();
I think that will turn off the chatter...
Though you may want to run through the tree.cxx code and turn off any
printf/fprintf calls that are in there too, of course.
Your other questions I do not know enough to comment on.
SELEX Galileo Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14
3EL
A company registered in England & Wales. Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk