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
/
css_borders.cpp
blob
478e9df5bf0d99a07c49e8313b6b5ada400b1cea
1
#include
"html.h"
2
#include
"borders.h"
3
4
litehtml
::
string
litehtml
::
css_border
::
to_string
()
const
5
{
6
return
width
.
to_string
() +
"/"
+
index_value
(
style
,
border_style_strings
) +
"/"
+
color
.
to_string
();
7
}