Re: Is GTK signal 'realized' similar to the Windows WM_INITDIALOG event message for dialogs?

2010-06-07 Thread Ken Resander
David/Yeti, Many thanks for the explanation. Very useful. --- On Sun, 6/6/10, David Nečas wrote: From: David Nečas Subject: Re: Is GTK signal 'realized' similar to the Windows WM_INITDIALOG event message for dialogs? To: "Ken Resander" Cc: gtk-list@gnome.org Date: Sund

Re: Is GTK signal 'realized' similar to the Windows WM_INITDIALOG event message for dialogs?

2010-06-06 Thread David Nečas
On Sun, Jun 06, 2010 at 06:56:52AM -0700, Ken Resander wrote: > The WM_INITDIALOG message is emitted for a dialog when it is safe and > possible to put data into the controls/widgets of the dialog, for > example to put text into entry widgets and fill listviews, combos, > toggle checkboxes etc. Wou

Is GTK signal 'realized' similar to the Windows WM_INITDIALOG event message for dialogs?

2010-06-06 Thread Ken Resander
The WM_INITDIALOG message is emitted for a dialog when it is safe and possible to put data into the controls/widgets of the dialog, for example to put text into entry widgets and fill listviews, combos, toggle checkboxes etc. Would the following fragments work for GTK?    GtkWidget * dlg = gtk_