libInit.cc
changeset 6127 e6c8cdb86616
parent 6045 ea2376a701d2
child 6421 469a3600af46
--- a/libInit.cc	Tue Mar 07 18:31:55 2017 +0100
+++ b/libInit.cc	Tue Mar 07 18:31:56 2017 +0100
@@ -40,7 +40,6 @@
 extern void _stx_137libwidg_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _Button_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _CheckLabel_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
-extern void _DragRectangleController_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _EnterBox_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _FontPanel_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _HVScrollableView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -52,7 +51,9 @@
 extern void _MultiColumnPanelView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _MultiSelectionInList_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _OptionBox_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
+extern void _PointFromUserController_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _PopUpListController_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
+extern void _RectangleFromUserController_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _SelectionInListView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _SequenceView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _TextView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -127,7 +128,6 @@
     _stx_137libwidg_Init(pass,__pRT__,snd);
     _Button_Init(pass,__pRT__,snd);
     _CheckLabel_Init(pass,__pRT__,snd);
-    _DragRectangleController_Init(pass,__pRT__,snd);
     _EnterBox_Init(pass,__pRT__,snd);
     _FontPanel_Init(pass,__pRT__,snd);
     _HVScrollableView_Init(pass,__pRT__,snd);
@@ -139,7 +139,9 @@
     _MultiColumnPanelView_Init(pass,__pRT__,snd);
     _MultiSelectionInList_Init(pass,__pRT__,snd);
     _OptionBox_Init(pass,__pRT__,snd);
+    _PointFromUserController_Init(pass,__pRT__,snd);
     _PopUpListController_Init(pass,__pRT__,snd);
+    _RectangleFromUserController_Init(pass,__pRT__,snd);
     _SelectionInListView_Init(pass,__pRT__,snd);
     _SequenceView_Init(pass,__pRT__,snd);
     _TextView_Init(pass,__pRT__,snd);