Re: scrolledview

2007-02-07 Thread myasar
Selon James Scott Jr [EMAIL PROTECTED]: If you have caused the GtkVBox to be Realized, meaning all the widget have done their size negotiations OK, so I just need to catch the realized signal. Another question : suppose I'm adding gtktextviews to a GtkVbox which is already visible (realized

RE: transparent gtkwindow

2007-02-07 Thread Suma H.S
thanks...shall look into that. But, do u by any chance know how to use multiple masks for the function gtk_widget_shape_combine_mask ()? If I try to call this function multiple times using different mask everytime, only the effect of the last call is seen. I want to have the effect of

pixel position of a point

2007-02-07 Thread ferri_marllo
Hello!! I have plot points in an X-Y plot using this code: void grafica(GtkWidget *plot) { GdkColor color; GtkPlotAxis *axis; int i,j,k,l; int np_x,np_y; np_x=0; np_y=0; t1a=g_array_new(FALSE,FALSE,sizeof(gdouble)); t2a=g_array_new(FALSE,FALSE,sizeof(gdouble));

Newby question on Glade2

2007-02-07 Thread Gerald I. Evenden
Host hardware: amd64. OS-flavor: kubuntu I managed to successfully complete one of the tutorials on Glade2 by getting an example up and running and making a few personal tweaks to the project. I feel that I am ready to progress to using Glade2 to provide a gui to frontend some software that is

Re: scrolledview

2007-02-07 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Feb 07, 2007 at 10:06:26AM +0100, [EMAIL PROTECTED] wrote: Selon James Scott Jr [EMAIL PROTECTED]: If you have caused the GtkVBox to be Realized, meaning all the widget have done their size negotiations OK, so I just need to catch

Re: scrolledview

2007-02-07 Thread Mehmet YASAR
[EMAIL PROTECTED] a écrit : Another question : suppose I'm adding gtktextviews to a GtkVbox which is already visible (realized and mapped). how can I know that all the widget have done their size negotiations ? I can't rely on the realized signal since the gtkvbox is already realized ...

Re: GtkFileChooserDialog: response from Location

2007-02-07 Thread Braden McDaniel
On Wed, 2007-02-07 at 20:56 -0500, Braden McDaniel wrote: It seems that--by default, at least--pressing Enter in the Location entry of a GtkFileChooserDialog does not constitute a response (that is, it does not close the dialog). Can this be changed? Or can it be fudged? Nevermind. I just

GObject docs improvements

2007-02-07 Thread Stefan Kost
hi, yesterday I committed a first batch of cleanups to the GObject docs. http://developer.gnome.org/doc/API/2.0/gobject/index.html IMHO this is a crucial documentation for the GNOME platform and it can be improved further. Marc-Andre Lureau and Zeeshan Ali already joined in the quest to