logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3dw_scrollbar - scrollbar of s3d widget

Author

SimonWunderlich
           Author of s3d

s3d                                                                                           _S3DW_SCROLLBAR(9)

Description

       The Scrollbar should be placed around scrollable content. Currently only the left and right icons are
       clickable (lonclick and ronclick callbacks), in vertical mode lonclick is the callback for the up icon,
       ronclick the callback for the down icon.

Name

       s3dw_scrollbar - scrollbar of s3d widget

Structure Members

           struct _s3dw_scrollbar {
                s3dw_widget widget;
                float pos;
                float max;
                int type;
                int loid;
                int roid;
                int baroid;
                s3dw_callback lonclick;
                s3dw_callback ronclick;
           }

Synopsis

#include<s3dw.h>

See Also