commit b1e927090b5d0951d823c6fd9b4613d300e16acc
parent 865bd94dd4650199c4d59c5ed47acd23b56dcced
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Thu, 27 Jan 2022 08:13:01 +0200
Remove unneeded dashes.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/2022-01-27-opencv-and-gtk.md b/content/2022-01-27-opencv-and-gtk.md
@@ -20,8 +20,8 @@ but if you want to find the mouse location, put your GtkImage inside a GtkEventB
- window1 (GtkWindow)
- box1 (GtkBox)
- grayscaleButton (GtkToggleButton)
- - eventbox - (GtkEventBox)
- - image - (GtkImage)
+ - eventbox (GtkEventBox)
+ - image (GtkImage)
```
and in `eventbox` set the `Common -> Events -> Pointer Motion` so you can add a handler to the `motion-notify-event` event.