We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I have tried on
brew install gtk+3 curl https://get.pharo.org/64/100+vm | bash ./pharo-ui Pharo.image
Then
Metacello new repository: 'github://pharo-spec/gtk-bindings'; baseline: 'Gtk'; onConflict: [ :e | e useIncoming ]; onUpgrade: [ :e | e useIncoming ]; ignoreImage; load.
GEngine ensureRunning. GtkRunLoop defer: [ GtkWindow new title: 'Gtk3 Window'; add: (GtkBox newVertical packStart: (GtkLabel newLabel: 'Hello!'); yourself); showAll ]
And I have this error
system macOs, monterey m1 pro
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi I have tried on
Then
And I have this error
Screen.Recording.2022-05-10.at.15.21.31.mov
system macOs, monterey m1 pro
The text was updated successfully, but these errors were encountered: