Some questions about pyGtk, glade and Gnome

Reply

Join Date: Aug 2005
Posts: 18
Reputation: Avner .H. is an unknown quantity at this point 
Solved Threads: 0
Avner .H. Avner .H. is offline Offline
Newbie Poster

Some questions about pyGtk, glade and Gnome

 
0
  #1
Nov 6th, 2005
hello everybody,

I've started to learn pyGTK and glade for a program i'm doing,
and i've run into some problems:

1. Is there no way to change the size of a specific text when using glade? for example, a window title, a label text etc.

2. In the Gnome widgets, when choosing to use a druid, how can you configure the buttons of the wizard? (forward, back, cancel, help) and is there a possible way to change their title and add more buttons?

Tough questions... :rolleyes:
simple answers?
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 3,959
Reputation: vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice 
Solved Threads: 917
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
DaniWeb's Hypocrite

Re: Some questions about pyGtk, glade and Gnome

 
0
  #2
Nov 7th, 2005
Using Dev-C++ or Python with Windows, I found GTK one of the more frustrating GUI libraries, but it may work better under Linux. Just my limited opinion.
May 'the Google' be with you!
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 2
Reputation: JoeM is an unknown quantity at this point 
Solved Threads: 0
JoeM JoeM is offline Offline
Newbie Poster

Re: Some questions about pyGtk, glade and Gnome

 
0
  #3
May 4th, 2006
Originally Posted by Avner .H.
hello everybody,

I've started to learn pyGTK and glade for a program i'm doing,
and i've run into some problems:

1. Is there no way to change the size of a specific text when using glade? for example, a window title, a label text etc.
The only way I've found to change the text size, is using the set_markup attribute of the label widget.
But you must first enable the markup usage in the label widget properties window in glade.

Check the gtk widgets documentation and look inside the label widget so you see all the methods it has.

GUI.LabelWidget.set_markup('<big><big><big>INSERT YOUR BIG TEXT HERE</big></big></big>')

I hope its not too late hehe. Good luck!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Python Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC