MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetValue

Method SetValue

source/visualization/OpenGL/src/G4OpenGLXmTextField.cc:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void G4OpenGLXmTextField::SetValue (G4double val)
89{
90 snprintf (initial, 50, "%6.2f", val);
91
92 XtVaSetValues (text_field,
93 XmNvalue, (String)initial,
94 NULL);
95
96}
97
98void G4OpenGLXmTextField::SetValue (const char* val)
99{

Callers 1

UpdateControlPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected