RE: TGListTree Checked() Signal

From: Bertrand Bellenot <Bertrand.Bellenot_at_cern.ch>
Date: Mon, 23 Jul 2007 12:16:21 +0200


Hi Boris,

Could you send a short working script showing the problem, please ?

Cheers,
Bertrand.

-----Original Message-----
From: owner-roottalk_at_pcroot.cern.ch
[mailto:owner-roottalk_at_pcroot.cern.ch] On Behalf Of Boris Iven Sent: Monday, July 23, 2007 11:54 AM
To: roottalk_at_pcroot.cern.ch
Subject: [ROOT] TGListTree Checked() Signal

Dear ROOT users and developers,

i am using ROOT 5.16.00 on a IA32 SLC 4 machine. I want to use the Checked() Signal emitted by TGListTree:Checked(TObject* obj, Bool_t check) to perform operations on the currently checked/unchecked TGListItem but the TObject Pointer obj is always 0.

Other signals like TGListTree::DoubleClicked(TGListTreeItem* entry, int_t btn) work fine, i get the correct reference to the desired item.

I was wondering why there is no corresponding TGListTree:Checked(TGListTreeItem* entry, Bool_t check) method that emits the Checked() signal with "TGListTreeItem* entry" as a parameter.

Is this currently under development or is there another designated way to get a reference to currently checked item?

Kind regards,

Boris Iven Received on Mon Jul 23 2007 - 12:16:27 CEST

This archive was generated by hypermail 2.2.0 : Mon Jul 23 2007 - 17:50:03 CEST