drawer

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Drawer

type Drawer struct {
	widget.BaseWidget
	// contains filtered or unexported fields
}

func (*Drawer) Hide

func (d *Drawer) Hide()

func (*Drawer) Show

func (d *Drawer) Show()

type IDrawer

type IDrawer interface {
	Hide()
	Show()
}

func New

func New(child widget.BaseWidget, opts ...Option) IDrawer

type Option

type Option func(drawer *Drawer)

func Class

func Class(class string) Option

func ID

func ID(id string) Option

func Transition

func Transition(transition float64) Option

func Width

func Width(opts ...breakpoint.BreakpointOptions[int]) Option

func WidthP

func WidthP(opts ...breakpoint.BreakpointOptions[float64]) Option

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL