search for: evt_togglebutton

Displaying 7 results from an estimated 7 matches for "evt_togglebutton".

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
...0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[742] trunk/wxruby2/swig/fixevents.rb: Un-disable evt_togglebutton on Linux and Mac; don''t seem to be any probs</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>742</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-11-16...
2006 Nov 12
0
evt_togglebutton
The attached patch enables evt_togglebutton on Linux and OS X. I have tested on both and works, fixing an error in the relevant part of bigdemo.rb a -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: fixevents_rb.patch Url: http://rubyforge.org/pipermail/wxruby-development/attachments/200...
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 _______________________________________________
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 Oct 17
0
[678] trunk/wxruby2/doc/textile/commandevent.txtl: Fixed a few event macros that did not get fixed by the parser.
...amp;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_tool(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|...
2006 Aug 10
3
update on samples
Hi all Have been taking a look at the samples to see what''s broken. Not looking TOO bad overall, but a few problems we should try and tackle before alpha: Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else been working on these or can I go ahead? One general issue is that many of the samples rely on being run from their own directory, but don''t enforce
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...+ Wx::CommandEvent], + EventType[''evt_text_url'', 1, + Wx::EVT_COMMAND_TEXT_URL, + Wx::TextUrlEvent], + EventType[''evt_timer'', 1, + Wx::EVT_TIMER, + Wx::TimerEvent], + EventType[''evt_togglebutton'', 1, + Wx::EVT_COMMAND_TOGGLEBUTTON_CLICKED, + Wx::Event], + EventType[''evt_tool'', 1, + Wx::EVT_COMMAND_TOOL_CLICKED, + Wx::CommandEvent], + EventType[''evt_tool_enter'', 1, + Wx::EVT...