gdk_input_add priority

From: Ed (kurtoo_at_netscape.net)
Date: 09/23/04

  • Next message: Graham: "Re: Development question..."
    Date: 23 Sep 2004 04:29:21 -0700
    
    

    Hi,
    How can I Change the gdk_input_add priority? Where is it defined? I
    want the events from file read/write (gdk_input_add) handled AFTER the
    redraw event. At the moment, my gui appears to be slow because the
    main loop is handling the events from file BEFORE gui redraw.
    I do not want to use iteration method as below to achieve this:
    while( Gtk::Main::events_pending() )
       Gtk::Main::iteration();

    Thanks for your help


  • Next message: Graham: "Re: Development question..."