File: system-selection.hpp

package info (click to toggle)
ares 147%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 35,260 kB
  • sloc: cpp: 334,263; ansic: 98,696; sh: 131; makefile: 67
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
struct SystemSelection : Panel {
  SystemSelection(View*);
  auto eventChange() -> void;

  ListView systemList{this, Size{~0, ~0}};
};

extern SystemSelection& systemSelection;