Skip to content

Commit 1cf8aa6

Browse files
committed
add stub for moveTo: even if it will not work for real (no moveTo: on gtk)
1 parent d5fe1e8 commit 1cf8aa6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Spec-Gtk/GtkWindowAdapter.class.st

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,11 @@ GtkWindowAdapter >> minimize [
320320
self widgetDo: [ :w | w minimize ]
321321
]
322322

323+
{ #category : 'spec protocol' }
324+
GtkWindowAdapter >> moveTo: aPoint [
325+
"can't directly position a window on gtk4 :("
326+
]
327+
323328
{ #category : 'building' }
324329
GtkWindowAdapter >> newWidget [
325330

0 commit comments

Comments
 (0)