Uwe Fechner

Results 115 issues of Uwe Fechner

This is it: https://docs.gtk.org/gtk3/method.Window.move.html I could not find it anywhere.

The following works, but it is wrong because I omitted the gbool parameter. See: https://docs.gtk.org/gtk3/method.Window.set_keep_above.html ```julia using Gtk.ShortNames function set_keep_above(win::Gtk.GtkWindow, setting::Bool) # gtk_window_set_keep_above(GTK_WINDOW(window), TRUE) ccall((:gtk_window_set_keep_above, Gtk.libgtk), Nothing, (Ptr{GObject},), win) end...

There are no documentation strings. For example: ```julia help?> GtkWindow search: GtkWindow GtkWindowLeaf @GtkWindow GtkScrolledWindow GtkScrolledWindowLeaf @GtkScrolledWindow No documentation found. Summary ≡≡≡≡≡≡≡≡≡ abstract type GtkWindow ... ``` All types should...

Using checkboxes is neither documented in the help, nor is there an example how to do that available. Please, add a simple example for a dialog with checkboxes without using...

Neither Point nor Point3f nor Point3f0 are documented. Also unclear do me, are there more versions of Point?

Using Julia 1.6.1 on Ubuntu 18.04 the following code fails: ``` julia> using GLFW; GLFW.Window() libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast...

I tried the latest version of SimpleDirectMediaLayer. When I try to run the example I only get a black Window and a lot of warnings in the console. `ALSA lib...

Fix installation instructions.

For a beginner it is not obvious how to zoom. What would help: - [ ] add buttons zoom in, zoom out, home (initial size) - [ ] add a...

For usability it would be good if the number of visible axes ticks stays constant when zooming. If you zoom in the total number of axis ticks over the full...