htop/AvailableColumnsPanel.h

29 lines
557 B
C
Raw Normal View History

2006-06-06 20:28:42 +00:00
/* Do not edit this file. It was automatically generated. */
2006-03-04 18:16:49 +00:00
2006-05-30 13:47:28 +00:00
#ifndef HEADER_AvailableColumnsPanel
#define HEADER_AvailableColumnsPanel
2006-03-04 18:16:49 +00:00
#include "Settings.h"
#include "Header.h"
#include "ScreenManager.h"
2006-06-06 20:28:42 +00:00
#include "ColumnsPanel.h"
2006-03-04 18:16:49 +00:00
2006-05-30 13:47:28 +00:00
#include "Panel.h"
2006-03-04 18:16:49 +00:00
#include "debug.h"
#include <assert.h>
2006-05-30 13:47:28 +00:00
typedef struct AvailableColumnsPanel_ {
Panel super;
2006-06-06 20:28:42 +00:00
Panel* columns;
2006-03-04 18:16:49 +00:00
Settings* settings;
ScreenManager* scr;
2006-05-30 13:47:28 +00:00
} AvailableColumnsPanel;
2006-03-04 18:16:49 +00:00
2006-05-30 13:47:28 +00:00
AvailableColumnsPanel* AvailableColumnsPanel_new(Settings* settings, Panel* columns, ScreenManager* scr);
2006-03-04 18:16:49 +00:00
#endif