FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void TPointGui::AddTextButton
(
TGCompositeFrame *
f
,
TString
txt
,
Int_t
id
=
-1
,
TGLayoutHints *
h
=
0
)
private
Definition at line
340
of file
TPointGui.cc
.
References
fList
.
Referenced by
TPointGui()
.
341
{
342
TGButton *but =
new
TGTextButton(f, txt,
id
);
343
but->Associate(
this
);
344
f->AddFrame(but, h);
345
fList
->Add(but);
346
347
}
TPointGui::fList
TList * fList
Definition:
TPointGui.h:39
Here is the caller graph for this function:
TPointGui
Generated on Sun Sep 18 2016 20:51:04 for FACT++ by
1.8.11