Explorar o código

Update TextEdit select and select_all methods

Slooth %!s(int64=5) %!d(string=hai) anos
pai
achega
b2471edf45
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      doc/classes/TextEdit.xml

+ 2 - 0
doc/classes/TextEdit.xml

@@ -335,6 +335,7 @@
 			</argument>
 			<description>
 				Perform selection, from line/column to line/column.
+				If [member selecting_enabled] is [code]false[/code], no selection will occur.
 			</description>
 		</method>
 		<method name="select_all">
@@ -342,6 +343,7 @@
 			</return>
 			<description>
 				Select all the text.
+				If [member selecting_enabled] is [code]false[/code], no selection will occur.
 			</description>
 		</method>
 		<method name="set_line">