Re: a gtk-app with arm-linux-gcc

2005-06-30 Thread vishwahg
Make sure libgda include files are included in the path (run gtk-config cflags) > Hi all, > we are developing a gtk apllication with libgda as a backend processor > it works without any problems when gcc is used. > but when arm-linux-gcc( as we are developing a application for handheld > devices

RE: Window activate

2005-05-03 Thread vishwahg
I think check out for gtk_window_grab_focus(window name) function.. Thanks Vishwa -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Deekshit M Sent: Monday, May 02, 2005 11:04 PM To: gtk-app-devel-list@gnome.org Subject: Window activate Hi all, In my app

RE: Clearing combo box

2005-04-04 Thread vishwahg
/*... Clear the list items at one step ...*/ gtk_list_clear_items(GtkList *list,gint start,gint end); example : gtk_list_clear_items(GTK_LIST(GTK_COMBO(widget)->list,0,-1); /*... To insert the items */ gtk_list_insert_items(GtkList *list,GList *i

RE: Which widget can I use for play a video file in GTK

2005-03-24 Thread vishwahg
] [mailto:[EMAIL PROTECTED] Behalf Of Keith Sharp Sent: Tuesday, March 22, 2005 5:32 PM To: gtk-app-devel-list@gnome.org Subject: Re: Which widget can I use for play a video file in GTK On Tue, 2005-03-22 at 17:01 +0530, vishwahg wrote: > Hi, > > I have a video(mp4) file and I want it to play

Which widget can I use for play a video file in GTK

2005-03-22 Thread vishwahg
Hi, I have a video(mp4) file and I want it to play using GTK based application. My question is which widget(Gtkpixmap/GTkimage) is fit for play a video file in GTK?. Let me your thoughts. Thanks Vishwahg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of