inital commit

This commit is contained in:
2025-11-24 20:02:24 +01:00
parent bf5cea3fb1
commit 407a7168a9
8 changed files with 2808 additions and 0 deletions

11
code.rs Normal file
View File

@@ -0,0 +1,11 @@
use crate::workbench;
use gtk::{glib};
use adw::prelude::*;
pub fn main() {
}
fn on_button_clicked(button: &gtk::Button) {
if button.styles.contains("checked")
}