| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | <?xml version="1.0" encoding="UTF-8" ?> | 
					
						
							| 
									
										
										
										
											2020-01-26 16:01:49 +01:00
										 |  |  | <class name="ConfirmationDialog" inherits="AcceptDialog" version="3.2"> | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	<brief_description> | 
					
						
							|  |  |  | 		Dialog for confirmation of actions. | 
					
						
							|  |  |  | 	</brief_description> | 
					
						
							|  |  |  | 	<description> | 
					
						
							|  |  |  | 		Dialog for confirmation of actions. This dialog inherits from [AcceptDialog], but has by default an OK and Cancel button (in host OS order). | 
					
						
							| 
									
										
										
										
											2019-12-21 00:19:13 +01:00
										 |  |  | 		To get cancel action, you can use: | 
					
						
							|  |  |  | 		[codeblock] | 
					
						
							|  |  |  | 		get_cancel().connect("pressed", self, "cancelled") | 
					
						
							|  |  |  | 		[/codeblock]. | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	</description> | 
					
						
							|  |  |  | 	<tutorials> | 
					
						
							|  |  |  | 	</tutorials> | 
					
						
							|  |  |  | 	<methods> | 
					
						
							|  |  |  | 		<method name="get_cancel"> | 
					
						
							|  |  |  | 			<return type="Button"> | 
					
						
							|  |  |  | 			</return> | 
					
						
							|  |  |  | 			<description> | 
					
						
							| 
									
										
										
										
											2019-05-23 19:15:43 -07:00
										 |  |  | 				Returns the cancel button. | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 			</description> | 
					
						
							|  |  |  | 		</method> | 
					
						
							|  |  |  | 	</methods> | 
					
						
							| 
									
										
										
										
											2019-09-03 13:44:58 +03:00
										 |  |  | 	<members> | 
					
						
							| 
									
										
										
										
											2019-09-24 13:34:03 +02:00
										 |  |  | 		<member name="rect_min_size" type="Vector2" setter="set_custom_minimum_size" getter="get_custom_minimum_size" override="true" default="Vector2( 200, 70 )" /> | 
					
						
							|  |  |  | 		<member name="window_title" type="String" setter="set_title" getter="get_title" override="true" default=""Please Confirm..."" /> | 
					
						
							| 
									
										
										
										
											2019-09-03 13:44:58 +03:00
										 |  |  | 	</members> | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	<constants> | 
					
						
							|  |  |  | 	</constants> | 
					
						
							|  |  |  | </class> |