RE: how to position a gtk submenu on top of gtkmenu

2007-03-22 Thread Madhusudan E
this Main menu so as to look as a sub menu. Rgds, Madhusudan E - 9980527224 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of shankar rajan Sent: Thursday, March 22, 2007 2:59 PM To: gtk-app-devel-list@gnome.org Subject: how to position a gtk submenu on top

RE: Reducing GTK+ footprint

2007-01-24 Thread Madhusudan E
Hi, I am not sure, to what level you want to strip the GTK Widgets and also the purpose behind it. To port GTK over Mobile phones LiPS forum is trying to strip the unwanted widgets by applying a Patch to GTK. Maybe you can apply LiPS patch to get rid of most of the unwanted and redundant widget.

RE: Help ( Regarding Tailoring of GTK+ )

2007-01-24 Thread Madhusudan E
it on to Mobile device. The stripping and size reduction of GTK itself is taken as around 6+ months project. Rgds, Madhusudan E -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tor Lillqvist Sent: Wednesday, January 24, 2007 6:24 PM To: [EMAIL PROTECTED] Cc: gtk

Dynamically Changing Icons for the Applications.

2007-01-15 Thread Madhusudan E
change the icons as its done with Themes. Pls clarify. Rgds, Madhusudan E, HTIPL, Bangalore-08 - 9980527224 www.huawei.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app

RE: Need more information on libtranslate

2007-01-02 Thread Madhusudan E
to, refer http://www.async.com.br/~kiko/gettext.html Hope this helps, Rgds, Madhusudan E. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of suvarna Sent: Wednesday, January 03, 2007 4:48 AM To: gtk-app-devel-list@gnome.org Subject: Need more information

RE: GtkWidgets on DirectFB

2006-12-26 Thread Madhusudan E
Hi, Install GTK over DirectFB and launch any program Refer the following link; http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB for installation of GTK over DirectFB. I hope this helps Rgds, Madhusudan E -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Switching theme

2006-12-19 Thread Madhusudan E
Hi... Probably u can even use existing applications on net to change themes on the fly http://www.muhri.net/nav.php3?node=gts download gtk-theme-switch Hope this helps. Rgds, Madhusudan E This e-mail and attachments contain confidential information from HUAWEI, which is intended only

RE: Switching theme

2006-12-15 Thread Madhusudan E
Hi, On selecting the theme, Use, say gtk_rc_parse(/home/Madhu/gtk/Themes/AquaX/gtk-2.0/gtkrc); Then reset the window rc styles using gtk_widget_reset_rc_styles(window); Then reparse all... gtk_rc_reparse_all(); I hope this helps Rgds, Madhusudan -Original Message- From: [EMAIL

RE: Need to get the widget focused

2006-12-13 Thread Madhusudan E
Hi krithika... I am not very clear with your query. Most of the widgets provide activate property, and a corresponding API to Activate them. Either you grab focus or not, on that widget. Its immaterial. You can activate the widget with the API. Other details you may require are: Enter key Press

FW: Need to get the widget focused

2006-12-13 Thread Madhusudan E
:[EMAIL PROTECTED] On Behalf Of Madhusudan E Sent: Wednesday, December 13, 2006 7:10 PM To: [EMAIL PROTECTED]; gtk-app-devel-list@gnome.org Subject: RE: Need to get the widget focused Hi krithika... I am not very clear with your query. Most of the widgets provide activate property

RE: Display date and time using gtkmm2.4

2006-12-13 Thread Madhusudan E
Hi, You may use For ex: g_timeout_add_full(G_PRIORITY_DEFAULT,1000, periodicTask, NULL, (GDestroyNotify)go_to_timeout); Where in , the 'periodicTask' callback will be called every 1 sec (1000 msec), Within this callback you can use, time_t to get the time current time. Update your window and

Alternative for gtk_style_get_font

2006-10-30 Thread Madhusudan E
Hi All, The API gtk_style_get_font is deprecated. Can anyone tell us which is the alternative for this API Rgds, Madhu ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

RE: GTK table insert row

2006-10-12 Thread Madhusudan E
) It will resize your table to specified rows and cols. I hope the above stated solutions would suffice your queries. Rgds, Madhusudan E ___ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

RE: Use of fgets, puts, rewind in Gtk+

