focus line pattern around gtk event box

2011-12-19 Thread Guruprasad Bhat
Hi ppl,

When I set the focus line pattern in rc file, dotted border comes around
button widgtes, entry widgets when focus comes on that. But for event box,
layout, even though i set Can focus flag TRUE  focus in indication is not
appearing. How I can get the visual indication of focus in for gtk event
box, gtk layout. Early suggestion appreciated.

Regards,
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


embedding flash files into GTK application

2011-01-05 Thread Guruprasad Bhat
Hi group members,

I am trying one gtk application in which i want embed some flash files. (
audio video files) can somebody throw guidelines for this. Anyone tried
something this kind of thing. Please suggest me.

Best Regards,
Guruprasad.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Keyboard shortcut for activating menu items

2010-11-21 Thread Guruprasad Bhat
Hi all,
I have added gtk menu bar in my application. And i want to link a shortcut
key to one menu item. Like clicking 'Alt + F' ll link to item *F*ile on our
general desktop applications. I tried searching on google for this, but
couldn't find any info may be i have not used proper wordings for search.
Can anyone help regarding this?

*Regards,*
*  Guruprasad Bhat.*
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: moving message on a gtk dialog

2010-10-20 Thread Guruprasad Bhat
I have done in one way,
a scrolled window with test view setted with text buffer.
a function is called through a timer
inside the function, getting hadjustment of scrolled window then
incrementing its adjustment value setting back hadjustment to scrolled
window.

in this way string looks like movin... but now thing is i cant know
when to stop  again start from 0.0
is it possible to know adjustment-upper - adjustment-page_size ?

Or else any other way?

cheers
Guruprasad

On 10/19/10, James Morris jwm.art@gmail.com wrote:
 On 19 October 2010 11:01, Guruprasad Bhat guruprasad...@gmail.com wrote:
 Hi all,
 I was thinking of a application for showing moving message. In gtk is it
 possible to do that? I want a small gtk dialog displaying moving message.
 Can any one suggest in this regard.
 *Regards,*
 *  Guruprasad Bhat.*

 The simplest form would scroll the message string itself by placing
 the first character of the message string at the end of the message
 string and repeating. You'll need a few extra spaces at the end of the
 message. Then you'll need an idle callback or timeout to call the
 string scrolling routine and then to redisplay it as a label.
 ___
 gtk-app-devel-list mailing list
 gtk-app-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list



-- 
*Regards,*
*  Guruprasad Bhat.*
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Bring gtk dialog window to front

2010-10-19 Thread Guruprasad Bhat
Hi all,
I have one application that has multiple full screen dialog windows. I am
trying to bring one dialog to front that is already created  showed earlier
 now it is back side of other windows. Can anybody suggest how to bring a
dialog window to front that is already present at back side?

*Warm Regards,*
*  Guruprasad Bhat.*
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


moving message on a gtk dialog

2010-10-19 Thread Guruprasad Bhat
Hi all,
I was thinking of a application for showing moving message. In gtk is it
possible to do that? I want a small gtk dialog displaying moving message.
Can any one suggest in this regard.
*Regards,*
*  Guruprasad Bhat.*
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Linking the buttons to gtk app

2010-08-29 Thread Guruprasad Bhat
Yes it has got linux kernnel, on the user space application will run.
Inorder to operate user will press buttons GTK has got button click/press
event handler.
Pressing should reach GTK from hardware. How it can be linked.
*Regards,*
*  Guruprasad Bhat.*



On Fri, Aug 27, 2010 at 3:59 PM, dhk dhk...@optonline.net wrote:

 On 08/27/2010 01:27 AM, Guruprasad Bhat wrote:
  Hello, I have developed a GUI application for ARM based product. It has
 10
  buttons, so I want to link button press to GTK. How can I start to do
 this?
  In which level/layer I have work to get it done?
 
  *Regards,*
  *  Guruprasad Bhat.*
  ___
  gtk-app-devel-list mailing list
  gtk-app-devel-list@gnome.org
  http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
 

 This is a little off the subject, but how do you get you application on
 the ARM device especially when it's got an OS like Windows CE or
 something like that?

 dhk
 ___
 gtk-app-devel-list mailing list
 gtk-app-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Linking the buttons to gtk app

2010-08-26 Thread Guruprasad Bhat
Hello, I have developed a GUI application for ARM based product. It has 10
buttons, so I want to link button press to GTK. How can I start to do this?
In which level/layer I have work to get it done?

*Regards,*
*  Guruprasad Bhat.*
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list