X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_cb.h;h=4518af219a129cce5ca02f75c6f821e19b07d21a;hb=fe4e2a84c664ab13a2cfbfcbdb953d72c77eb268;hp=a12a6cbc33de44052cc6bcbcdf47767ee8507383;hpb=3df345c9383480f68fad51feae8b9c64425c8729;p=lyx.git diff --git a/src/lyx_cb.h b/src/lyx_cb.h index a12a6cbc33..4518af219a 100644 --- a/src/lyx_cb.h +++ b/src/lyx_cb.h @@ -19,49 +19,45 @@ extern bool BindFileSet; /// extern void Foot(BufferView *); /// -extern void Emph(); +extern void Emph(BufferView *); /// -extern void Bold(); +extern void Bold(BufferView *); /// -extern void Noun(); +extern void Noun(BufferView *); /// extern void Margin(BufferView *); /// extern void Figure(); /// -extern void LangCB(string const &); +extern void Lang(BufferView *, string const &); /// extern void Table(); /// extern void Melt(BufferView *); /// -extern void Tex(); +extern void Tex(BufferView *); /// extern void changeDepth(BufferView *, int); /// -extern void Free(); +extern void Free(BufferView *); /// -extern void HtmlUrl(); +extern void ProhibitInput(BufferView *); /// -extern void Url(); +extern void AllowInput(BufferView *); /// -extern void ProhibitInput(); +extern void Code(BufferView *); /// -extern void Code(); +extern void Sans(BufferView *); /// -extern void Sans(); +extern void Roman(BufferView *); /// -extern void Roman(); +extern void StyleReset(BufferView *); /// -extern void StyleReset(); +extern void Underline(BufferView *); /// -extern void Underline(); +extern void FontSize(BufferView *, string const &); /// -extern void FontSize(string const &); -/// -extern string CurrentState(); -/// -extern void AllowInput(); +extern string CurrentState(BufferView *); #endif