Paul C Brown

Results 25 issues of Paul C Brown

I have installed go-gtk and the gtk library. When I try to run the demo I get: The procedure entry point deflateSetHeader could not be located in the dynamic link...

I have go-gtk in my GoWorkspace (C:/GoWorkspace) as recommended by the golang community. I have installed msys64 in C:/Software/msys64 and have within it the underlying gtk+ libraries. I have set...

When installing go-gtk it complains that it cannot find gtkgl-2.0: ************ Building Go project: go-gtk ************ with GOPATH: C:\GoWorkspace\ >> Running: C:\Go\bin\go.exe install -v -gcflags "-N -l" github.com/mattn/go-gtk/... github.com/mattn/go-gtk/gtkgl github.com/mattn/go-gtk/gtksourceview...

I am trying to test a diagram editor interface (think UML diagrams) running on a desktop. I have a tree of already-defined elements (implemented with jstree) and nodes from this...

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

unverified
races

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

unverified

These changes improve the extensibility of the DiagramWidget. Changes include: - The ability to add a background canvas object to a diagram - The ability to add user-defined connection pads...

### Describe the bug When a dependency is selected in the tree, neither the client or supplier values are displayed in the Property Editor ### To Reproduce Steps to reproduce...

### Is your feature request related to a problem? After creating a Dependency using the API there is no way to determine the supplier of the dependency ### Describe the...

feature

### Describe the bug The Gaphor implementation of Dependency (and its sub-classes) makes the client the owner of the dependency. In the UML specification a Dependency is a subclass of...