doc.go raw

   1  // SPDX-License-Identifier: Unlicense OR MIT
   2  
   3  // Package widget implements state tracking and event handling of
   4  // common user interface controls. To draw widgets, use a theme
   5  // packages such as package github.com/p9c/p9/pkg/gel/gio/widget/material.
   6  package widget
   7