Cant click on the contents of a gtk window started from an applet's on_click event

About programming and getting involved with Linux Mint development
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
Axel358
Level 1
Level 1
Posts: 34
Joined: Sun Oct 11, 2020 3:24 pm
Location: Cuba

Cant click on the contents of a gtk window started from an applet's on_click event

Post by Axel358 »

i have this exact issue https://stackoverflow.com/questions/751 ... use-clicks

I can even type inside the webview and it detects the mouse hover events but i cant click it
the window
the window
my code:
Screenshot from 2023-03-22 14-56-33.png
Last edited by LockBot on Fri Sep 22, 2023 10:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
mtwebster
Level 1
Level 1
Posts: 43
Joined: Sun Jun 17, 2012 1:29 pm

Re: Cant click on the contents of a gtk window started from an applet's on_click event

Post by mtwebster »

You can't create GtkWidgets inside of the Cinnamon process - you need to make it a separate program.
Locked

Return to “Programming & Development”