[Glade-users] RE: Glade and Python. Newbie needs help to access widget and hide windows.
- From: hans deragon biz (Hans Deragon)
- Subject: [Glade-users] RE: Glade and Python. Newbie needs help to access widget and hide windows.
- Date: Mon, 28 Jul 2003 22:06:04 -0400
Tyson Lloyd Thwaites wrote:
Hi,
1) You should be able to use the generic documentation for libglade. I know
nothing about PyGTK, but in libglade the function glade_xml_get_widget will
do what you want. See
http://developer.gnome.org/doc/API/libglade/gladexml.html
Thanks. You gave me the kick I needed. I also suddenly thought to simply do
a "rpm -ql pygtk" and found the list of all .py files comming with the
package. By looking into them, I can see the API from a Python point of vue.
2) In libglade you typically make all your top-level windows invisible, and
then manully call gtk_widget_show() when you want to display them. This is
also in the above documentation.
I found the problem. By default, all windows have their "Visible" attribute
set on. I disabled them all except for the main window.
Thanks for the help.
Hans Deragon
--
Deragon Informatique inc. Open source:
http://www.deragon.biz http://swtmvcwrapper.sourceforge.net
mailto://hans deragon biz http://autopoweroff.sourceforge.net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]