dandeto

Results 5 issues of dandeto

This will resolve #730. Please see the discussion there. To test, modify the bind.c example to malloc an argument, bind, unbind, and free. > webview_t w = webview_create(0, NULL); context_t...

This is a simple hook into the g_signal_connect function for gtk. The programmer can pass in an event name and a callback to handle a signal emitted from the gtk...

This is my first stab at creating several cross-platform event listeners! I do not have a Mac, so this only works on Linux GTK and Windows webview2. Hopefully this will...

Another simple pull request for another simple cross-platform API. Not implemented for MacOs because I don't have one. Stub only for EdgeHtml since we are discussing removing it. `std::string get_url()`...

Labels do not display when I use the sample code found here: https://github.com/Blazor-Diagrams/Blazor.Diagrams/blob/master/samples/SharedDemo/Demos/Links/LabelsDemo.razor.cs My label does show up in the svg code, it's just not rendering. Also, this issue is...

bug
fixed/done