]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Menubar_pimpl.h
Mathed fix from Dekel, GNOME patch from Marko, language-code from Garst
[lyx.git] / src / frontends / gnome / Menubar_pimpl.h
index fdcdb665f52822b9fa7e19854abf289e7435742a..7d337ae9c0e6cd904cd45ddff1852be962f1d770 100644 (file)
@@ -71,6 +71,12 @@ protected:
   void callbackToc(Buffer::TocItem tg);
   /// compose Gnome::UI::Array object describing the menu
   void composeUIInfo(string const & menu_name, vector<Gnome::UI::Info> & Menus, string path);
+  /// compose Gnome::UI::Array object describing the TOClist
+  vector<Buffer::TocItem>::const_iterator
+  composeTocUIInfo(vector<Gnome::UI::Info> & menu,
+                  vector<Buffer::TocItem> const & toclist,
+                  vector<Buffer::TocItem>::const_iterator begin,
+                  int mylevel);
   /// populate wid_act_ vector with all widgets and corresponding actions
   void connectWidgetToAction(GnomeUIInfo * guinfo);