File: display-sub.7ggi

package info (click to toggle)
libggi 1%3A2.0.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,072 kB
  • ctags: 5,274
  • sloc: ansic: 42,720; sh: 6,508; makefile: 666
file content (27 lines) | stat: -rw-r--r-- 1,125 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
.\\" auto-generated by docbook2man-spec $Revision: 1.5 $
.TH "DISPLAY-SUB" "7ggi" "22 August 2001" "GGI" "LibGGI Reference"
.SH NAME
display-sub \- Make a child visual that is a window to the parent
.SH "DESCRIPTION"
.PP
Creates a `child' visual within a "parent". This can be thought of
as a window and the \fBsub\fR target is intended
for simple windowing systems. 
.PP
No textual arguments. \fIargptr\fR must contain the parent
visual.
.PP
The sub target behaves a bit special with respect to (i.e. abuses the
semantics of :) the \fBggiSetMode\fR call. It uses the "visible" size for the top left corner
position of the window within the visual, and the "virtual" size for
window width and height. Note, that moving/resizing the window does
\fBnot\fR cause any drawing action. You have to perform those
yourself. All it does for you is providing a virtual visual within an
existing one, which is convenient to allow for window system canvases to
be about any GGI program.
.SH "FEATURES"

DirectBuffer not supported.

Accelerated to the point of the parent. Calls are mapped
through with modified clipping and coordinates.