DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ S T

⟦f221ce449⟧ TextFile

    Length: 608 (0x260)
    Types: TextFile
    Names: »Sx_ScrollbarWid«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/Toolkit/Sx/doc/Sx_ScrollbarWid« 

TextFile

.TH Sx_ScrollbarWidth sx
.B1
.NA
Sx_ScrollbarWidth \- return the width of a scrollbar
.SY
#include <sx.h>
.sp
int
Sx_ScrollbarWidth()
.B2

.SH DESCRIPTION
.PP
This procedure returns a recommended size for the narrow
dimension of scrollbars, in pixels not including border.
For vertical scrollbars this will
be the width, and for horizontal scrollbars it will be the
height.  All scrollbars created by Sx_ScrollbarCreate have
this dimension.
Sx_ScrollbarWidth is typically used by clients that are
creating their own scrollbar windows prior to calling Sx_ScrollbarMake.

.SH KEYWORDS
scrollbar, width, window