2006-10-12 Thread Madhusudan E
wrong. Rgds, Madhusudan E Hello, I wished to read a file and get some lines from there like this: - fp=fopen(filename, r); for(k=0; k8; k++){ n=a[k]; for (i=1; i=n; i++) //Here 'n' is the line number fgets(s, 100

Problem in creating a new widget.

2006-10-10 Thread Madhusudan E
to add more details. Rgds, Madhusudan E ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Re: Internationalization of GTK Apps (change language)

2006-09-26 Thread Madhusudan E
the language change. But I have query again: How to change the language on the fly. I tried using g_setenv (LC_ALL, en_US.UTF-8, TRUE); But the change doesn't happen on the fly. ;-(( Any suggestions? Rgds, Madhusudan E ___ gtk-app-devel-list

Internationalization of GTK Apps (change language)

2006-09-25 Thread Madhusudan E
). Is there anything more to be done. Or am I going wrong anywhere. Rgds, Madhusudan E ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Can't link to Pango. Pango is required to build

2006-09-25 Thread Madhusudan E
Hi all: I want to cross compile gtk2.6.10 on linux-fb. I successfully compiled the follow libs: glib-2.6.6, libxml2.6.20,freetype2.1.10, fontconfig2.3.94, atk-1.10.3. and I'm sure they are installed in correct directory. But when i config the

Image Format Recognition Failure!!

2006-09-20 Thread Madhusudan E
`/home/dharma/static/gtk+-2.6.10' make: *** [all] Error 2 If anyone aware of this problem-solution, Pls reply back. Rgds, Madhusudan E ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

Dynamic theme changing

2006-09-19 Thread Madhusudan E
Hi all, *) I want to know how to give a GTK theme file (RC file) as input to GTK+2.10 libraries and also which directory to put in *) Also I want to change the theme dynamically This may be a small clarification. But I don't know how to do this. Please let me know how I can do this. Thanx

Notebook + Iconview

2006-09-18 Thread Madhusudan E
Hello All, I have inserted iconview inside a notebook page. Initially the focus is on the Notebook Tab. When I press down key, Notebook Tab loses the focus but the iconview item dosent get the focus. When I again press the Down key, the iconview item gets the focus. Effectively to pass the focus

RE: g_object_class_install_property

2006-08-23 Thread Madhusudan E
is, Well the above stated behaviour of GTK is default behavior or Am I going wrong some where. Thanks, Madhusudan E, HTIPL, Bangalore-08 - 9980527224 www.huawei.com This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity

g_object_class_install_property

2006-08-22 Thread Madhusudan E
Hi All, I have defined a new widget and I want to install properties. I have defined Gobject_class-set_property Gobject_class-get_property to my local functions. And as well I have installed the property using G_object_class_install_property() But the control is not getting passed to the

RE: g_object_class_install_property

2006-08-22 Thread Madhusudan E
: Tuesday, August 22, 2006 7:07 PM To: Madhusudan E Cc: gtk-app-devel-list@gnome.org Subject: Re: g_object_class_install_property Madhusudan E wrote: Hi All, I have defined a new widget and I want to install properties. I have defined Gobject_class-set_property Gobject_class-get_property

Key Press Event!

2006-08-21 Thread Madhusudan E
Hi All, I am defining a new widget and within the class_init I am mapping Widget_class-key_press_event to local key press event handling function. But none of the keypress event is caught by my local function. Pls give out ur suggestions over this. Thanks, Madhusudan E, HTIPL

Event Box doesnt work on key_press_event

2006-08-21 Thread Madhusudan E
Hi all, I am trying attach key_press_event to event_box, which contains a label. But it is not catching the key_press_event. Can someone suggest how to go abt this. Madhusudan E, HTIPL, Bangalore-08 - 9980527224 www.huawei.com This e-mail and attachments contain

Help needed!!

2006-08-10 Thread Madhusudan E
be visible over the image. If u have any code samples, pls send across. It would be a great help to me. Rgds, Madhusudan E, HTIPL, Bangalore-08 - 9980527224 www.huawei.com This e-mail and attachments contain confidential information from HUAWEI, which is intended only

Help needed for Image transparency!!

2006-08-10 Thread Madhusudan E
How to support Transparent images using GTK or GDK api's Madhusudan E, HTIPL, Bangalore-08 - 9980527224 www.huawei.com This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use

Help Required regarding images over buttons!!

2006-08-10 Thread Madhusudan E
. i think currently the rc file supports xmp format or is there any other way to do it, with out asking the application developer to handle the button press event Madhusudan E, HTIPL, Bangalore-08 - 9980527224 www.huawei.com This e-mail and attachments contain confidential

Help needed!!

2006-08-10 Thread Madhusudan E
be visible over the image. If u have any code samples, pls send across. It would be a great help to me. Rgds, Madhusudan E, HTIPL, Bangalore-08 - 9980527224 www.huawei.com This e-mail and attachments contain confidential information from HUAWEI, which is intended only