Home
last modified time | relevance | path

Searched refs:check_selection (Results 1 – 25 of 55) sorted by relevance

123

/dports/print/trueprint/trueprint-5.4/src/
H A Dprint_prompt.c33 static boolean check_selection(long page_no, char *filename);
79 if (print_selection != NULL) return check_selection(page_number, filename); in print_prompt()
146 retval = check_selection(page_number, filename); in print_prompt()
185 check_selection(long page_no, char *filename) in check_selection() function
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_shear.erl92 check_selection({GlidePlane,Radial,Origin,GlidePoint},St0)
99 check_selection({GlidePlane,Radial,Origin,GlidePoint},St);
104 check_selection({GlidePlane,Radial,Origin,GlidePoint},St0)
111 check_selection({GlidePlane,Radial,Origin,GlidePoint},St0)
116 check_selection(Data,St0)
194 check_selection(AskResult,St) -> function
202 check_selection({GlidePlane,Radial2,Origin,GlidePoint},St0)
215 check_selection({GlidePlane,Radial,Origin,GlidePoint2},St0)
243 check_selection(Data,St0)
H A Dwpc_constraints.erl467 case check_selection(sub_angle,none,none,St,OrigSt) of
477 case check_selection(scale_area,Axis1,Axis2,St,OrigSt) of
488 case check_selection(center,Axis1,Axis2,St,OrigSt) of
502 case check_selection(Type,Axis1,Axis2,St,OrigSt) of
509 check_selection(_Type,_Axis1,_Axis2,#st{sel=[]},_OrigSt) -> function
529 check_selection(sub_angle,none,none,#st{sel=[{_Id,Sel}]}=St,OrigSt) -> function
551 check_selection(sub_angle,none,none,_St,_OrigSt) -> function
554 check_selection(scale,Axis1,Axis2,#st{selmode=edge}=St,OrigSt) -> function
577 check_selection(difference,Axis1,Axis2,#st{selmode=edge}=St,OrigSt) -> function
594 check_selection(center,Axis1,_Axis2,St,OrigSt) -> function
[all …]
H A Dwpc_plane_cut_zh-tw.lang13 {check_selection,
H A Dwpc_plane_cut_ko.lang13 {check_selection,
H A Dwpc_circularise_jp.lang9 {check_selection,
H A Dwpc_plane_cut_jp.lang13 {check_selection,
H A Dwpc_circularise_ko.lang9 {check_selection,
H A Dwpc_circularise_zh-tw.lang9 {check_selection,
H A Dwpc_constraints_ko.lang13 {check_selection,
H A Dwpc_constraints_zh-tw.lang13 {check_selection,
H A Dwpc_constraints_jp.lang13 {check_selection,
H A Dwpc_plane_cut_de.lang13 {check_selection,
H A Dwpc_plane_cut_es-ES.lang13 {check_selection,
H A Dwpc_circularise_tr.lang4 {check_selection,
H A Dwpc_circularise_de.lang9 {check_selection,
H A Dwpc_circularise_es-ES.lang9 {check_selection,
/dports/net/clusterit/clusterit-2.5/rvt/
H A Dscreen.c108 static void check_selection(int,int);
133 static void check_selection();
757 check_selection(screen->row,screen->row);
773 check_selection(screen->row,screen->row); in scr_index()
789 check_selection(screen->row,screen->row); in scr_rindex()
865 check_selection(screen->row,screen->row);
892 check_selection(0,screen->row - 1);
927 check_selection(0,cheight - 1);
996 check_selection(screen->row,screen->row);
1135 check_selection(0,cheight - 1); in scr_efill()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Dglav_main.c570 static int check_selection(void) in check_selection() function
602 if(check_selection()) return; in selection_cb()
614 if(check_selection()) return; in selection_cb()
626 if(check_selection()) return; in selection_cb()
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Dshell.py212 def check_selection(self): member in ShellBaseWidget
239 self.check_selection()
246 self.check_selection()
339 self.check_selection()
356 self.check_selection()
723 self.check_selection()
957 self.check_selection()
/dports/deskutils/gnote/gnote-41.1/src/
H A Dnoteeditor.cpp225 NoteBuffer::Ptr::cast_static(get_buffer())->check_selection(); in key_pressed()
235 NoteBuffer::Ptr::cast_static(get_buffer())->check_selection(); in button_pressed()
/dports/deskutils/ical/ical-tcl/
H A Dapptlist.tcl55 trigger on select [list $self check_selection]
77 trigger remove select [list $self check_selection]
296 method ApptList check_selection {args} {
H A Ddayview.tcl74 trigger on select [list $self check_selection]
98 trigger remove select [list $self check_selection]
129 method DayView check_selection {args} {
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dfile_dialog.hpp312 … listbox& filelist, const std::string& name, const std::string& icon, bool check_selection = true);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtesttreechanging.c371 check_selection (GtkTreeView *treeview) in check_selection() function
384 check_selection (treeview); in check_sanity()

123