-
GTK3 ```ProgressBar```s support ```GtkOrientable``` in order to produce vertical progress bars or "fillbars" to show some fill level, buffer fill level, memory fill level or similar.
Unfortunately,…
-
GTK3 ```ProgressBar``` supports showing activity on the progress bar, without knowing how far the progress went / what its impact on progress was. This is shown by a bar moving back and forth inside t…
-
GTK3 ```ProgressBar``` supports the ability to invert the fill direction. This is useful in conjunction with vertical progress bars. By default these fill up top to bottom, but if a "fill level"-like …
-
On CentOS-7-x86_64 I'm trying to install webloop but i get the following error. How to solve it?
```bash
[root@localhost package]# go get github.com/sourcegraph/webloop
# github.com/gotk3/gotk3/gtk…
touei updated
7 years ago
-
I wanted to set the maximum visible width of an ```Entry``` control today for an entry form. For example, only 10 characters should be visible = control width. I noticed that
* ```Entry.SetMaxLengt…
-
To create the menus (File, edit, etc) for a menubar, you use MenuNew() for the menu, MenuItemNewWithLabel() for the text header (ie. File) and then add menu items to the menu.
However to attach the m…
-
``` sh
➤ go get github.com/gotk3/gotk3/gtk
# github.com/gotk3/gotk3/gdk
code/go/src/github.com/gotk3/gotk3/gdk/gdk.go:288:6: warning: 'gdk_device_grab' is deprecated [-Wdeprecated-declarations]
/usr/i…
-
http://stackoverflow.com/questions/34053262/gtk-how-to-style-a-button-in-headerbar
Though there is no bindings for this in `gotk3`.
-
@npcode
dlv version:
Delve Debugger
Version: 0.11.0-alpha
Build: cf3a07b584847e25aa95e8663c2d99cf5d9c7cd4
Operation systerm: win7
go version:
go version go1.5.1 windows/amd64 or go version go1.6 w…
-
I tried to use gotk3 with a builder but I couldn't show the window because I couldn't cast IObject to Window. This is the code I wrote to try it:
```
func main() {
gtk.Init(nil)
builder, err…