Initial Commit
[packages] / xemacs-packages / xwem / man / primitives.texi
1 @page
2 @node Primitives, Subsystems, Getting Started, Top
3 @chapter Primitives
4 @cindex primitives
5
6 Here is introduction to XWEM primitives, such as Frame, Window, Client,
7 minibuffer, specials, etc.
8
9 @menu
10 * Frame::               Much like Emacs frame.
11 * Window::              Much like Emacs window.
12 * Client::              Something that in XWEM window.
13 * XWEM Minibuffer::     Global minibuffer for Emacs frames.
14 @end menu
15
16 @include frame.texi
17 @include win.texi
18 @include client.texi
19 @include minibuf.texi