mozers: > Is it possible to add just only an opportunity to insert separators > and a submenu in menu Tools? > Or it is very difficult? > Just only separators...
The major difference between the two APIs used (GTK+ has multiple menu APIs and SciTE uses the original version) is that inserting new items is difficult and has been buggy in various versions of GTK+ so, instead, all the possibly needed items are created at startup and are then hidden and shown or have their text changed as needed. Windows, OTOH does not allow hiding a menu item so items are added and removed as needed. For SinkWorld, which uses a newer menu API on GTK+, changes to the menu structure result in a complete menu rebuild. This may be slow or flickery depending on machine speed and library versions. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
