nucular
nucular copied to clipboard
GUI toolkit for go
It's a great project. But I can't input any Chinese in linux/x11. I tried both the gio and shiny backend,but neither of them supports linux/x11 input method,so there is no...
Does this library have the ability to draw mouse arrows instead of the mouse display in the host environment? Thank you!
Is it possible to create an undecorated and transparent MasterWindow?
```golang func (ctr *rowConstructor) Static(width ...int) { for i := range width { width[i] = ctr.win.ctx.scale(width[i]) } ... ``` If called with slice - this slice is modified. This leads...
Is there a plan or would it be complicated to add some HTML display text control? With very basic formatting like the editor of Github itself?
I can't appear to find any toggle or flag which may disable resizing on the MasterWindow Viewing the `overview` example, it appears that the `nucular.WindowScalable` flag should disable resizing but...
Just one simple question, is there an existing way to center the master window in screen? If the answer is no, I may need to tweak the shiny/driver layer to...
I'm trying to create a frameless main window but setting 0 as the flag for `NewMasterWindow` still uses all the available flags. I just want the frameless window to display...
I didn't install this library yet, before doing so I would like to know whether it is possible to draw a single pixel (e.g. there is some kind of GUI...
I wish there could be a way to disable `Find...` context menu completely. I see there is a `EditNoContextMenu` flag available, but I can't find any usage of it. Also...