diff --git a/Gtkmm3/gtk130_calc/CMakeLists.txt b/Gtkmm3/gtk130_calc/CMakeLists.txt index 8e4ea26..1aca711 100644 --- a/Gtkmm3/gtk130_calc/CMakeLists.txt +++ b/Gtkmm3/gtk130_calc/CMakeLists.txt @@ -31,7 +31,7 @@ set(SOURCE_FILE src/main.cc src/MyWin.cc src/calc.cc) #Compile Resource set(RESOURCE_LIST - icons/scalable/status/24game.svg + icons/scalable/status/calcapp.svg window.ui) compile_gresources(RESOURCE_FILE diff --git a/Gtkmm3/gtk130_calc/res/icons/scalable/status/24game.svg b/Gtkmm3/gtk130_calc/res/icons/scalable/status/24game.svg deleted file mode 100644 index 1e0f28f..0000000 --- a/Gtkmm3/gtk130_calc/res/icons/scalable/status/24game.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - 24 - - diff --git a/Gtkmm3/gtk130_calc/res/icons/scalable/status/calcapp.svg b/Gtkmm3/gtk130_calc/res/icons/scalable/status/calcapp.svg new file mode 100644 index 0000000..b0b1de0 --- /dev/null +++ b/Gtkmm3/gtk130_calc/res/icons/scalable/status/calcapp.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3.14159 + + diff --git a/Gtkmm3/gtk130_calc/src/MyWin.cc b/Gtkmm3/gtk130_calc/src/MyWin.cc index 861c671..b86091b 100644 --- a/Gtkmm3/gtk130_calc/src/MyWin.cc +++ b/Gtkmm3/gtk130_calc/src/MyWin.cc @@ -7,7 +7,8 @@ MyWin::MyWin(BaseObjectType *cobject, const Glib::RefPtr &ref_Glad ref_builder(ref_Glade), winned(true) { - set_icon_name("Calculator"); + set_icon_name("calcapp"); + set_title("Calculator"); // Get Widgets //ref_builder->get_widget("label_numbers", label_numbers);