Re: Adding timer



Hi,

and you should also check out the really great "Programming with gtkmm"
book here:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/chapter-chapter-timeouts.html

--
Balazs

Aleksandar Kanchev wrote:
> Hi Sai,
> 
> check out Glib::SignalIdle
> <http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalIdle.html>
> and Glib::SignalTimeout
> <http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalTimeout.html>,
> you can also find the C functions with more documentation here
> <http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html>.
> 
> best regards,
> Aleksandar
> 
> 
> Sai wrote:
>> Hi All,
>>
>> I have used gtkmm to design the screens in my c++ application. What I
>> need to do is, after logging into my application, if the application
>> is left idle for some time, then it must be logged out. I have no idea
>> on how to do this. Please help me
>>
>> Thanks.
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> gtkmm-list mailing list
>> gtkmm-list gnome org
>> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>>   
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]