If you want to do this for your new tool, you might benefit from looking at gimptexttool.c -- the function gimp_text_tool_get_popup is what sets up the context menu for the text tool. It is invoked in the gimp_text_tool_class_init function, in the line that reads
tool_class->get_popup = gimp_text_tool_get_popup; The code is pretty hard to understand without deep knowledge of the Gtk menu system, though. The actual contents of the context menu are where Mitch pointed you. -- Bill
_______________________________________________ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer