Gtk::菜单有
void Gtk::Menu::attach_to_widget(Widget& attach_widget,
GtkMenuDetachFunc detacher)
void Gtk::Menu::attach_to_widget (Widget& attach_widget)
包装方法
void gtk_menu_attach_to_widget(GtkMenu *menu,
GtkWidget *attach_widget,
GtkMenuDetachFunc detacher)
但为什么他们受到保护?
如果我想在一个小部件上制作一个弹出菜单,那么如果不是通过这些方法,我如何从菜单的激活回调中访问它?