mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add tooltips for page label
This commit is contained in:
parent
9e5ec86222
commit
464fc1ab63
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ impl Label {
|
|||
.orientation(Orientation::Horizontal)
|
||||
.halign(Align::Center)
|
||||
.name(name)
|
||||
.tooltip_text(title.widget().text())
|
||||
.build();
|
||||
|
||||
widget.append(pin.widget());
|
||||
|
|
@ -42,6 +43,7 @@ impl Label {
|
|||
|
||||
// Actions
|
||||
pub fn update(&self, title: &GString) {
|
||||
self.widget.set_tooltip_text(Some(title));
|
||||
self.title.update(title);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue