Menus and Menu Bars #2

Merge aplicado
kirsle aplicou merge dos 1 commits de menus em master 2020-06-05 02:49:26 +00:00
Proprietário
  • 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 fechou este pull request 2020-06-05 02:49:26 +00:00
Acesse para participar desta conversação.
Sem revisor
Sem marco
Sem responsável
1 participante(s)
Notificações
Data limite
A data limite é inválida ou está fora do intervalo. Por favor, use o formato 'dd/mm/aaaa'.

Data limite não informada.

Dependências

Nenhuma dependência definida.

Referência: go/ui#2
Ainda não há conteúdo.