Issue status update for http://smalltalk.gnu.org/node/601 Post a follow up: http://smalltalk.gnu.org/project/comments/add/601

Project:      GNU Smalltalk
Version:      <none>
Component:    Bindings: Gtk
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  ZuLuuuuuu
Updated by:   ZuLuuuuuu
Status:       active

With the current implementation of #run method of GtkDialog class inside
GtkImpl.st, application freezes when the dialog is run. When I override
the definition of #run like this:

GTK.GtkDialog extend [
       run [
               <cCall: 'gtk_dialog_run' returning: #int args: #( #self
)>
       ]
]

It works as expected.



_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to