 |
Belle II Software
release-05-01-25
|
11 #include <ecl/modules/eclDisplay/MultilineWidget.h>
20 TGGroupFrame(p, title)
22 SetLayoutManager(
new TGVerticalLayout(
this));
24 for (
int i = 0; i < line_count; i++) {
29 MultilineWidget::~MultilineWidget()
31 for (
unsigned int i = 0; i <
lines.size(); i++) {
45 if (new_count > prev_count) {
46 for (
int i = new_count - prev_count; i > 0; i--)
49 for (
int i = prev_count - new_count; i > 0; i--)
56 TGLabel* line =
lines[line_id];
73 TGLabel* line =
lines[line_id];
79 TGLabel* line =
new TGLabel(
this, text);
81 lines.push_back(line);
82 AddFrame(line,
new TGLayoutHints(kLHintsLeft | kLHintsExpandY));
Abstract base class for different kinds of events.