[EMAIL PROTECTED] wrote:
[...]
> My rambling above was put in misleading terms. I was not talking about
> the source of a libglade application, but about the source of the "glade
> compiler" or the "glade interpreter" itself: the meta-source, if you
> want.
Yes sure, the glade file is the most abs
Hi,
As a developer of Xarchiver i have a question about DnD with Gtk
2.8.20 vs Gtk 2.10.6, in our current SVN version the DnD works with
2.8.20, which means... when you drop a file on the treeview, it calls
the callback-mechanism to open it, or add it to the archive.
With Gtk 2.10.6 this does not
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, Nov 08, 2006 at 07:35:19PM -0500, Tristan Van Berkom wrote:
> [EMAIL PROTECTED] wrote:
>
> >Sorry for not answering sooner. Lots in my inbox lately (literally ;)
> >
> >
> >
> No problem, I went out of town for 4 days and came home a whole
>
Hallo,
I want to work with an UTF-8 encoding text contained file in my GLib-using
program.
I have any question: how can I read a given number valid UTF-8 characters
from this file? In which type of variables can I this characters save? And
how can I go on working with this characters? Can I ask
On Tue, Nov 14, 2006 at 09:28:37AM +0100, [EMAIL PROTECTED] wrote:
> i'm making an apllication using gtk and I need to delete negative points of a
> serie.
How is exactly Gtk+ involved in this task?
> at first i read the first line an identify t,px,py...then i continue until the
> end of the file
Hi!!
i'm making an apllication using gtk and I need to delete negative points of a
serie.
for example...i have a file like this:
t px py
1 20 15
2 -6 30
3 4 3
I've declared static gdouble t[NPOINTS],px[NPOINTS],py[NPOINTS]because then i'll
plot using gtkplot.
at first i read the first lin
On Mon, Nov 13, 2006 at 08:06:30PM -0700, Jim George wrote:
>
> Why not use the "deprecated" keyword in the headers? Then at least gcc
> will warn you if you use deprecated functions and typedefs. This could
> be made as a macro which gets expanded only if you're using gcc, and
> if you have somet