repo.or.cz
/
claws.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add support for Ayatana indicator to Notification plugin
[claws.git]
/
src
/
plugins
/
litehtml_viewer
/
litehtml
/
el_anchor.h
blob
b33794c52fa20f6a1d55d09d535d33e1bd590810
1
#ifndef LH_EL_ANCHOR_H
2
#define LH_EL_ANCHOR_H
3
4
#include
"html_tag.h"
5
6
namespace
litehtml
7
{
8
class
el_anchor
:
public
html_tag
9
{
10
public
:
11
explicit
el_anchor
(
const
std
::
shared_ptr
<
litehtml
::
document
>&
doc
);
12
13
void
on_click
()
override
;
14
void
apply_stylesheet
(
const
litehtml
::
css
&
stylesheet
)
override
;
15
};
16
}
17
18
#endif
// LH_EL_ANCHOR_H