RE: GtkSyles and Themes

2007-08-08 Thread Siddharth
id = TRUE xpadding= 1 ypadding= 1 } } } widget_class "*Scrollbar*" style "scrollbar" class "*Scrollbar*" style "scrollbar" Regards, Siddharth TATA Elxsi -Original Message-

Drawable and Colormap question...!!

2006-12-14 Thread Kumar Siddharth
Regards, Siddharth ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

RE: GtkWidgets on DirectFB

2006-12-26 Thread Kumar Siddharth
Hi, GTK has already been ported to DirectFB. You just need to compile and link to GTKDFB. Code will be same as normal GTK. http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB Regards, Siddharth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: getting gdkpixmap from pixbuf

2007-01-23 Thread Kumar Siddharth
Can you be a little more descriptive..?? You may try "gdk_pixbuf_render_pixmap_and_mask ()". This will create pixmap and mask, render pixbuf to it and then return you the pixmap and mask. Regards, Siddharth TEL -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: widget appearance getting corrupted

2007-01-24 Thread Kumar Siddharth
t everything except for the image itself */ g_print("\nCalling gtk_widget_shape_combine_mask()...\n"); gtk_widget_shape_combine_mask (window, s_alpha, 0, 0); g_print("\nCalled gdk_widget_shape_combine_mask()...\n"); /* show the window */ gtk_widget_show (window);

RE: Cross compiling gtk+-2.2.0 for arm

2007-05-17 Thread Kumar Siddharth
Freetype libraries built for your target. Pango works with Freetype2. If you have already built freetype for ARM, then you need to link to those libraries. You may want to modify PKG_CONFIG_PATH for that purpose. Otherwise, you have to cross-compile Freetype first. Regards, Siddharth TATA Elxsi -

RE: Cross compiling gtk+-2.2.0 for arm

2007-05-17 Thread Kumar Siddharth
may want to go through: http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB_for_Embedded _Systems for some useful information regarding cross-compiling GTK. Regards, Siddharth TATA Elxsi -Original Message- From: venkatesh chilapur [mailto:[EMAIL PROTECTED] Sent: Thursda

RE: RE: Cross compiling gtk+-2.2.0 for arm

2007-05-17 Thread Kumar Siddharth
/lib" You need Glib, ATK, Cairo, Pango, Freetype, GTK etc.. to build GTK. You may need Libpng or something else, depending upon what all libraries are present for your target. Following link will be quite helpful: http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB_for_Embedded _Sy

RE: Glib assertion failed messages

2007-06-05 Thread Kumar Siddharth
sometimes it is related to the value of PKG_CONFIG_PATH and LD_LIBRARY_PATH, depending upon the libraries against which you have compiled and linked. Regards, Siddharth TATA Elxsi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joao Moreira Sent: Tuesday

RE: Glib assertion failed messages

2007-06-05 Thread Kumar Siddharth
Sorry, i missed the assertion message. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kumar Siddharth Sent: Tuesday, June 05, 2007 8:13 PM To: Joao Moreira; gtk-app-devel-list@gnome.org Subject: RE: Glib assertion failed messages sometimes it is related

RE: Gtk with .po files

2007-06-26 Thread Kumar Siddharth
Hi, http://inti.sourceforge.net/tutorial/libinti/internationalization.html Hope it helps. Regards, Siddharth TATA Elxsi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Suma H.S Sent: Tuesday, June 26, 2007 2:48 PM To: gtk-app-devel-list@gnome.org Subject

RE: Running external program inside a widget

2007-07-06 Thread Kumar Siddharth
Hi, You may use GtkSocket(in Host App) and GtkPlug(in Embedded App) for this. Regards, Siddharth TATA Elxsi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, July 06, 2007 7:24 PM To: GTK+ mailing list Subject: Running

RE: Running external program inside a widget

2007-07-13 Thread Kumar Siddharth
) should be attached to this plug, and should not be as main window. Meaning you need source for browser or may be a method so that the browser output is redirected to GtkDrawingArea (which can be connected to plug). Regards, Siddharth TATA Elxsi, India -Original Message- From: [EMAIL

RE: GtkTreeView+vscroll in hbox

2007-08-10 Thread Kumar Siddharth
x_pack_start (GTK_BOX(hbox), treeview, FALSE, FALSE, 0); gtk_box_pack_start (GTK_BOX(hbox), vscroll, FALSE, FALSE, 0); or: gtk_hbox_new(FALSE,0) gtk_box_pack_start (GTK_BOX(hbox), treeview, TRUE, FALSE, 10); gtk_box_pack_start (GTK_BOX(hbox), vscroll, TRUE, FALSE, 10); Regards, Siddharth TATA Elxsi -

RE: gtk+ demo on DirectFB scrolling bug

2008-08-04 Thread Kumar Siddharth
With GTK 2.10.1 & DFB 1.0, i had not seen those black text area. Though black lines were visible while Scrolling content in Firefox-DFB. Regards, Siddharth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, August 01, 200

RE: Question regarding the dependency of GDK on other libraries

2008-08-20 Thread Kumar Siddharth
The first one can be considered as core dependencies for GTK/GDK. Second list is more like add-ons like compositing manager etc for Alpha/blending. Regards Siddharth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ruchi Lohani Sent: Wednesday, August 20