Opened 10 years ago
Closed 10 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)
Change History (3)
Changed 10 years ago by schirnding-haus
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 anymore → gtk3: refresh window doesn't work anymore |
comment:2 Changed 10 years ago by neverpanic (Clemens Lang)
Keywords: | lack-of-interest added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Closing due to lack of feedback.
Note: See
TracTickets for help on using
tickets.
This does not sound like a MacPorts-specific issue. Have you already spoken with the developers of gtk about this?