Home
last modified time | relevance | path

Searched refs:treedrop (Results 1 – 1 of 1) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlwidgeteventhandler.cpp1952 DStructGDL* treedrop = new DStructGDL( "WIDGET_DROP"); local
1953 treedrop->InitTag("ID", DLongGDL( item->GetWidgetID() )); //ID of the destination
1954 treedrop->InitTag("TOP", DLongGDL( baseWidgetID));
1955 treedrop->InitTag("HANDLER", DLongGDL( GDLWidgetTreeID ));
1956 treedrop->InitTag("DRAG_ID", DLongGDL( GDLWidgetTreeID )); // ID of the source TREE
1957treedrop->InitTag("POSITION",item->IsFolder()?DIntGDL(2):DIntGDL(3)); // 1 above 2 on 3 below de…
1958treedrop->InitTag("X",DLongGDL(event.GetPoint().x)); //x and Y coord of position wrt lower left co…
1959 treedrop->InitTag("Y",DLongGDL(event.GetPoint().y));
1960treedrop->InitTag("MODIFIERS",DIntGDL(me->GetCurrentModifier())); //mask with 1 shift 2 control 4 …
1962 GDLWidget::PushEvent( baseWidgetID, treedrop );