I am building an application which has GtkMenu widget. I am using Glade RAD tool to develop UI and while creating project in Glade I have specified version of GTK as 2.16 which supports GtkMenu and GtkMenuItems.
So I used GtkMenu everywhere in app (for File Menu and for Right Click Menu).
But I tried this application on my target platform, which has GTK+ 2.14 installed
Does not recognize GtkMenu or GtkMenuItem.
What should I do now? I need to use GtkMenu with GtkMenuItems but I can t upgrade target platform to use GTK+ 2.16.
So questions are:
- Does GTK+ 2.14 support GtkMenu and GtkImageMenuItem/GtkMenuItems?
- If not what should we use instead?