Questions tagged [wxgo]

Go Wrapper for the wxWidgets GUI

Go Wrapper for the wxWidgets GUI

Also See:

4 questions
10
votes
3 answers

wxWidgets and Golang

I want to develop a programm in Go with a multi-OS GUI in wxWidgets, my dev environment is WinXP x86. I wanted to use the wxWidgets Go wrapper wxGo, but the documentation is very succint and the project seems dead since 2 years. I encountered some…
Lomanic
  • 371
  • 4
  • 15
2
votes
1 answer

WxGo Grid Cell renderer

I'm obviously missing some basic understanding of either Go or Wx Widgets. I'm trying to create a very basic table with checkboxes in the first column. table := wx.NewGrid(w, wx.ID_ANY) table.CreateGrid(4, 2) table.SetCellEditor(0, 0,…
Chemdream
  • 618
  • 2
  • 9
  • 25
1
vote
1 answer

wx.Grid and ScrolledWindows

I'm creating a WX Widgets app that displays a large amount of data via wx.grid. I'm actually using WX.Go. No matter what I do, the grid will not be inside the scrolled window and the grid even goes over the status bar. All I'm trying to do is have…
Chemdream
  • 618
  • 2
  • 9
  • 25
0
votes
0 answers

How do I stop artifacts from WXWidgets sizer being redrawn?

I have a setup like this: Frame->Panel->BoxSizer The BoxSizer has 2 BoxSizers that are hidden at launch: EditBoxSizer->FlexSizer with some inputs. GridBoxSizer->Grid GridBoxSizer has a grid. EditBoxSizer is simply a few static texts and input…
Chemdream
  • 618
  • 2
  • 9
  • 25