ardaku / sprengui

Rust Native-ish GUI Toolkit - Designed for use with Cala, but not limited to Cala.
Apache License 2.0
2 stars 2 forks source link

Research Shared Icons Between GUI Toolkits #8

Open AldaronLau opened 2 years ago

AldaronLau commented 2 years ago

What's shared between GTK, Cocoa, Android, Flutter, and Winapi for headerbar icons? Make a separate enum of these icons from the main Icons enum in sprengui, called HeaderIcons.

AldaronLau commented 2 years ago

I just realized I already started doing this (work already done for GTK at https://github.com/AldaronLau/gtk-experiment)