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 t
of calculation is
required to do that???
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 of the information
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
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.
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
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 whose address is listed
above. Any use of the information contained herein in any way (including
Hi All,
How to set a animated icon for iconview.
As of now I am using a .gif as my icon, But no animations is seen in the
iconview.
If use the same .gif on a container like GtkTable, the animation is visible.
Can anyone guide me in this regard
Thanks,
Madhusudan E,
HTIPL, Bangalore-08
, 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 on
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
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 for the
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
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 d
ailto:[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"
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 Pres
press. Pls suggest how to overcome this problem.
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
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
Hi,
You can use GtkTextTag.
Tags should be in the GtkTextTagTable for a given GtkTextBuffer before using
them with that buffer.
gtk_text_buffer_create_tag() is the best way to create tags. See gtk-demo
for numerous examples.
Hope this helps.
Rgds,
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; k<8; k++){
n=a[k];
for (i=1; i<=n; i++) //Here 'n' is the line
uch. May be you can use void
gtk_table_resize (GtkTable *table,
guint n_rows,
guint n_cols)
It will resize your table to specified rows and cols.
I hope the above stated solutions would suffice your queries.
Rgds,
Madhusudan E
___
||I am currently attempting to write my first GTK program, which is
|| a graphical mp3 jukebox frontend to the mpg123 linux command.
||I wish to have each button on a grid correspond to a different mp3 track.
||To do this I pass a pointer to a string (the name of the mp3 file) to the
||respective
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
|After this setting, run the application and find 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,
Mad
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 gtk
nese).
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
ke[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/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@
-devel-list@gnome.org
Cc: Madhusudan E
Subject: Re: Notebook + Iconview
Madhusudan E wrote:
> 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
> dosen
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
Madhus
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 fr
, 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
L PROTECTED]
Sent: 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_cl
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 lo
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 attachmen
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,
HT
.
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
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 u
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 for the
36 matches
Mail list logo