Replies: 2 comments
-
Hi Vincent |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi James, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In GTK 3, it was possible to write:
call gtk_container_set_border_width(win, border)
In GTK 4, you must write:
It could be interesting to wrote a helper function in
src/gtk-sup.f90
. Its name should indicate that it is not part of GTK 4, sogtk_container_set_border_width()
is not a good option.What about simply
container_set_border_width()
?Beta Was this translation helpful? Give feedback.
All reactions