#include <TGControlList.h>
Definition at line 28 of file TGControlList.h.
Public Member Functions | |
| TGControlListItemUserData () | |
| ~TGControlListItemUserData () | |
| TGPopupMenu * | GetContextMenu () |
| void | SetContextMenu (TGPopupMenu *p) |
| void * | GetObject () |
| void | SetObject (void *o) |
|
|
Definition at line 35 of file TGControlList.h.
00035 {
00036 fContextMenu=NULL;
00037 fObject=NULL;
00038 };
|
|
|
Definition at line 39 of file TGControlList.h.
00039 {};
|
|
|
Definition at line 41 of file TGControlList.h.
00041 { return fContextMenu; };
|
|
|
Definition at line 44 of file TGControlList.h. Referenced by TGControlList::GetObject().
00044 { return fObject; };
|
|
|
Definition at line 42 of file TGControlList.h.
00042 { fContextMenu=p; };
|
|
|
Definition at line 45 of file TGControlList.h.
00045 { fObject = o;};
|
1.3.2