Menus and Menu Bars #2

已合并
kirsle 2020-06-05 02:49:26 +00:00 将 1 次代码提交从 menus 合并至 master
所有者
  • New and completed widgets: Menu, MenuButton and MenuBar.
  • MenuButton is a kind of Button that opens a popup Menu when clicked.
  • MenuBar is a container of buttons designed to be attached to the top
    of an application window ("File, Edit, View, Help")
  • Supervisor manages the popup menus with its new concept of a Modal
    Widget. Modal widgets take exclusive event priority for all mouse and
    key events. The pop-up menu is a modal window, which means you must
    click an option inside the menu OR clicking outside the menu will
    close it and eat your click event (widgets outside the modal don't
    receive events, but the modal itself gets an event that you've done
    this).
* New and completed widgets: Menu, MenuButton and MenuBar. * MenuButton is a kind of Button that opens a popup Menu when clicked. * MenuBar is a container of buttons designed to be attached to the top of an application window ("File, Edit, View, Help") * Supervisor manages the popup menus with its new concept of a Modal Widget. Modal widgets take exclusive event priority for all mouse and key events. The pop-up menu is a modal window, which means you must click an option inside the menu OR clicking outside the menu will close it and eat your click event (widgets outside the modal don't receive events, but the modal itself gets an event that you've done this).
kirsle "于 2020-06-05 02:49:26 +00:00 关闭此合并请求 "
登录 并参与到对话中。
无审核者
未选择里程碑
未指派成员
1 名参与者
通知
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

依赖工单

没有设置依赖项。

参考:go/ui#2
这个人很懒,什么都没留下。