implemented delete card entry
This commit is contained in:
		@@ -1,9 +1,6 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<interface>
 | 
			
		||||
    <template class="CardEntry" parent="GtkWidget">
 | 
			
		||||
        <property name="imagepath"></property>
 | 
			
		||||
        <property name="hieroglyph"></property>
 | 
			
		||||
        <property name="reading"></property>
 | 
			
		||||
        <child>
 | 
			
		||||
            <object class="GtkPicture" id="picture">
 | 
			
		||||
                <property name="halign">GTK_ALIGN_CENTER</property>
 | 
			
		||||
@@ -23,9 +20,10 @@
 | 
			
		||||
            </object>
 | 
			
		||||
        </child>
 | 
			
		||||
        <child>
 | 
			
		||||
            <object class="GtkButton" id="edit_button">
 | 
			
		||||
            <object class="GtkButton" id="delete_button">
 | 
			
		||||
                <property name="halign">GTK_ALIGN_END</property>
 | 
			
		||||
                <property name="valign">GTK_ALIGN_END</property>
 | 
			
		||||
                <property name="label">delete</property>
 | 
			
		||||
            </object>
 | 
			
		||||
        </child>
 | 
			
		||||
    </template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user