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
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
/*... 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
]
[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
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