DlangUI

Cross Platform GUI for D programming language

Home API Docs Screenshots Download .zip View on GitHub

dlangui.widgets.tree



enum TreeActions: int;
grid control action codes

None
no action

Up
move selection up

Down
move selection down

Left
move selection left

Right
move selection right

ScrollUp
scroll up, w/o changing selection

ScrollDown
scroll down, w/o changing selection

ScrollLeft
scroll left, w/o changing selection

ScrollRight
scroll right, w/o changing selection

ScrollTop
scroll top w/o changing selection

ScrollBottom
scroll bottom, w/o changing selection

ScrollPageUp
scroll up, w/o changing selection

ScrollPageDown
scroll down, w/o changing selection

ScrollPageLeft
scroll left, w/o changing selection

ScrollPageRight
scroll right, w/o changing selection

PageUp
move cursor one page up

SelectPageUp
move cursor one page up with selection

PageDown
move cursor one page down

SelectPageDown
move cursor one page down with selection

PageBegin
move cursor to the beginning of page

SelectPageBegin
move cursor to the beginning of page with selection

PageEnd
move cursor to the end of page

SelectPageEnd
move cursor to the end of page with selection

LineBegin
move cursor to the beginning of line

SelectLineBegin
move cursor to the beginning of line with selection

LineEnd
move cursor to the end of line

SelectLineEnd
move cursor to the end of line with selection

DocumentBegin
move cursor to the beginning of document

SelectDocumentBegin
move cursor to the beginning of document with selection

DocumentEnd
move cursor to the end of document

SelectDocumentEnd
move cursor to the end of document with selection