Opened 10 years ago

Closed 9 years ago

#44794 closed defect (worksforme)

gtk3: refresh window doesn't work anymore

Reported by: schirnding-haus Owned by: neverpanic (Clemens Lang)
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

Attachments (1)

test.c (5.7 KB) - added by schirnding-haus 10 years ago.

Download all attachments as: .zip

Change History (3)

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?

comment:2 Changed 9 years ago by neverpanic (Clemens Lang)

Keywords: lack-of-interest added
Resolution: worksforme
Status: newclosed

Closing due to lack of feedback.

Note: See TracTickets for help on using tickets.