Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/source/
H A Dproof.c53 …gboolean ObjectLocated = goto_lilypond_position (atoi (vec[2]), atoi (vec[3])); //sets si->tar… in action_for_link() local
54 if (ObjectLocated && nearest_annotation_text) in action_for_link()
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dprint.h95 …gboolean ObjectLocated; //TRUE when an external-link has just been followed back to a Denemo… member
/dports/audio/denemo/denemo-2.0.6/src/printview/
H A Dprintview.c1270 …get_wysiwyg_info()->ObjectLocated = goto_lilypond_position (atoi (vec[2]), atoi (vec[3])); //s… in action_for_link()
1272 if (LeftButtonPressed && (!shift_held_down ()) && (get_wysiwyg_info()->ObjectLocated)) in action_for_link()
1278 if (get_wysiwyg_info()->ObjectLocated) in action_for_link()
1295 if (get_wysiwyg_info()->ObjectLocated && Denemo.project->movement->currentobject) in action_for_link()
1452 get_wysiwyg_info()->ObjectLocated = FALSE; in printarea_motion_notify()
1820 gboolean object_located_on_entry = get_wysiwyg_info()->ObjectLocated; in printarea_button_release()
1825 if (left && get_wysiwyg_info()->ObjectLocated) in printarea_button_release()
1871 …if (get_wysiwyg_info()->ObjectLocated || (get_wysiwyg_info()->stage == SelectingNearEnd) || (get_w… in printarea_button_release()
1878 get_wysiwyg_info()->ObjectLocated = FALSE; in printarea_button_release()