Displaying 3 results from an estimated 3 matches for "set_active_target".
2007 Feb 12
0
[867] trunk/wxruby2/doc/textile/log.txtl: Fix methods section, organise instance and class methods
...9;'t be used in other
</span><span class="cx"> situations because it may easily lead to a loss of messages.
</span><span class="cx">
</span><del>-"on_log":#Log_onlog
-
-"get_active_target":#Log_getactivetarget
-
-"set_active_target":#Log_setactivetarget
-
-"dont_create_on_demand":#Log_dontcreateondemand
-
-"Suspend":logsuspend.html
-
-"Resume":logresume.html
-
</del><span class="cx"> h3(#loggingfunctions). Logging functions
</span><span class="cx">...
2006 Dec 03
0
[777] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix demo truncation; remove some python-specific commented-out classes
...;,
</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"> splitter.split_vertically(@tree, splitter2, 190)
</span><ins>+ sp...
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