search for: wxnotebookpag

Displaying 4 results from an estimated 4 matches for "wxnotebookpag".

Did you mean: wxnotebookpage
2008 Jan 11
9
[ wxruby-Bugs-17013 ] Notebook#get_current_page
Bugs item #17013, was opened at 2008-01-11 06:00 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=17013&group_id=35 Category: Missing API call Group: None Status: Open Resolution: None Priority: 3 Submitted By: Daniel Brumbaugh Keeney (db-keen) Assigned to: Nobody (None) Summary: Notebook#get_current_page Initial Comment: Notebook#get_current_page
2007 Jan 06
0
[837] trunk/wxruby2/swig/classes/Notebook.i: Added DISOWN typemap to avoid segfault on exit on GTK
...swig/classes/Notebook.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-06 01:19:24 UTC (rev 837) </span><span class="lines">@@ -16,6 +16,11 @@ </span><span class="cx"> </span><span class="cx"> #define wxNotebookPage wxWindow </span><span class="cx"> </span><ins>+// Protect panels etc added as Notebook pages from being GC''d by Ruby; +// avoids double-free segfaults on exit on GTK +%apply SWIGTYPE *DISOWN { wxNotebookPage* page }; + + </ins><span class="...
2005 Aug 16
9
Patch and files to add Listbook
I added the Listbook class (basically the same as the Notebook class with some name changes). I also took the time to write a sample that uses it. The sample interface uses XRC and is slightly more advanced than the current XRC sample. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2007 Jun 05
0
[1052] trunk/wxruby2: Remove unwanted Notebook#assign_image_list method, update docs
...} </span><span class="cx"> </span><ins>+// Ruby handles memory management - always use SetImageList +%ignore wxNotebook::AssignImageList; </ins><span class="cx"> </span><del>- </del><span class="cx"> #define wxNotebookPage wxWindow </span><span class="cx"> </span><span class="cx"> // Protect panels etc added as Notebook pages from being GC''d by Ruby; </span></span></pre> </div> </div> </body> </html>