GTK Modal dialog

Greetings.
I am using gtk-3 dialog box for a popup. I won’t be able to use gtk-main as per the design here.
So, I am using GTK_DIALOG_MODAL and ftk_dialog_run(). The dialog box works, but
I need to keep changing the label dynamically. This is where i Have a problem.

Is there a way to change dialog box labels dynamically , for this situation.
I know if I use main, I can skip gtk_dialog_run and make this case to work.
However, I want to avoid gtk_main for the design.
Thanks.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.