Re: problems with Item Factory

2003-06-10 Thread Sven Neumann
Hi, Stoyan karanfilov <[EMAIL PROTECTED]> writes: > I got an error : > ANSI C++ prohibits conversion from `(Scene *)' to > `(...)' Please read the comment in gtkitemfactory.h. You need an explicit cast if you are using GtkItemFactoryCallback from C++. Sven _

problems with Item Factory

2003-06-10 Thread Stoyan karanfilov
I have the following Item Factory: GtkItemFactoryEntry menu_items [] = { { "/_File", NULL, NULL, 0, "" }, { "/File/_Save Scene", "S", scene_save, 0, NULL }, { "/File/sep1", NULL, NULL, 0, "" }, { "/File/Quit", "Q",