Files
ginput/src/ui/panels/empty-panel.h
2023-07-23 15:20:23 +02:00

12 lines
170 B
C

#pragma once
#include "ui/panel.h"
G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE(EmptyPanel, empty_panel, GINPUT, EMPTY_PANEL, Panel)
G_END_DECLS
Panel* empty_panel_new(void);