Callback to parent dialog



I've tried the following but it's not right. Can someone help out - thks.

Gtk::GtkWidget* toplevel = gtk_widget_get_toplevel(this);
if (GTK_WIDGET_TOPLEVEL (toplevel)) {
  toplevel->editDialog(data);
}




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]