[chronojump] Edit icons for all the edit buttons at side of treeviews



commit 3661a34e718ea62eee93aa17f16173acdb33b5ff
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Aug 5 18:13:16 2021 +0200

    Edit icons for all the edit buttons at side of treeviews

 glade/app1.glade      | 14 +++++++-------
 src/gui/app1/icons.cs | 15 +++++++++++++++
 2 files changed, 22 insertions(+), 7 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index a0596bb57..b8622cdfe 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -9994,7 +9994,7 @@ EncoderInertialCapture</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_jump_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
-                                                            <widget class="GtkImage" id="image1972">
+                                                            <widget class="GtkImage" 
id="image_edit_selected_jump">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="stock">gtk-edit</property>
@@ -10139,7 +10139,7 @@ EncoderInertialCapture</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_jump_rj_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
-                                                            <widget class="GtkImage" id="image1971">
+                                                            <widget class="GtkImage" 
id="image_edit_selected_jump_rj">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="stock">gtk-edit</property>
@@ -10311,7 +10311,7 @@ EncoderInertialCapture</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_run_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
-                                                            <widget class="GtkImage" id="image1973">
+                                                            <widget class="GtkImage" 
id="image_edit_selected_run">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="stock">gtk-edit</property>
@@ -10461,7 +10461,7 @@ EncoderInertialCapture</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_run_interval_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
-                                                            <widget class="GtkImage" id="image1974">
+                                                            <widget class="GtkImage" 
id="image_edit_selected_run_interval">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="stock">gtk-edit</property>
@@ -10861,7 +10861,7 @@ EncoderInertialCapture</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_reaction_time_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
-                                                            <widget class="GtkImage" id="image1975">
+                                                            <widget class="GtkImage" 
id="image_edit_selected_reaction_time">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="stock">gtk-edit</property>
@@ -11061,7 +11061,7 @@ EncoderInertialCapture</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_pulse_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
-                                                            <widget class="GtkImage" id="image1976">
+                                                            <widget class="GtkImage" 
id="image_edit_selected_pulse">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="stock">gtk-edit</property>
@@ -11292,7 +11292,7 @@ EncoderInertialCapture</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_multi_chronopic_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
-                                                            <widget class="GtkImage" id="image52">
+                                                            <widget class="GtkImage" 
id="image_edit_selected_multi_chronopic">
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="stock">gtk-edit</property>
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index e2699a58f..26327386b 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -115,6 +115,14 @@ public partial class ChronoJumpWindow
 
        [Widget] Gtk.Image image_button_help_close;
 
+       [Widget] Gtk.Image image_edit_selected_jump;
+       [Widget] Gtk.Image image_edit_selected_jump_rj;
+       [Widget] Gtk.Image image_edit_selected_run;
+       [Widget] Gtk.Image image_edit_selected_run_interval;
+       [Widget] Gtk.Image image_edit_selected_pulse;
+       [Widget] Gtk.Image image_edit_selected_reaction_time;
+       [Widget] Gtk.Image image_edit_selected_multi_chronopic;
+
        //jumps
        [Widget] Gtk.Image image_button_jumps_simple_capture_save_image_chart;
        [Widget] Gtk.Image image_button_jumps_simple_capture_save_image_disk;
@@ -519,6 +527,13 @@ public partial class ChronoJumpWindow
                image_edit_current_person_h.Pixbuf = pixbuf;
                image_session_edit2.Pixbuf = pixbuf;
                app1s_image_edit.Pixbuf = pixbuf;
+               image_edit_selected_jump.Pixbuf = pixbuf;
+               image_edit_selected_jump_rj.Pixbuf = pixbuf;
+               image_edit_selected_run.Pixbuf = pixbuf;
+               image_edit_selected_run_interval.Pixbuf = pixbuf;
+               image_edit_selected_pulse.Pixbuf = pixbuf;
+               image_edit_selected_reaction_time.Pixbuf = pixbuf;
+               image_edit_selected_multi_chronopic.Pixbuf = pixbuf;
 
                pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_close.png");
                image_contacts_exercise_close.Pixbuf = pixbuf;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]