[MacPorts] #44794: gtk3: refresh window doesn't work anymore (was: refresh window doesn't work anymore)
MacPorts
noreply at macports.org
Wed Aug 27 07:13:49 PDT 2014
#44794: gtk3: refresh window doesn't work anymore
------------------------------+-------------------
Reporter: heinrich.adam@… | Owner: cal@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords:
Port: gtk3 |
------------------------------+-------------------
Changes (by ryandesign@…):
* owner: macports-tickets@… => cal@…
* port: GTK3 => gtk3
Old 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
New description:
in GKT2 I used :
{{{
while (gtk_events_pending ())
gtk_main_iteration ();
}}}
to refresh a window [[br]]
in GTK3 this works only with an this not perfect
{{{
usleep (25000);
while (gtk_events_pending ())
gtk_main_iteration ();
}}}
example added
--
Comment:
This does not sound like a MacPorts-specific issue. Have you already
spoken with the developers of gtk about this?
--
Ticket URL: <https://trac.macports.org/ticket/44794#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list