File: glyphs.html

package info (click to toggle)
ivtools-doc 0.7.10-1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 13,436 kB
  • ctags: 15,900
  • sloc: ansic: 687; sh: 139; makefile: 41; cpp: 24
file content (31 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<title>ivtools glyph examples</title>
</head>

<body>
<h1>
Glyph Examples
</h1>

<p>These are examples programs that show how to do things with the Glyph classes in ivtools.<br>

<menu>
<li> <a href=./bdvtable.html>bdvtable</a>, bounded-value editing 
<li> <a href=./formdemo.html>formdemo</a>, value-editing 
<li> <a href=./gclock.html>gclock</a>, glyph clock
<li> <a href=./meter.html>meter</a>, meter example
<li> <a href=./radiogroup.html>radiogroup</a>, radio-buttons
<li> <a href=./scrollable.html>scrollable</a>, 2d scrollable glyph
<li> <a href=./scrollfield.html>scrollfield</a>, scrollable table of field editors
<li> <a href=./strchooser.html>strchooser</a>, string chooser 
<li> <a href=./text-editor.html>text-editor</a>, emacs-like text editor 
<li> <a href=./timestamp.html>timestamp</a>, editable time glyph
</menu>

<p>
<a href=./glyphinfo.html>glyph programming information</a><p>

<a href=../ivtools/index.html> <img src=../ivtools/ivtools-logo.gif align=middle alt="ivtools_button"> </a>
<a href=../ivtools/index.html><code>up to ivtools home page</code></a>