Update gtk74

This commit is contained in:
daleclack 2021-05-05 10:46:45 +08:00
parent 3fc9254867
commit ff2d7ff5c7
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"args": [
"-g",
"src/*.cc",
"src/resources.c",
"-o",
"${workspaceFolder}/bin/gtk73",
"-pthread",

View File

@ -10,6 +10,7 @@ void MyApp::on_activate() {
//Main window
m_builder->get_widget("window", window);
window->set_title("Gtk (74)");
window->set_icon_name("org.gtk.daleclack");
add_window(*window);
//Show Value Button
m_builder->get_widget("btnshow", btn_check);