On Mon, 9 Jun 2008 22:48:50 +0200
G Hasse <[EMAIL PROTECTED]> wrote:
> Hello,
>
> To place an XML document in a GtkTree must be a fairly common
> stuff to do. Can anyone point me to some examples or code I would
> be happy.
>
> --
> Göran Hasse
For simple XML files you can also take a look to
I totally agree with Greg on this,
Expat is a great piece of software, arguably the fastest XML parser on
Earth, low memory usage, very elegant, so important in current days that
Linux distros as Fedora and Suse store Expat on /lib instead of /usr/lib
(with symlinks from /usr/lib), so it can b
Hi all
Built a gnome canvas application on GTK-DirectFB(gtk+-2.10.14) and certain
portions of the windows appear black ,
On clicking in the windows some of them appear white as expected.
What could be the reason for such a behaviour on GTK-DirectFB backend.?
Investigation has revealed the followi
On Tue, 10 Jun 2008 16:09:10 +0300, "Tor Lillqvist" <[EMAIL PROTECTED]> wrote:
> > Might this be a Windows 2000 issue? I'm trying this on a German
> > Windows 2000 SP4.
>
> Ah. That is possible. I will have to check.
Thanks. And sorry for sending the previous mail only to you (wrong
button), thi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
G Hasse wrote:
| Hello,
|
| To place an XML document in a GtkTree must be a fairly common
| stuff to do. Can anyone point me to some examples or code I would
| be happy.
|
Basically you use something like an XML_Parser (from http://www.libexpat.org/)
Hello,
To place an XML document in a GtkTree must be a fairly common
stuff to do. Can anyone point me to some examples or code I would
be happy.
--
Göran Hasse
Göran Hasse email: [EMAIL PROTECTED] Tel: 019-450105
Radite
Hi! I am new to GTK..but i have a client who has GTK application. We like to
embed that application under Eclipse using reparenting mechanism. I have
been able to do that for Windows based application. Any thoughts?
___
gtk-app-devel-list mailing list
gtk
On Mon, 2008-06-09 at 16:00 +0530, svalbard colaco wrote:
> Hi all,
>
> I have an application running on GTK-DirectFB and its observed
> that , a part of the window,
> which is a gnome canvas item is not rendered properly rather that
> entire vbox appears black,
> But when i click on , on a cli
Hi
I have not been able to find out the fix that u mentioned in quartz backend;
in gtk+-2.10.14;
could u elaborate on that please?
It will be very helpful;
Thanks & Regards
sv.
On Mon, Jun 9, 2008 at 6:07 PM, svalbard colaco <[EMAIL PROTECTED]>
wrote:
> Hi Paul Davis ,
>
> Thanks for your prom