search for: evt_dialup

Displaying 5 results from an estimated 5 matches for "evt_dialup".

2006 Nov 16
0
[742] trunk/wxruby2/swig/fixevents.rb: Un-disable evt_togglebutton on Linux and Mac; don''t seem to be any probs
...nes">@@ -13,8 +13,7 @@ </span><span class="cx"> ] </span><span class="cx"> </span><span class="cx"> $windows_only = [ </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp''EVT_DIALUP'', -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp''EVT_TOGGLEBUTTON'' </del><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp''EVT_DIALUP'' </ins><span class="cx"> ] &lt...
2007 Jun 23
0
[1060] trunk/wxruby2/swig/fixevents.rb: Include some previously missing events, rehash and simplify
...essing Event Type info a bit easier below +class WxEventType < Struct.new(:name, :type, :wx_const) + # Events in Wx but not exposed in WxRuby (b/c they cause problems) + EXCLUDED = [ /^EVT_TAB/, ''EVT_COMMAND'' ] + # These event types only work on Windows + WINDOWS_ONLY = [ /^EVT_DIALUP/ ] </ins><span class="cx"> </span><del>-$windows_only = [ -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp''EVT_DIALUP'' -] </del><ins>+ def initialize(*args) + super + @excluded = true if EXCLUDED.any? {...
2006 Oct 15
4
TaskBarIcon
Attached are some patches to implement the TaskBarIcon. Let me know how this works on Linux and OS X. You may want to ''svn update'' first and get the new version of ruby.png since I fixed the transparent background. Roy -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: bigdemo.rb.patch Url:
2006 Jul 25
6
Wizards
Hi Please find attached a set of patches and swig files to implement Wizards for wxruby. Also a brief sample. Quick q - the C declarations of evt_xxx_xxx methods and their attaching to Ruby classes seems to be duplicated across Events.i and EvtHandler.i - is one of these the right place to be adding them? or both? Thanks alex _______________________________________________
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...EE_KEY_DOWN", 2, "wxEVT_COMMAND_TREE_KEY_DOWN"], -["EVT_LIST_INSERT_ITEM", 2, "wxEVT_COMMAND_LIST_INSERT_ITEM"], -["EVT_RIGHT_UP", 1, "wxEVT_RIGHT_UP"], -["EVT_TOOL_RCLICKED_RANGE", 3, "wxEVT_COMMAND_TOOL_RCLICKED"], -["EVT_DIALUP_CONNECTED", 1, "wxEVT_DIALUP_CONNECTED"], -["EVT_HELP_RANGE", 3, "wxEVT_HELP"], -["EVT_GRID_LABEL_RIGHT_DCLICK", 1, "wxEVT_GRID_LABEL_RIGHT_DCLICK"], -["EVT_GRID_CMD_LABEL_RIGHT_DCLICK", 2, "wxEVT_GRID_LABEL_RIGHT_DCLICK"],...