44 lines
		
	
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!-- Generated with glade 3.18.3 -->
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="3.12"/>
 | |
|   <object class="GtkMessageDialog" id="voip_call_received_messagedialog">
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | |
|     <property name="border_width">5</property>
 | |
|     <property name="resizable">False</property>
 | |
|     <property name="window_position">center-on-parent</property>
 | |
|     <property name="type_hint">dialog</property>
 | |
|     <property name="skip_taskbar_hint">True</property>
 | |
|     <property name="message_type">question</property>
 | |
|     <property name="buttons">yes-no</property>
 | |
|     <property name="text"><b><big>Incoming call</big></b></property>
 | |
|     <property name="use_markup">True</property>
 | |
|     <signal name="close" handler="on_voip_call_received_messagedialog_close" swapped="no"/>
 | |
|     <signal name="destroy" handler="on_voip_call_received_messagedialog_destroy" swapped="no"/>
 | |
|     <signal name="response" handler="on_voip_call_received_messagedialog_response" swapped="no"/>
 | |
|     <child internal-child="vbox">
 | |
|       <object class="GtkBox" id="dialog-vbox4">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | |
|         <property name="orientation">vertical</property>
 | |
|         <property name="spacing">2</property>
 | |
|         <child internal-child="action_area">
 | |
|           <object class="GtkButtonBox" id="dialog-action_area4">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | |
|             <property name="layout_style">end</property>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="fill">False</property>
 | |
|             <property name="pack_type">end</property>
 | |
|             <property name="position">0</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |