Menus and Menu Bars #2

Sloučený
kirsle sloučil 1 commity z větve menus do větve master před 2020-06-05 02:49:26 +00:00
Vlastník
  • 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 uzavřel/a tento požadavek na natažení 2020-06-05 02:49:26 +00:00
Přihlaste se pro zapojení do konverzace.
Žádní posuzovatelé
Bez milníku
Bez zpracovatelů
1 účastníků
Oznámení
Termín dokončení
Termín dokončení není platný nebo je mimo rozsah. Použijte prosím formát „rrrr-mm-dd“.

Žádný termín dokončení.

Závislosti

Nejsou nastaveny žádné závislosti.

Reference: go/ui#2
Není zde žádný obsah.