12.07.2015 Views

Athena Widget Set - C Language Interface - X Consortium ... - X.Org

Athena Widget Set - C Language Interface - X Consortium ... - X.Org

Athena Widget Set - C Language Interface - X Consortium ... - X.Org

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Text <strong>Widget</strong>sXawWMProtocolsreconnect-imMost of the actions take no arguments, and unless otherwise noted you may assumethis to be the case.Cursor Movement Actions\fPforward-character()backward-character()These actions move the insert point forward or backwardone character in the buffer. If the insert point isat the end or beginning of a line this action will movethe insert point to the next (or previous) line.forward-word()backward-word()These actions move the insert point to the next orprevious word boundary. A word boundary is definedas a Space, Tab or Carriage Return.forward-paragraph()backward-paragraph()These actions move the insert point to the next orprevious paragraph boundary. A paragraph boundaryis defined as two Carriage Returns in a row with onlySpaces or Tabs between them.beginning-of-line()end-of-line()These actions move to the beginning or end of thecurrent line. If the insert point is already at the endor beginning of the line then no action is taken.next-line()previous-line()These actions move the insert point up or down oneline. If the insert point is currently N characters fromthe beginning of the line then it will be N charactersfrom the beginning of the next or previous line. If Nis past the end of the line, the insert point is placedat the end of the line.next-page()previous-page()These actions move the insert point up or down onepage in the file. One page is defined as the currentheight of the text widget. The insert point is alwaysplaced at the first character of the top line by thisaction.beginning-of-file()end-of-file()These actions place the insert point at the beginningor end of the current text buffer. The text widgetis then scrolled the minimum amount necessary tomake the new insert point location visible.69

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!