CVS commit 1.189 (Owen) and gtk_window_set_has_frame

2005-02-25 Thread Stephane Raimbault
Hi, I previously did a report about this problem (august 04). The gtk+'s commit 1.189 (between GTK+ 2.2 and 2.4) introduced a new check in gdk/x11/gdkwindow-x11.c -> gdk_window_set_icon() : g_return_if_fail (GDK_WINDOW_TYPE (window) != GDK_WINDOW_CHILD); Now this simple code shows a warning :

Re: CVS commit 1.189 (Owen) and gtk_window_set_has_frame

2005-02-27 Thread Stephane Raimbault
15 +0100, Stephane Raimbault wrote: > > Hi, > > > > I previously did a report about this problem (august 04). > > > > The gtk+'s commit 1.189 (between GTK+ 2.2 and 2.4) introduced a new > > check in gdk/x11/gdkwindow-x11.c -> gdk_window_set_icon()

Re: CVS commit 1.189 (Owen) and gtk_window_set_has_frame

2005-02-28 Thread Stephane Raimbault
Not really, try this code (on X11) and uncomment gtk_window_set_frame_dimensions after. /* gcc -g `pkg-config --libs --cflags gtk+-2.0`simple-color- dialog.c -o simple-color-dialog */ #include int main (int argc, char **argv) { GtkWidget *window; GtkWidget *dialog;

Re: Data Plot Widget

2005-05-11 Thread Stephane Raimbault
Hi, If you like Python, you can also look at http://matplotlib.sourceforge.net/ Regards, Stephane Le mardi 10 mai 2005 à 08:36 -0400, Will Heyman a écrit : > I need to plot 2d data. I searched the list and the closest I saw was > GtkExtra. > It doesn't look like anyone's done anything with it

Question about gtk_window_set_has_frame

2004-08-19 Thread Stephane Raimbault
Hi, My application works on X11 without window manager and I use gtk_window_set_has_frame on message window (in the goal to draw a colored border) like in this example : dialogue = gtk_message_dialog_new(window, GTK_DIALOG_MODAL,