mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
use canonical module subfolder tree
This commit is contained in:
parent
80783d2ae4
commit
8969899a2f
24 changed files with 0 additions and 23 deletions
|
|
@ -1,10 +0,0 @@
|
|||
use gtk::Button;
|
||||
|
||||
pub fn new() -> Button {
|
||||
let tab = Button::builder()
|
||||
.icon_name("tab-new-symbolic")
|
||||
.tooltip_text("New tab")
|
||||
.build();
|
||||
|
||||
return tab;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue