Re: 2 (simple?) questions

2002-08-20 Thread John . Cupitt
Krzysztof Magrel wrote: 2. How can I change active widget? Tab key only can change coursor position to the next widget. I want to change active widget from source level. (It depends what user of program will do). I know that it is not possible for some widgets (ie.labels, etc). I use

RE: 2 (simple?) questions

2002-08-20 Thread Krzysztof Magrel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 8:09 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: 2 (simple?) questions Krzysztof Magrel wrote: 2. How can I

Re: 2 (simple?) questions

2002-08-20 Thread John . Cupitt
Krzysztof Magrel wrote: I've got Segmentation Fault :_( My function to change active widget looks like: void przejdz (char *element, GtkWidget * mw) { // Change active widget to widget with name element GtkWidget *w; if ((w = lookup_widget (mw, element)) == NULL) return;

Re: 2 (simple?) questions

2002-08-19 Thread Simon Fuhrmann
Hi! I have 2 questions. Perhaps someone knows solutions? 1. Is it possible to freeze display (and do something only in memory) and unfreeze after program do what I want? I want to freeze main_window and in this time I wanna show/hide widgets and add elements for lists etc. It takes much

RE: 2 (simple?) questions

2002-08-19 Thread Krzysztof Magrel
I have 2 questions. Perhaps someone knows solutions? 1. Is it possible to freeze display (and do something only in memory) and unfreeze after program do what I want? I want to freeze main_window and in this time I wanna show/hide widgets and add elements for lists etc. It takes