summaryrefslogtreecommitdiffstats
path: root/EnvScreen.h
blob: f33f059106877c2f1188c19ce0f981455caf4b32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Do not edit this file. It was automatically generated. */

#ifndef HEADER_EnvScreen
#define HEADER_EnvScreen

#include "ProcessList.h"
#include "Panel.h"
#include "FunctionBar.h"

typedef struct EnvScreen_ {
   Process* process;
   Panel* display;
   FunctionBar* bar;
} EnvScreen;

EnvScreen* EnvScreen_new(Process* process);

void EnvScreen_delete(EnvScreen* this);

void EnvScreen_run(EnvScreen* this);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy