]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlUrl.h
Once again the user can use the Font button on the toolbar to get the current
[lyx.git] / src / frontends / controllers / ControlUrl.h
1 /* This file is part of
2  * ====================================================== 
3  *
4  *           LyX, The Document Processor
5  *
6  *           Copyright 2001 The LyX Team.
7  *
8  * ======================================================
9  *
10  * \file ControlUrl.h
11  * \author Angus Leeming <a.leeming@ic.ac.uk>
12  */
13
14 #ifndef CONTROLURL_H
15 #define CONTROLURL_H
16
17 #ifdef __GNUG__
18 #pragma interface
19 #endif
20
21 #include "ControlCommand.h"
22
23 /** A controller for the Url Dialog.
24  */
25 class ControlUrl : public ControlCommand 
26 {
27 public:
28         ///
29         ControlUrl(LyXView &, Dialogs &);
30 };
31
32 #endif // CONTROLURL_H