Displaying 1 result from an estimated 1 matches for "set_editable".
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...quot;> h3(#TextCtrl_iseditable). TextCtrl#is_editable
</span><span class="cx">
</span><span class="cx"> Boolean *is_editable*()
</span><span class="lines">@@ -515,6 +553,17 @@
</span><span class="cx"> "set_editable":#TextCtrl_seteditable.
</span><span class="cx">
</span><span class="cx">
</span><ins>+h3(#TextCtrl_isempty). TextCtrl#is_empty
+
+ Boolean *is_empty*()
+
+Returns if the control is currently empty. This is the same as
+@GetValue().em...