Opened 10 years ago

Last modified 9 years ago

#44794 closed defect

gtk3: refresh window doesn't work anymore — at Version 1

Reported by: schirnding-haus Owned by: cal@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: lack-of-interest Cc:
Port: gtk3

Description (last modified by ryandesign (Ryan Carsten Schmidt))

in GKT2 I used :

	while (gtk_events_pending ())
		gtk_main_iteration ();

to refresh a window
in GTK3 this works only with an this not perfect

	usleep (25000);
	while (gtk_events_pending ())
		gtk_main_iteration ();

example added

Change History (2)

Changed 10 years ago by schirnding-haus

Attachment: test.c added

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to cal@…
Port: gtk3 added; GTK3 removed
Summary: refresh window doesn't work anymoregtk3: refresh window doesn't work anymore

This does not sound like a MacPorts-specific issue. Have you already spoken with the developers of gtk about this?

Note: See TracTickets for help on using tickets.