summaryrefslogtreecommitdiff
path: root/apps/X11/VCL/TWinControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/VCL/TWinControl.cpp')
-rw-r--r--apps/X11/VCL/TWinControl.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/X11/VCL/TWinControl.cpp b/apps/X11/VCL/TWinControl.cpp
new file mode 100644
index 0000000..79edfe8
--- /dev/null
+++ b/apps/X11/VCL/TWinControl.cpp
@@ -0,0 +1,16 @@
+#include <TWinControl.h>
+extern "C" {
+#include <gtk/gtkwidget.h>
+}
+
+TWinControl::TWinControl(TComponent *AOwner) : TControl(AOwner) {
+}
+
+
+TWinControl::TWinControl(GtkWidget *ParentWindow) : TControl(0) {
+}
+
+
+TWinControl::~TWinControl() {
+}
+