Hi all, Is it possible to define my own custom enums with gtkmm?
I'm registering some custom gtkmm class with glade and I need my enum properties to be defined in the gtk type system, so that glade knows the possible values etc. Should I define the enum in C first (with g_enum_register_static) and then try to wrap it in gtkmm instead? thanks _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
