mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 07:54:14 +00:00
add tooltips for page label
This commit is contained in:
parent
9e5ec86222
commit
464fc1ab63
@ -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…
x
Reference in New Issue
Block a user