X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fminibuffer.h;h=7c214d6f28f8b4cee5c35c68790d3d2e2ecead63;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=27b802c5b0b45a5fbe283cc386b68f9fe0d155b0;hpb=0eccdd1c3613e5170deb77b22174dd0afde833e9;p=lyx.git diff --git a/src/minibuffer.h b/src/minibuffer.h index 27b802c5b0..7c214d6f28 100644 --- a/src/minibuffer.h +++ b/src/minibuffer.h @@ -51,6 +51,13 @@ public: void Activate(); /// void Deactivate(); + /// + static void ExecutingCB(FL_OBJECT *ob, long); + /// + static void TimerCB(FL_OBJECT *ob, long); + /// + static int peek_event(FL_OBJECT *, int, FL_Coord, FL_Coord, + int, void *); private: /// LyXView *owner; @@ -60,13 +67,6 @@ private: string text_stored; /// FL_OBJECT *add(int, FL_Coord, FL_Coord, FL_Coord, FL_Coord); - /// - static void ExecutingCB(FL_OBJECT *ob, long); - /// - static void TimerCB(FL_OBJECT *ob, long); - /// - static int peek_event(FL_OBJECT *, int, FL_Coord, FL_Coord, - int, void *); /// FL_OBJECT *timer; ///