[Glade-users] Embed Glade in file with Python
- From: bootch at nc.rr.com (lloyd konneker)
- Subject: [Glade-users] Embed Glade in file with Python
- Date: Sat, 28 May 2011 09:54:16 -0400
If you mean, embed glade in python:
glade creates a specification that is a text file in XML format.
You can embed that in a python program as a raw string and feed it to
gtkbuilder.
If you mean, embed Python in glade:
a python program is a text file that you could embed in glade
anywhere a text string is needed.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]