|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ S T ┃
Length: 608 (0x260) Types: TextFile Names: »Sx_ScrollbarWid«
└─⟦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«
.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