Socket
Socket
Sign inDemoInstall

github.com/hujun-open/sbar

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/hujun-open/sbar


Version published
Created
Source

Overview

PkgGoDev

sbar is a fyne widge for scrollbar. example

Usage

following is an example of using a vertical scrollbar:

	win.scrollBar = sbar.NewSBar(win.onScrollChange, false)
	win.SetContent(fyne.NewContainerWithLayout(
		layout.NewBorderLayout(nil, nil, nil, win.scrollBar),
		win.scrollBar, somewidget))

function win.onScrollChange is called whenever scollbar is dragged

FAQs

Package last updated on 17 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc