Index: /trunk/FACT++/gui/MainWindow.cc
===================================================================
--- /trunk/FACT++/gui/MainWindow.cc	(revision 10625)
+++ /trunk/FACT++/gui/MainWindow.cc	(revision 10626)
@@ -133,4 +133,24 @@
 }
 
+void on_fEnableTrigger_clicked(bool b)
+{
+    Dim::SendCommand("FTM_CONTROL/ENABLE_TRIGGER", b);
+}
+
+void on_fEnableExt1_clicked(bool b)
+{
+    Dim::SendCommand("FTM_CONTROL/ENABLE_EXT1", b);
+}
+
+void on_fEnableExt2_clicked(bool b)
+{
+    Dim::SendCommand("FTM_CONTROL/ENABLE_EXT2", b);
+}
+
+void on_fEnableVeto_clicked(bool b)
+{
+    Dim::SendCommand("FTM_CONTROL/ENABLE_VETO", b);
+}
+
 void MainWindow::SetTriggerCoincidence()
 {
