Re: guid lines

2007-10-27 Thread Murray Cumming
On Fri, 2007-10-19 at 18:43 +0530, CHAITANYA KOMMURU wrote: > hi all, > >iam new to gtk. i and my team mates ported gtk library on > davinci borad successfully. i write an application program using gtk. > Iam using 4x4 keyboard to my application and there is no mouse in my > appl

guid lines

2007-10-27 Thread CHAITANYA KOMMURU
hi all, iam new to gtk. i and my team mates ported gtk library on davinci borad successfully. i write an application program using gtk. Iam using 4x4 keyboard to my application and there is no mouse in my application. my GUI application work with 4x4 key board with out mouse . wha

Multimedia Keys and capturing them

2007-10-27 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have a keyboard with some multimedia keys on it and in the Gnome Keyboard Shortcuts editor I have mapped a couple of these keys. I see the volume controls working and I want to hook a couple more of them. However, in my gtk window keyboard h

Re: Maybe I need to use threads. I've been using gtk_main_iteration_do() but having problems

2007-10-27 Thread Jeff Eberl
After reading my initial question, I think I should've worded it differently. > On Tue, 2007-10-16 at 16:12 -0600, Jeff Eberl wrote: > [...] > > First is that the display doesn't do anything when my program is doing > > it's thing. So it looks like it freezes. I'm okay with that. I've > > never

Re: Profiling GTK within an application

2007-10-27 Thread Stefan Kost
Chris Rorvick schrieb: > I'm attempting to profile GTK in an application and I'm wondering what > methodology others use to accomplish this. Is there any documentation > that addresses this topic that I should refer to? Any caveats worth > pointing out? Here is where I'm at ... > > I recentl