X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMenuBackend.h;h=903b130630f4c1942ececb41e4a5964d7985e4ff;hb=2b378ca3fdbd701b0d5e350e1c6b22155c07a2dc;hp=7d2fd84a354d50e315e0060d5b608293d08aa012;hpb=94da7f7c835a9b2b45f9c8c2b1a5dd16683cc25b;p=lyx.git diff --git a/src/MenuBackend.h b/src/MenuBackend.h index 7d2fd84a35..903b130630 100644 --- a/src/MenuBackend.h +++ b/src/MenuBackend.h @@ -110,8 +110,11 @@ public: FuncStatus & status() { return status_; } /// returns the status of the lfun associated with this entry void status(FuncStatus const & status) { status_ = status; } - /// returns the binding associated to this action - docstring const binding() const; + /** + * returns the binding associated to this action. + * Use the native UI format when \c forgui is true. + */ + docstring const binding(bool forgui) const; /// the description of the submenu (if relevant) docstring const & submenuname() const { return submenuname_; } /// set the description of the submenu