First checkin, AXE release 0.2
[AXE.git] / doc / frame.html
1 <html>
2 <head>
3 <title>frame - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>class frame</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 frame - Window with border effect and text placement
12 <h2> SYNOPSIS</h2>
13 class frame : public window
14
15 <h2> DESCRIPTION</h2>
16
17 A frame adds border effects and text alignment to a window.
18 The border effects can create a three-dimensional appearance to the window.
19 A single line of text is put in the window, aligned in 9 possible ways.
20 A frame can be used on its own as a holder for other objects or as a
21 placeholder for static texts.
22 A frame is also used as the base class for many other objects such as buttons.
23 The frame only creates a visual effect.
24 Derived classes add interaction by overriding the window's event handling
25 functions.
26
27
28 <h2> SEE ALSO</h2>
29 <h2> DIAGNOSTICS</h2>
30
31 </body>
32 </html>