mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement pin tab menu item
This commit is contained in:
parent
0c638026e3
commit
30a1872fa5
11 changed files with 55 additions and 0 deletions
|
|
@ -177,6 +177,13 @@ void Label::pin(
|
|||
}
|
||||
}
|
||||
|
||||
void Label::pin()
|
||||
{
|
||||
pin(
|
||||
!is_pinned
|
||||
);
|
||||
}
|
||||
|
||||
void Label::update(
|
||||
const Glib::ustring & TEXT
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue