vCalendar: Honor VTIMEZONE component if present
[claws.git] / src / plugins / litehtml_viewer / litehtml / el_anchor.h
blobb33794c52fa20f6a1d55d09d535d33e1bd590810
1 #ifndef LH_EL_ANCHOR_H
2 #define LH_EL_ANCHOR_H
4 #include "html_tag.h"
6 namespace litehtml
8 class el_anchor : public html_tag
10 public:
11 explicit el_anchor(const std::shared_ptr<litehtml::document>& doc);
13 void on_click() override;
14 void apply_stylesheet(const litehtml::css& stylesheet) override;
18 #endif // LH_EL_ANCHOR_H