Dialog window in a while loop??
- From: Sebastien Iksal <sebastien iksal enst-bretagne fr>
- To: gtk-list redhat com
- Subject: Dialog window in a while loop??
- Date: Mon, 12 Apr 1999 22:31:52 +0200
Hello,
I've got a dialog window with a set of buttons. The user clicks on a
button to give
his choice. In a "while" loop, I need to create one window by question.
Is it possible to wait after the user's choice before creating a new
window?
while (i<=NbQuestions)
{
QuestionWindow = createQuestionDlg(Buffer[i]);
gtk_widget_show(QuestionWindow);
????
i++;
}
Thanks for your help.
Sebastien
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]