dlangui/tree.html

178 lines
6.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>DlangUI - cross platform GUI library for D programming language - dlangui.widgets.tree</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>DlangUI</h1>
<h2>Cross Platform GUI for D programming language</h2>
</header>
<section id="downloads" class="clearfix">
<a href="index.html" id="home" class="button"><span>Home</span></a>
<a href="api.html" id="home" class="button"><span>API Docs</span></a>
<a href="screenshots.html" id="home" class="button"><span>Screenshots</span></a>
<a href="https://github.com/buggins/dlangui/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
<!--a href="https://github.com/buggins/dlangui/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a-->
<a href="https://github.com/buggins/dlangui" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h1>dlangui.widgets.tree</h1>
<!-- Generated by Ddoc from src\dlangui\widgets\tree.d -->
<br><br>
<dl><dt><big><a name="TreeActions"></a>enum <u>TreeActions</u>: int;
</big></dt>
<dd>grid control action codes<br><br>
<dl><dt><big><a name="TreeActions.None"></a><u>None</u></big></dt>
<dd>no action<br><br>
</dd>
<dt><big><a name="TreeActions.Up"></a><u>Up</u></big></dt>
<dd>move selection up<br><br>
</dd>
<dt><big><a name="TreeActions.Down"></a><u>Down</u></big></dt>
<dd>move selection down<br><br>
</dd>
<dt><big><a name="TreeActions.Left"></a><u>Left</u></big></dt>
<dd>move selection left<br><br>
</dd>
<dt><big><a name="TreeActions.Right"></a><u>Right</u></big></dt>
<dd>move selection right<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollUp"></a><u>ScrollUp</u></big></dt>
<dd>scroll up, w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollDown"></a><u>ScrollDown</u></big></dt>
<dd>scroll down, w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollLeft"></a><u>ScrollLeft</u></big></dt>
<dd>scroll left, w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollRight"></a><u>ScrollRight</u></big></dt>
<dd>scroll right, w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollTop"></a><u>ScrollTop</u></big></dt>
<dd>scroll top w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollBottom"></a><u>ScrollBottom</u></big></dt>
<dd>scroll bottom, w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollPageUp"></a><u>ScrollPageUp</u></big></dt>
<dd>scroll up, w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollPageDown"></a><u>ScrollPageDown</u></big></dt>
<dd>scroll down, w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollPageLeft"></a><u>ScrollPageLeft</u></big></dt>
<dd>scroll left, w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.ScrollPageRight"></a><u>ScrollPageRight</u></big></dt>
<dd>scroll right, w/o changing selection<br><br>
</dd>
<dt><big><a name="TreeActions.PageUp"></a><u>PageUp</u></big></dt>
<dd>move cursor one page up<br><br>
</dd>
<dt><big><a name="TreeActions.SelectPageUp"></a><u>SelectPageUp</u></big></dt>
<dd>move cursor one page up with selection<br><br>
</dd>
<dt><big><a name="TreeActions.PageDown"></a><u>PageDown</u></big></dt>
<dd>move cursor one page down<br><br>
</dd>
<dt><big><a name="TreeActions.SelectPageDown"></a><u>SelectPageDown</u></big></dt>
<dd>move cursor one page down with selection<br><br>
</dd>
<dt><big><a name="TreeActions.PageBegin"></a><u>PageBegin</u></big></dt>
<dd>move cursor to the beginning of page<br><br>
</dd>
<dt><big><a name="TreeActions.SelectPageBegin"></a><u>SelectPageBegin</u></big></dt>
<dd>move cursor to the beginning of page with selection<br><br>
</dd>
<dt><big><a name="TreeActions.PageEnd"></a><u>PageEnd</u></big></dt>
<dd>move cursor to the end of page<br><br>
</dd>
<dt><big><a name="TreeActions.SelectPageEnd"></a><u>SelectPageEnd</u></big></dt>
<dd>move cursor to the end of page with selection<br><br>
</dd>
<dt><big><a name="TreeActions.LineBegin"></a><u>LineBegin</u></big></dt>
<dd>move cursor to the beginning of line<br><br>
</dd>
<dt><big><a name="TreeActions.SelectLineBegin"></a><u>SelectLineBegin</u></big></dt>
<dd>move cursor to the beginning of line with selection<br><br>
</dd>
<dt><big><a name="TreeActions.LineEnd"></a><u>LineEnd</u></big></dt>
<dd>move cursor to the end of line<br><br>
</dd>
<dt><big><a name="TreeActions.SelectLineEnd"></a><u>SelectLineEnd</u></big></dt>
<dd>move cursor to the end of line with selection<br><br>
</dd>
<dt><big><a name="TreeActions.DocumentBegin"></a><u>DocumentBegin</u></big></dt>
<dd>move cursor to the beginning of document<br><br>
</dd>
<dt><big><a name="TreeActions.SelectDocumentBegin"></a><u>SelectDocumentBegin</u></big></dt>
<dd>move cursor to the beginning of document with selection<br><br>
</dd>
<dt><big><a name="TreeActions.DocumentEnd"></a><u>DocumentEnd</u></big></dt>
<dd>move cursor to the end of document<br><br>
</dd>
<dt><big><a name="TreeActions.SelectDocumentEnd"></a><u>SelectDocumentEnd</u></big></dt>
<dd>move cursor to the end of document with selection<br><br>
</dd>
</dl>
</dd>
</dl>
</section>
<footer>
Dlangui is maintained by <a href="https://github.com/buggins">buggins</a><br>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>