Commit graph

14 commits

Author SHA1 Message Date
Amr Bashir 943beda6df
feat: implement NativeMenuItem (#9)
* feat: implement `NativeMenuItem`

* windows: refactor native menu item handle in window proc

* native menu items on linux

* change about status to not implemented on windows
2022-06-10 14:09:56 +02:00
Amr Bashir 0201895d74
feat: add menu hide, show and remove (#8) 2022-06-07 18:32:10 +02:00
Amr Bashir 6b98160e49
feat: accelerators (#6)
* feat: accelerators

* add accelerators on windows
2022-06-07 13:05:20 +02:00
amrbashir 6cb2ce1c7a
feat(linux): document requirements and return gtk::Box 2022-06-06 14:36:22 +02:00
amrbashir a7b7b0cf34
typo 2022-05-08 19:36:39 +02:00
Yu-Wei Wu 413358ed85
Add init_for_nsapp 2022-05-08 14:32:31 +08:00
amrbashir cadb53087b
rename crate to muda 2022-05-07 11:19:58 +02:00
amrbashir 31e2624ada
rename crate to minit 2022-05-07 00:52:41 +02:00
amrbashir 17ae5366c7
add documentation 2022-05-06 22:57:58 +02:00
amrbashir 832e4964e7
implement windows 2022-05-06 18:38:39 +02:00
amrbashir bac4dbd1ab
add title & enabled getters 2022-05-06 17:18:34 +02:00
amrbashir fbef2d8a40
use an event channel instead of callbacks 2022-05-06 16:25:45 +02:00
amrbashir cff1103cf4
add menu item handler on linux 2022-05-05 17:04:48 +02:00
amrbashir a46c53dbe9
init - initial linux support 2022-05-05 13:50:22 +02:00