1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
.\\" auto-generated by docbook2man-spec $Revision: 1.5 $
.TH "ggiDrawHLine" "3ggi" "22 August 2001" "GGI" "LibGGI API"
.SH NAME
ggiDrawHLine, ggiPutHLine, ggiGetHLine \- Draw, put, and get a horizontal line from a visual
.SH SYNOPSIS
\fB#include <ggi/ggi.h>
.sp
int ggiDrawHLine(ggi_visual_t \fIvis\fB, int \fIx\fB, int \fIy\fB, int \fIw\fB);
.sp
int ggiPutHLine(ggi_visual_t \fIvis\fB, int \fIx\fB, int \fIy\fB, int \fIw\fB, void *\fIbuf\fB);
.sp
int ggiGetHLine(ggi_visual_t \fIvis\fB, int \fIx\fB, int \fIy\fB, int \fIw\fB, void *\fIbuf\fB);
\fR.SH "DESCRIPTION"
.PP
Draw, put, or get a horizontal line from (\fIx\fR,\fIy\fR), extending
\fIw\fR pixels in the positive x direction (normally right). The height
is one pixel.
.SH "RETURN VALUE"
.PP
All three functions return 0 to indicate success.
.SH "SEE ALSO"
[XRef to GGIDRAWVLINE], [XRef to GGIDRAWBOX], [XRef to GGIDRAWLINE]
|