File: text.html

package info (click to toggle)
librnd 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,812 kB
  • sloc: ansic: 126,990; sh: 2,602; makefile: 2,145; awk: 7
file content (21 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<body>

<h1> DAD: Dynamic Attribute Dialogs </h1>
<p>
The text widget is a text viewer/editor that operates on a string
that may contain multiple lines.

<h2> Helper macro for widget creation </h2>
<p>
<i>PCB_DAD_TEXT(table, user_ctx)</i>
creates a new text widget and installs user context.

<h2> User callbacks </h2>
<p>
The only callback the user may provide is user_free_cb which is called
when the text widget is destroyed. Other than this, DAD caller code can not
react on events happening in the text.

</body>
</html>