Issue with css and gtk+-3.20

2016-04-27 Thread Jean Bréfort
Hi, The code we use in gnumeric for theming does not work anymore ith gtk+- 3.20, more specifically, if I use css code such as: GnmItemCursor {  color="black";  background-color="white"; } GnmItemCursor.ant {  color="blue";  background-color="red"; } when retrieving the colors with the context

Possible inconsistency between GtkBuilder and GtkUIManager.

2010-02-19 Thread Jean Bréfort
Hi, After the fix to #591085, to get the id of a widget, say a toolbar, and if I understand things correctly, we need to call gtk_buildable_get_name to retrieve the name of the toolbar if it has been created from a ui file and gtk_widget_get_name if it was created using gtk_ui_manager_add_ui*. Is

Re: Graph Widget Development

2009-05-06 Thread Jean Bréfort
You might also have a look at the goffice library (which provide the charting engine to gnumeric, abiword, gnucash and others). Le mercredi 06 mai 2009 à 16:18 -0400, Keith Williams a écrit : You might want to take a look at the GIW library (it's hosted on sourceforge). I'm not sure if it

Re: Move to LGPL3

2008-03-18 Thread Jean Bréfort
Windows API (and may be DirectX) is a special case, because you can't write a Windows program without using it. Le mardi 18 mars 2008 à 12:57 +0100, Lieven van der Heide a écrit : Ok, according to the matrix on http://www.fsf.org/licensing/licenses/gpl-faq.html#AllCompatibility it's indeed

Re: Move to LGPL3

2008-03-16 Thread Jean Bréfort
Le samedi 15 mars 2008 à 21:43 +0100, Christian Persch a écrit : Hi Jean; Am Samstag, den 15.03.2008, 21:09 +0100 schrieb Jean Bréfort: Hmm, and what will happen to applications using at least one GPLv2-only libraries? This might indeed pose a problem, though I'm not sure how major

Re: Move to LGPL3

2008-03-15 Thread Jean Bréfort
Hmm, and what will happen to applications using at least one GPLv2-only libraries? Regards, Jean Le samedi 15 mars 2008 à 21:03 +0100, ryan lortie a écrit : Hello. After some talk at the Hackfest about it, I'm writing the list to officially request that glib and GTK be moved to LGPL version

Re: Canvas and Gladebuilder API in gtk??

2006-12-02 Thread Jean Bréfort
Le samedi 02 décembre 2006 à 23:53 +0100, Mikael Hermansson a écrit : Hello gtk developers. For a long time now I have study the gtk+ and its development. And here is some things we really need to make better in GTk+ to make it success as a good toolkit. Kill gnomecanvas and

Re: Histogram widget

2006-06-01 Thread Jean Bréfort
on the matter. Do you want histograms or column charts? Anyway both already exist in goffice and we have the GOGraphWidget widget to display a large variety of 2D charts. Regards, Jean Bréfort ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http

Re: newbie and ask show window

2006-05-10 Thread Jean Bréfort
Le mercredi 10 mai 2006 à 13:23 +0700, Ade Amrillah a écrit : hi all i'm newbie in gtk+. i was create simple programme for testing gtk_widget_show() function. my program has tow windows first window i put button for call second window, i develop GUI with Glade and anjuta for code. my code

Re: GooCanvas 0.3

2006-04-27 Thread Jean Bréfort
Le mardi 25 avril 2006 à 21:02 +0100, Damon Chaplin a écrit : I've put GooCanvas 0.3 (a GTK+ cairo canvas widget) up at: http://www.dachaplin.dsl.pipex.com/goocanvas/ This release adds pretty much all of my list of essential features: o New GooCanvasPath item (similar to SVG path

Re: The printing work has been merged

2006-03-27 Thread Jean Bréfort
Le lundi 27 mars 2006 à 02:08 -0600, Yevgen Muntyan a écrit : Hey, First of all, I implemented some printing in my application, and it works! I have a question about generating postscript. Using copy/paste method I implemented postscript print backend, and it's working fine. While

Re: compiling glib on OSX.

2006-02-04 Thread Jean Bréfort
Le dimanche 05 février 2006 à 01:31 +1100, electroteque a écrit : Ive reverted back to automake-1.7 and still more issues Making all in po file=./`echo fa | sed 's,.*/,,'`.gmo \ rm -f $file /sw/bin/msgfmt -c -o $file fa.po fa.po:95: number of format specifications in `msgid' and

Re: Conflicting recommendations about using GTK_BIN(widget)-child in Gtk+ documentation

2006-01-03 Thread Jean Bréfort
Le mardi 03 janvier 2006 à 12:00 +0200, Kalle Vahlman a écrit : Hi all. I noticed that there is a conflict in what GtkBin docs say: http://developer.gnome.org/doc/API/2.0/gtk/GtkBin.html#GtkBin-struct The GtkBin-struct struct contains the following fields. (These fields should be

Re: GTK_FLOATING broken in 2.9?

2005-12-13 Thread Jean Bréfort
Le mardi 13 décembre 2005 à 11:44 -0500, Matthias Clasen a écrit : On 12/13/05, Murray Cumming [EMAIL PROTECTED] wrote: gtkmm 2.8 depends on glib/gtk 2.8, right? then you don't have g_object_force_floating() there. would it be of any help to

Re: GtkNotebook signals

2005-11-22 Thread Jean Bréfort
Le mardi 22 novembre 2005 à 15:20 -0500, ANDREW PAPROCKI, BLOOMBERG/ 731 LEXIN a écrit : Can someone fill me in if there is proper documentation for the signals on GtkNotebook? Specifically, these: change-current-page focus-tab select-page switch-page If an application wishes to

Re: Sponsored Canvas (was: Re: The state of the canvas)

2005-11-18 Thread Jean Bréfort
Le vendredi 18 novembre 2005 à 11:00 +0100, Sven Herzberg a écrit : Hi all, On Do, 2005-11-17 at 12:47 +0100, Jean Bréfort wrote: It seems that things do not advance a lot by now. AFAIK, no much work have been done except Alexander Larsson's patch available at: http://bugzilla.gnome.org

The state of the canvas

2005-11-17 Thread Jean Bréfort
Hi, It seems that things do not advance a lot by now. AFAIK, no much work have been done except Alexander Larsson's patch available at: http://bugzilla.gnome.org/show_bug.cgi?id=318807 David Bellot told me he is too busy at the moment to work on the canvas and, personally, I am not just not able

Re: canvas notes

2005-08-15 Thread Jean Bréfort
modest competencies. Anyway, I need a functional canvas for my app (GChemPaint). Hope others will join ;-) Best regards, Jean -- Jean Bréfort [EMAIL PROTECTED] ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman

Re: I thought that gtkCanvas would be in gtk 2.8?

2005-07-22 Thread Jean Bréfort
Le vendredi 22 juillet 2005 à 15:42 +0200, Kristof Vansant a écrit : Or did I miss it's inclusion somewhere? lupusBE (Kristof Vansant Belgium) I am not aware of that. But much interested. Is there already some code? How can I participate? Cheers, -- Jean Bréfort [EMAIL PROTECTED

Re: GdkPixmap

2005-05-19 Thread Jean Bréfort
Le jeudi 19 mai 2005 09:05 +0100, abhi rocks a crit : hi I have a pixbuf image from which i derive a GdkPixmap say pix. for(i=0;i5;i++) { GdkPixmap *temp_pixmap = g_object_ref(G_OBJECT(pix)); gdk_draw_rectangle(...); ... ... g_object_unref(G_OBJECT(temp_pixmap)); } As the