FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void TPointGui::AddCheckButton
(
TGCompositeFrame *
f
,
TString
txt
,
Int_t
id
=
-1
,
TGLayoutHints *
h
=
0
)
private
Definition at line
349
of file
TPointGui.cc
.
References
fList
.
Referenced by
TPointGui()
.
350
{
351
TGButton *but =
new
TGCheckButton(f, txt,
id
);
352
but->Associate(
this
);
353
f->AddFrame(but, h);
354
fList
->Add(but);
355
}
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