|
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: Major bugfixes
Changes:
This release includes changes so that glade_xml_get_widget() always returns a valid widget or NULL, which gets rid of some hard to trace bugs in other programs and language bindings. There are also some other bugfixes.
Author:
James Henstridge [contact developer]
Tar/GZ:
http://ftp.gnome.org/[..]urces/libglade/0.17/libglade-0.17.tar.gz
Trove categories:
[change]
Dependencies:
[change]
GTK+ (Default branch) (required)
libxml2 (1.x branch) (required)
[download links]
|
|
» Rating:
8.52/10.00
(Rank N/A)
» Vitality: 0.01% (Rank 5333)
» Popularity: 4.77% (Rank 752)

(click to enlarge graphs)
Record hits: 53,229
URL hits: 41,453
Subscribers: 90
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
0.17
|
Major bugfixes |
31-Jan-2002 10:47 |
|
0.16
|
Minor feature enhancements |
13-Feb-2001 19:38 |
|
0.14
|
N/A |
11-Jul-2000 10:11 |
|
0.13
|
N/A |
16-Jun-2000 03:33 |
|
0.12
|
N/A |
13-Mar-2000 16:37 |
|
0.8
|
N/A |
18-Nov-1999 08:18 |
|
0.7
|
N/A |
30-Sep-1999 12:07 |
|
0.6
|
N/A |
22-Sep-1999 15:02 |
|
0.5
|
N/A |
08-Sep-1999 14:31 |
|
0.4
|
N/A |
25-Aug-1999 11:59 |
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]
|