wxGo icon indicating copy to clipboard operation
wxGo copied to clipboard

Golang wxWidgets Wrapper

Results 26 wxGo issues
Sort by recently updated
recently updated
newest added

wxGo is a much easier to use language than C++. It has features that make it more similar to Python than C++. So I think it would be better if...

I'm writing a web browser for tracking user behaviour in usability testing. I've managed to collect mouse events but cannot get any key events in a Webview. Some example code:...

I googled so much and installed so many libs before submitting this. I'm trying to compile on Ubuntu 18.04 on WSL. I keep getting: /usr/bin/ld: cannot find -lwebkitgtk-3.0 sudo apt-get...

From an outside standpoint I have the impression that some of the tricks you had to use might be absolete when using wxgo/wxwidgets in combination with SWIG 4.x and Go...

Any chance this can be updated to latest WxWidgets? There are a few Windows 10 specific bugs that I'm running into that I'm reading are fixed in 3.1.3. I tried...

Sorry, this is not an issue, I just need to know where I can find documentation of this library? Do I have to go to the wxWidgets page? Not really...

Is it possible to write a wxGo program that reads a glade or xml file created by a form designer (similar to the way the GtkBuilder object works with GTK)?

> run time panic: runtime error: cgo argument has Go pointer to Go pointer > github.com/dontpanic92/wxGo/wx.SwigClassDataViewListCtrl.AppendItem__SWIG_1.func1:103001 This panic is caused by attempting to add a row to a DataViewListCtrl func...