Home | History | Annotate | Download | only in contrib

Lines Matching refs:Edit

17 # In addition, a new SQL function named "edit()" is created.  This function
22 # the result of the edit() function. This allows text fields of SQL tables
25 # UPDATE table1 SET dscr = edit(dscr) WHERE rowid=15;
49 menubutton $w.mb.edit -text Edit -menu $w.mb.edit.m
50 pack $w.mb.file $w.mb.edit -side left -padx 8 -pady 1
53 sqlitecon::create_child $w $prompt $w.mb.edit.m
55 $db function edit ::sqlitecon::_edit
59 # window. It also creates an edit menu named "$editmenu" if $editmenu!="".
60 # The calling function is responsible for posting the edit menu.
595 # Enable or disable entries in the Edit menu