fyne-io / defyne

The Fyne IDE
Other
197 stars 26 forks source link

ToolTips #18

Open prifre opened 2 years ago

prifre commented 2 years ago

One thing that would immediately be useful would be possibility to add specific GUI-functionality via defyne that is currently missing in standard fyne - like Tooltips. Or easily add an image into a container.

(And while I am at it ... easily add an png to be used as an icon. And then be able to have the whole app be put together by creating the necessary "makefiles"... = make an Graphical UI for the whole https://developer.fyne.io/started/packaging fyne part!)

andydotxyz commented 2 years ago

Apologies for the delay, I did not have this repo watched!

I'm not sure I fully understand sorry - why would we make widgets here that are not desired in Fyne? Also isn't it already trivial to put an image in a container?

.png files can already be used as icons as well, though I guess this editor could make a nice way of setting them which adds them to the project and sets the resource for you... As for makefiles no - everything you need for a Fyne app build is either in the code or in FyneApp.toml it should work correctly using simply go build and the packaging is just adding metadata for stores/OS install.