search for: set_max_length

Displaying 6 results from an estimated 6 matches for "set_max_length".

Did you mean: def_max_length
2007 Jan 03
0
[822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent
...p;&#124;&nbsp;...&nbsp;}*|A mouse event occurred over an URLin the text control (MSW and GTK2 only)| -|*evt_text_maxlen(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|User tried to enter more textinto the control than the limit set by"set_max_length":#TextCtrl_setmaxlength.| </del><ins>+|*evt_text_maxlen(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|User tried to enter more textinto the control than the limit set by "set_max_length":#TextCtrl_setmaxlength.| </ins&gt...
2006 Feb 19
1
TextCtrl width
What''s the best way to specify the width of a TextCtrl in characters instead of pixels? -- R. Mark Volkmann Partner, Object Computing, Inc.
2006 Dec 03
0
[777] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix demo truncation; remove some python-specific commented-out classes
...gt;<span class="cx"> #''wxEditableListBox'', </span><span class="cx"> #''wxEditor'', </span><span class="lines">@@ -355,8 +352,9 @@ </span><span class="cx"> @log.set_max_length(0) </span><span class="cx"> Wx::Log::set_active_target(Wx::LogTextCtrl.new(@log)) </span><span class="cx"> </span><del>- splitter2.split_horizontally(@nb, @log, 350) </del><span class="cx">...
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...must haveTE_PROCESS_ENTER style for this event to be generated).| </span><span class="cx"> |*evt_text_maxlen(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|User tried to enter more textinto the control than the limit set by "set_max_length":#TextCtrl_setmaxlength.| </span><span class="cx"> </span><span class="lines">@@ -145,6 +174,7 @@ </span><span class="cx"> * "TextCtrl#get_value":#TextCtrl_getvalue </span><span class="cx"> * &qu...
2006 Oct 17
0
[678] trunk/wxruby2/doc/textile/commandevent.txtl: Fixed a few event macros that did not get fixed by the parser.
..."> |*evt_text_maxlen(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|Process a EVT_COMMAND_TEXT_MAXLEN command,which is generated by a TextCtrl control when the user tries to enter morecharacters into it than the limit previously set with "set_max_length":#CommandEvent_setmaxlength.| </span><span class="cx"> |*evt_togglebutton(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|Process a EVT_COMMAND_TOGGLEBUTTON_CLICKED event.| </span><span class="cx"> |*evt...
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I also expanded the bigdemo window a little bit. I really think we should go larger but I suppose there might be some people at 800x600 still. Note that creating your own art provider still doesn''t quite work correctly. I didn''t have time to get into that. The RubyConstants.i.patch file looks weird. Not