[pygtk] GtkSpinButton question

2002-01-18 Thread Steve McClure
This isn't necessarily Python related but: I wan't to use a GtkSpinButton to display the port of a service but I want to display the text for know services. e.g. if 79 is displayed and they increment, display 'http' instead of 80. Does anyone know if this is possible? There is an attribute

Re: [pygtk] GtkSpinButton question

2002-01-18 Thread Skip Montanaro
Steve I wan't to use a GtkSpinButton to display the port of a service Steve but I want to display the text for know services. e.g. if 79 is Steve displayed and they increment, display 'http' instead of 80. This isn't quite what you're looking for, but I was able to create a

Re: [pygtk] GtkSpinButton question

2002-01-18 Thread Pedro Rodriguez
On Friday 18 January 2002 20:33, Steve McClure wrote: This isn't necessarily Python related but: I wan't to use a GtkSpinButton to display the port of a service but I want to display the text for know services. e.g. if 79 is displayed and they increment, display 'http' instead of 80. Does

Re: [pygtk] GtkSpinButton question

2002-01-18 Thread Steve McClure
Pedro Rodriguez [EMAIL PROTECTED] writes: On Friday 18 January 2002 20:33, Steve McClure wrote: This isn't necessarily Python related but: I wan't to use a GtkSpinButton to display the port of a service but I want to display the text for know services. e.g. if 79 is displayed and