[ROOT] TGMainFrame

From: Thomas Bretz (tbretz@uni-sw.gwdg.de)
Date: Wed Feb 07 2001 - 12:17:06 MET


Hello,

I created a class derived from TGMainFrame.

In the constructor I create a button on top of the frame with something
like:
TGTextButton *but=new TGTextButton(this, "text", 555);
but ->MoveResize(13, 13, 13, 13);

If I understood it right it is added to a list and deleted inside a
destructor (TGCLient?)

In the ProcessMessage function of my class I need the pointer (eg to
disable the button). I would like do do something like:
TGTextButton *button=(TGTextButton*)GetResourcePointerById(555); // 555
is the id of the button, see above

Is this possible?

Thankd,
Thomas.



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:35 MET