 |
libglade 2.0.0 (GTK 2.0)
|
Section: Unix |
|
|
|
| Added: Thu, May 27th 1999 08:20 PDT (8 years, 11 months ago) |
Updated: Fri, Sep 20th 2002 13:11 PDT (5 years, 8 months ago) |
|
|
About:
Libglade is a small library that allows a program to load its user interface from an XML description at runtime. The XML file format is that of the user interface builder GLADE, so libglade acts as an alternative to GLADE's code generation approach. Libglade also provides a simple interface for connecting handlers to the various signals in the interface (on platforms where the gmodule library works correctly, it is possible to connect all the handlers with a single function call). Once the interface has been instantiated, libglade gives no overhead, so other than the initial interface loading time (which is short), there is no performance tradeoff.
Release focus: Minor bugfixes
Changes:
Minor documentation updates. This is the first stable release targeted at GTK 2.0.
Author:
James Henstridge [contact developer]
Tar/GZ:
http://ftp.gnome.org/[..]urces/libglade/2.0/libglade-2.0.1.tar.gz
Tar/BZ2:
http://ftp.gnome.org/[..]rces/libglade/2.0/libglade-2.0.1.tar.bz2
Trove categories:
[change]
Dependencies:
[change]
GLib ( branch) (required)
GTK+ 2.0.0 (required)
libxml2 2.4.11 (required)
Pango (required)
Python (recommended)
[download links]
|
|
» Rating:
8.52/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 5357)
» Popularity: 4.69% (Rank 754)

(click to enlarge graphs)
Record hits: 51,002
URL hits: 41,155
Subscribers: 89
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.0.1
|
Minor bugfixes |
20-Sep-2002 10:11 |
|
2.0.0
|
Minor bugfixes |
06-Jun-2002 10:09 |
|
1.99.12
|
Minor bugfixes |
12-May-2002 05:32 |
|
1.99.11
|
Minor bugfixes |
06-May-2002 20:02 |
|
1.99.10
|
Minor bugfixes |
30-Mar-2002 07:03 |
|
1.99.9
|
Minor bugfixes |
11-Mar-2002 08:07 |
|
1.99.8
|
Minor bugfixes |
27-Feb-2002 19:40 |
|
1.99.7
|
Minor feature enhancements |
07-Feb-2002 21:04 |
|
1.99.6
|
Major feature enhancements |
31-Jan-2002 02:39 |
|
1.99.5
|
Minor feature enhancements |
17-Dec-2001 01:05 |
Comments
[»]
libglade with phpGTK on win32
by Sebastian G. - Feb 20th 2002 05:35:25
Hi folks,
i'm new on this, but please try to drop a hint. I'm about to run a
phpGTK-Script inkluding a *.glade-file, which I need to parse via XML.
Well, the code to do so looks like:
$gx = &new GladeXML('scan_client.glade');
$gx->signal_autoconnect();
, where "scan_client.glade" is the glade-output-file. But running this
ends in an errormessage:
Warning: gladexml(): could not create
\scan_client.php on line 15
Fatal error: Call to a member functio
t\scan_client.php on line 16
Though I guessed that I've not been configuring phpGTK for the use with
XML. So now my question is: What do I need to install and configure for
having my scripts running with included *.glade-files?
If I've been posting this at the wrong place, please don't bother to give
me the url of the proper thread. Thanks.
-- MfG,
Sebastian G.
[reply]
[top]
[»]
Re: libglade with phpGTK on win32
by James Henstridge - Feb 27th 2002 21:38:44
> Hi folks,
> i'm new on this, but please try to
> drop a hint. I'm about to run a
> phpGTK-Script inkluding a *.glade-file,
> which I need to parse via XML. Well, the
> code to do so looks like:
The error messages you gave look specific to the php bindings for
libglade. You would have much better luck asking about this on a php/gtk
list or something. Go to http://gtk.php.net/ for details. (it is
just chance that I noticed your message here).
[reply]
[top]
|
|
 |