Re: timer

2002-07-09 Thread Deepa Chacko Pillai
You can use the call gtk_timeout_add (). You can get more details at the following link: http://developer.gnome.org/doc/API/2.0/gtk/gtk-general.html -Deepa Seisdedos Nuñez, Monserrat wrote: Hi everybody: is there any way of running a callback every 2 secons???

Re: Time of the Day.

2002-07-08 Thread Deepa Chacko Pillai
Hi Rahul You can use gettimeofday () itself. There is also a portable eqvt of gettimeofday in glib - g_get_current_time (). Thanks Deepa rahul srivastava wrote: Hello everybody,Does anybody have an idea on how to get the 'Time of the Day' in GTK+1.2.Thanks,Rahul

Re: finding deprecated functions in sources

2002-04-02 Thread Deepa Chacko Pillai
Hi Vitaly There are certain flags for catching these deprecated calls. You can set these in your Makefile and then compile your sources. These are some of the flags: -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED

pango font for arrow keys

2002-03-20 Thread Deepa Chacko Pillai
Hi I am porting GdkFont in stock-ticker to Pango. I am not able to find the Pango font which will display the up/down arrow characters. Previously, it was Symbol (Adobe). When I used Symbol as the font to Pango, it gave me Invalid UTF8 string passed to pango_layout_set_text(). What is the font