Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_dragdrop.c285 LISTBASE_FOREACH (wmDragID *, drag_id, &drag->ids) { in WM_drag_add_ID()
286 if (drag_id->id == id) { in WM_drag_add_ID()
287 if (drag_id->from_parent == NULL) { in WM_drag_add_ID()
288 drag_id->from_parent = from_parent; in WM_drag_add_ID()
292 if (GS(drag_id->id->name) != GS(id->name)) { in WM_drag_add_ID()
300 drag_id->id = id; in WM_drag_add_ID()
301 drag_id->from_parent = from_parent; in WM_drag_add_ID()
302 BLI_addtail(&drag->ids, drag_id); in WM_drag_add_ID()
311 wmDragID *drag_id = drag->ids.first; in WM_drag_ID() local
312 if (!drag_id) { in WM_drag_ID()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dwindrag.cc37 combo_handler(combfun), drag_id(-1) { in Windnd()
92 drag_id = U7_TARGET_SHAPEID; in DragEnter()
95 drag_id = U7_TARGET_CHUNKID; in DragEnter()
98 drag_id = U7_TARGET_COMBOID; in DragEnter()
101 drag_id = U7_TARGET_NPCID; in DragEnter()
125 switch (drag_id) { in DragOver()
156 switch (drag_id) { in DragLeave()
167 drag_id = -1; in DragLeave()
H A Dwindrag.h37 int drag_id; variable
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_dragdrop.c386 for (wmDragID *drag_id = drag; drag_id; drag_id = drag_id->next) { in parent_drop_set_parents() local
387 if (GS(drag_id->id->name) == ID_OB) { in parent_drop_set_parents()
388 Object *object = (Object *)drag_id->id; in parent_drop_set_parents()
518 if (GS(drag_id->id->name) == ID_OB) { in parent_clear_invoke()
1134 wmDragID *drag_id = drag->ids.first; in collection_drop_init() local
1135 if (drag_id == NULL) { in collection_drop_init()
1139 ID *id = drag_id->id; in collection_drop_init()
1145 ID *parent = drag_id->from_parent; in collection_drop_init()
1270 if (GS(drag_id->id->name) == ID_OB) { in collection_drop_invoke()
1346 if (!data.drag_id) { in outliner_item_drag_drop_invoke()
[all …]
H A Doutliner_draw.c2082 data.drag_id = tselem->id; in tree_element_get_icon()
2086 data.drag_id = tselem->id; in tree_element_get_icon()
2181 data.drag_id = tselem->id; in tree_element_get_icon()
2191 data.drag_id = tselem->id; in tree_element_get_icon()
2360 data.drag_id = (ID *)te->rnaptr.data; in tree_element_get_icon()
2372 data.drag_id = tselem->id; in tree_element_get_icon()
2373 data.drag_parent = (data.drag_id && te->parent) ? TREESTORE(te->parent)->id : NULL; in tree_element_get_icon()
2385 data.drag_id = tselem->id; in tree_element_get_icon()
2394 data.drag_id = tselem->id; in tree_element_get_icon()
2395 data.drag_parent = (data.drag_id && te->parent) ? TREESTORE(te->parent)->id : NULL; in tree_element_get_icon()
[all …]
H A Doutliner_intern.h77 struct ID *drag_id, *drag_parent; member
/dports/games/el/Eternal-Lands-1.9.5.9-1/map_editor/
H A Delwindows.c184 int drag_id= 0; in drag_windows() local
190 while(drag_id <= 0) in drag_windows()
200 drag_id= i; in drag_windows()
226 while(drag_id <= 0) in drag_windows()
236 drag_id= i; in drag_windows()
259 if(drag_id <= 0) return 0; in drag_windows()
262 select_window(drag_id); in drag_windows()
264 windows_list.window[drag_id].dragged= 1; in drag_windows()
268 move_window(drag_id, windows_list.window[drag_id].pos_id, windows_list.window[drag_id].pos_loc, in drag_windows()
269 windows_list.window[drag_id].pos_x+dx, windows_list.window[drag_id].pos_y+dy); in drag_windows()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextInP.h78 XtIntervalId drag_id; /* timer to start btn1 drag */ member
H A DTextFP.h235 XtIntervalId drag_id; /* timer to start btn1 drag */ member
H A DTextIn.c3881 indata->drag_id = 0; in DragStart()
3994 if (data->drag_id) in ProcessBSelect()
3995 XtRemoveTimeOut(data->drag_id); in ProcessBSelect()
4012 if (data->drag_id) { in ProcessBSelect()
4013 XtRemoveTimeOut(data->drag_id); in ProcessBSelect()
4014 data->drag_id = 0; in ProcessBSelect()
4024 if (data->drag_id) { in ProcessBSelect()
4027 XtRemoveTimeOut(data->drag_id); in ProcessBSelect()
4028 data->drag_id = 0; in ProcessBSelect()
5848 if (tw->text.input->data->drag_id) in InputDestroy()
[all …]
H A DTextF.c5693 tf->text.drag_id = 0;
5832 if (tf->text.drag_id)
5833 XtRemoveTimeOut(tf->text.drag_id);
5849 if (tf->text.drag_id) {
5850 XtRemoveTimeOut(tf->text.drag_id);
5851 tf->text.drag_id = 0;
5860 if (tf->text.drag_id) {
5866 XtRemoveTimeOut(tf->text.drag_id);
5867 tf->text.drag_id = 0;
7357 tf->text.drag_id = (XtIntervalId)0;
[all …]
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/library/
H A Dcollection_area.py346 def _drag_data_received(self, treeview, context, x, y, selection, drag_id, argument
360 if drag_id == constants.LIBRARY_DRAG_COLLECTION_ID:
367 elif drag_id == constants.LIBRARY_DRAG_BOOK_ID:
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Delwindows.c867 int drag_id = -1; in drag_windows() local
883 while(drag_id < 0) in drag_windows()
904 drag_id = i; in drag_windows()
911 drag_id = i; in drag_windows()
938 while (drag_id < 0) in drag_windows()
959 drag_id = i; in drag_windows()
966 drag_id = i; in drag_windows()
989 if (drag_id < 0) return -1; in drag_windows()
992 select_window (drag_id); in drag_windows()
996 win = &(windows_list.window[drag_id]); in drag_windows()
[all …]
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dpanel-action-button.c323 char *drag_id; member
460 return actions[type].drag_id; in panel_action_get_drag_id()
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Object.h324 …bool GetDragImage(C4Object **drag_object, C4Def **drag_id) const; // return true if object is drag…
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Devent.py481 def drag_n_drop_event(self, widget, context, x, y, selection, drag_id, argument
/dports/deskutils/egroupware/egroupware/vendor/npm-asset/dhtmlx-gantt/codebase/
H A Ddhtmlxgantt.js.map1drag_id","drag_mode","touch_drag","link_source_id","link_target_id","highlight_critical_path","isC…
/dports/deskutils/egroupware/egroupware/projectmanager/js/
H A Dapp.min.js.map1 …"isSplitTask","open_split_tasks","$open","select_task","isSelectedTask","drag_id","drag_mode","tou…