[pygtk] styles not styling quite how I want ....

2001-10-31 Thread mallum
the tab does indeed become blue ... except the font now also changes to a much bigger one ( I have a .gtkrc set for a smaller font, it seems to revert to the default font size ). Anybody know how to stop this and keep the font the same ? many thanks - mallum. _

Re: [pygtk] getting the Ctree selection

2001-10-26 Thread mallum
on Fri, Oct 26, 2001 at 11:40:41AM -0200, Christian Robottom Reis wrote: > > AFAICT you need to either query the row for the object, or use the > "selection" member of the CTree in the same manner. > What do you mean by selection member - could you give an example ? Man

[pygtk] getting the Ctree selection

2001-10-26 Thread mallum
Hi all; Ok I build my CTree , add some nodes ( using insert_node ) and attach some data to them ( using node_set_row_data ). My problem is, how can I get at that data when its nodes selected ? Connecting a "select_row" row event to the tree, just passes the tree object and a row integer rather

[pygtk] Improving Start up time

2001-07-05 Thread mallum
Hi All; Any ideas on decreasing the time it takes for a pygtk app to start up - even a simple one. I run pygtk on a low end machine ( an ipaq ) and start up times are very slow indeed ( 30 secs ) for very simple apps. Many thanks mallum ___ pygtk

[pygtk] setting a windows normal hints from pygtk

2001-06-03 Thread mallum
Hi all; Is it possible to set a windows normal hints ( like XSetWMNormalHints in xlib ) from gtk ? and if so, how ? mallum ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] ItemFactories and radio items.

2001-05-18 Thread mallum
segmentation fault ? setting it to gtk.TRUE dosn't - but all the buttons are activated anyway. Also how do I 'grey out' a menu item via an itemfactory - is this possible ? I cant seem to find any examples of using itemfactorys in a more 'advanced'

Re: [pygtk] GtkTree?

2001-05-03 Thread mallum
wierd this is what I was doing. But with 8 bit vals ; eg - my_col=window.get_colormap().alloc(0,255,255) with you 16 bit vals it seem to work ! mallum on Thu, May 03, 2001 at 01:37:18PM +0200, Alexandre Fayolle wrote: > On Thu, 3 May 2001, mallum wrote: > > > I've been ha

Re: [pygtk] GtkTree?

2001-05-03 Thread mallum
hanks; mallum on Fri, Apr 13, 2001 at 08:41:45PM +0800, James Henstridge wrote: > On 13 Apr 2001, Rob Brown-Bayliss wrote: > > Also, I would like to set the background of a GtkCtree to white, but > > cant seem to make it work. > > Modify your gtkrc file so that the bg[PRELI

[pygtk] How to get window to capture a keyboard event

2001-04-09 Thread mallum
Hi All; Whats the easiest way to capture a backspace key press in a window ? Also does any one have any examples of using the cschtml python bindings ( apart from the include test.py file ) Many thanks mallum ___ pygtk mailing list [EMAIL

[pygtk] Changing a Buttons text

2001-03-29 Thread mallum
Hi all; Is there an easy way to alter the text contained within an already rendered button ? mallum ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

Re: [pygtk] Unmapping a window ?

2001-03-19 Thread mallum
Cool, It worked ! many thanks mallum on Mon, Mar 19, 2001 at 06:43:19PM +0800, James Henstridge wrote: > On Mon, 19 Mar 2001, mallum wrote: > > > Aloha all; > > > > Im writing a little pygtk program to provide a launcher frontend to the > > Stella Atari emula

[pygtk] Unmapping a window ?

2001-03-19 Thread mallum
seem to want to unmapp. However it does when I remove the system() command. Any ideas on how to accomplish this correctly ? Many thanks mallum http://10.am ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk