Event Functions: MEMO FIELDS

  #include <vv_memo.h>
   
int ke_backsp (DFORMPTR dfmp, EVENTPTR eventp)

Deletes the character to the left of the cursor in a memo field

int ke_chdel (DFORMPTR dfmp, EVENTPTR eventp)

Deletes the character at the current cursor position in a memo field

int ke_chproc (DFORMPTR dfmp, EVENTPTR eventp)

Processes the character entered by the user in a memo field

int ke_deleorow (DFORMPTR dfmp, EVENTPTR eventp)

Deletes from the cursor to the end of the row in a memo field

int ke_dn (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor down one row in a memo field

int ke_lft (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor one column to the left in a memo field

int ke_memobeg (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor to the first column and first row of a memo field

int ke_memoend (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor to the end of the text on the last row of a memo field

int ke_pgdn (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor down one page in a memo field

int ke_pgup (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor up one page in a memo field

int ke_reflow (DFORMPTR dfmp, EVENTPTR eventp)

Reflows the current paragraph in a memo field

int ke_rowbeg (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor to the first column on the current line in the memo field

int ke_rowdel (DFORMPTR dfmp, EVENTPTR eventp)

Deletes the current row in the memo field

int ke_rowend (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor to the last column on the current line of a memo field

int ke_rowins (DFORMPTR dfmp, EVENTPTR eventp)

Inserts a blank row after the current row in a memo field

int ke_rowjoin (DFORMPTR dfmp, EVENTPTR eventp)

Joins the next line to the end of the current line

int ke_rowsplit (DFORMPTR dfmp, EVENTPTR eventp)

Breaks a line starting at the current cursor position in a memo field

int ke_rt (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor one column to the right in a memo field

int ke_txtbeg (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor to the beginning of the text on the current line of the current memo field

int ke_txtend (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor to the end of the text on the current line of a memo field

int ke_undofld (DFORMPTR dfmp, EVENTPTR eventp)

Redisplays the original contents of the memo field

int ke_up (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor up one row in a memo field

int ke_wnbottom (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor to the last visible row; (same column) in the memo field window

int ke_wntop (DFORMPTR dfmp, EVENTPTR eventp)

Moves the cursor to the first visible row (same column) in the memo field window

int ke_worddel (DFORMPTR dfmp, EVENTPTR eventp)

Deletes up to and including the next white space character (s) in a memo field

int ke_wordnext (DFORMPTR dfmp, EVENTPTR eventp)

Moves to the beginning of the next word in a memo field

int ke_wordprev (DFORMTPR dfmp, EVENTPTR eventp)

Moves to the beginning of the previous word in a memo field



Home Contents Previous Next