nucular icon indicating copy to clipboard operation
nucular copied to clipboard

GUI toolkit for go

Results 16 nucular issues
Sort by recently updated
recently updated
newest added

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...

Feature Request

Does this library have the ability to draw mouse arrows instead of the mouse display in the host environment? Thank you!

Feature Request

Is it possible to create an undecorated and transparent MasterWindow?

Feature Request

```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?

Feature Request

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...

Feature Request

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...

Feature Request

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...

Feature Request

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...

Feature Request

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...

Feature Request