Opened 10 years ago
Last modified 10 years ago
#44794 closed defect
refresh window doesn't work anymore — at Initial Version
Reported by: | schirnding-haus | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | lack-of-interest | Cc: | |
Port: | gtk3 |
Description
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
Note: See
TracTickets for help on using
tickets.