diff options
Diffstat (limited to 'res/widgets/participant_list_row.ui')
| -rw-r--r-- | res/widgets/participant_list_row.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/widgets/participant_list_row.ui b/res/widgets/participant_list_row.ui index e78f79b..b3cab2e 100644 --- a/res/widgets/participant_list_row.ui +++ b/res/widgets/participant_list_row.ui @@ -4,6 +4,7 @@ <!-- interface-name participant_list_item.ui --> <requires lib="gtk" version="4.14"/> <template class="gtkmm__CustomObject_participant_list_row" parent="GtkListBoxRow"> + <property name="activatable">False</property> <property name="child"> <object class="GtkBox"> <property name="css-classes">header</property> @@ -62,6 +63,17 @@ <object class="GtkBox"> <property name="valign">center</property> <child> + <object class="GtkButton" id="delete"> + <property name="icon-name">edit-delete-symbolic</property> + <!-- Custom object fragments --> + <property name="sensitive" bind-source="toggle_defeated" bind-property="active" bind-flags="sync-create|invert-boolean"/> + <style> + <class name="circular"/> + <class name="destructive-action"/> + </style> + </object> + </child> + <child> <object class="GtkButton" id="edit"> <property name="icon-name">document-edit-symbolic</property> <style> |
