mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
init label components
This commit is contained in:
parent
9e27fb0165
commit
b759ad72ee
3 changed files with 50 additions and 3 deletions
10
src/app/browser/main/tab/label/pin.rs
Normal file
10
src/app/browser/main/tab/label/pin.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use gtk::Image;
|
||||
|
||||
pub fn new() -> Image
|
||||
{
|
||||
let pin = Image::builder().icon_name(
|
||||
"view-pin-symbolic"
|
||||
).build();
|
||||
|
||||
return pin;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue