search for: wxboxsiz

Displaying 17 results from an estimated 17 matches for "wxboxsiz".

Did you mean: wxboxsizer
2007 May 28
0
[1033] trunk/wxruby2/swig: GC fixes for nested sizers; fix crashes in html.rb demo
...1032) +++ trunk/wxruby2/swig/classes/BoxSizer.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-05-28 19:17:14 UTC (rev 1033) </span><span class="lines">@@ -6,6 +6,12 @@ </span><span class="cx"> %module(directors="1") wxBoxSizer </span><span class="cx"> GC_MANAGE_AS_OBJECT(wxBoxSizer); </span><span class="cx"> </span><ins>+ +// shared functions for GC marking +%include "../shared/sizers.i" +%markfunc wxBoxSizer "mark_wxSizer"; + + </ins>&...
2009 Mar 27
0
xrciser problem
...rame"> <style>wxDEFAULT_FRAME_STYLE|wxCAPTION|wxCLOSE_BOX|wxTAB_TRAVERSAL</style> <bg>#b1bdd1</bg> <size>590,612</size> <title>Tool</title> <centered>1</centered> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <flag>wxGROW</flag> <border>5</border> <option>2</option> <object class=&quot...
2009 Nov 23
1
xrcise not working
..."> <object class="wxFrame" name="MyFrame2" subclass="minFrame"> <style>wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL</style> <size>500,300</size> <title>Minimal</title> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <option>0</option> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL</flag> <border>5</border>...
2007 Jul 04
0
[1108] trunk/wxruby2/swig: Revised mem mgmt for Sizers to address more GC crashes in Sizers demo
...22:50:43 UTC (rev 1108) </span><span class="lines">@@ -4,14 +4,12 @@ </span><span class="cx"> %include "../common.i" </span><span class="cx"> </span><span class="cx"> %module(directors="1") wxBoxSizer </span><del>-GC_MANAGE_AS_OBJECT(wxBoxSizer); </del><ins>+GC_MANAGE_AS_SIZER(wxBoxSizer); </ins><span class="cx"> </span><span class="cx"> </span><del>-// shared functions for GC marking </del><ins>+//...
2009 Apr 03
2
Problem with spacing
..."> <object class="wxFrame" name="mainframe" subclass="ContactFrameUI"> <style>wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL</style> <size>574,336</size> <title>Contact Management</title> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <option>1</option> <flag></flag> <border>5</border> <object class="wxBoxSizer"> <orient>wxHO...
2007 Jun 26
0
[1077] trunk/wxruby2/swig/classes/StaticBoxSizer.i: Avoid crash-on-exit with StatBoxSizer by removing some unnec director methods
...an class="lines">@@ -8,8 +8,15 @@ </span><span class="cx"> </span><span class="cx"> // shared functions for GC marking </span><span class="cx"> %include "../shared/sizers.i" </span><del>-%markfunc wxBoxSizer "mark_wxSizer"; </del><ins>+%markfunc wxBoxSizer "mark_wxSBSizer"; </ins><span class="cx"> </span><ins>+// Must ensure that the C++ detach method is called, else the associated +// StaticBox will be double-freed +%feature(nodirect...
2006 Apr 23
5
Re: StaticBoxSizer bug?
...rame *frame = new SizerTestFrame("Test"); > > frame->Show(true); > > return true; > } > > SizerTestFrame::SizerTestFrame(const wxString & title) : > wxFrame(NULL, wxID_ANY, title) > { > wxPanel *panel = new wxPanel(this, wxID_ANY); > wxBoxSizer *boxSizer = new wxBoxSizer(wxHORIZONTAL); > wxStaticBox *box = new wxStaticBox(panel, wxID_ANY, wxT("BoxTitle")); > wxStaticText *text = new wxStaticText(panel, wxID_ANY, wxT("Some text!")); > wxStaticBoxSizer *staticBoxSizer = new wxStaticBoxSizer(box, wx...
2007 Jun 26
0
[1079] trunk/wxruby2/swig/classes/StaticBoxSizer.i: Fix a misnamed function accidentally added in SVN:1077
...pan class="lines">@@ -8,7 +8,7 @@ </span><span class="cx"> </span><span class="cx"> // shared functions for GC marking </span><span class="cx"> %include "../shared/sizers.i" </span><del>-%markfunc wxBoxSizer "mark_wxSBSizer"; </del><ins>+%markfunc wxBoxSizer "mark_wxSizer"; </ins><span class="cx"> </span><span class="cx"> // Must ensure that the C++ detach method is called, else the associated </span><span class=&qu...
2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the
2007 Jun 26
0
[1087] trunk/wxruby2/swig/classes/StaticBoxSizer.i: Fix a dopey typo introduced recently
...pan class="lines">@@ -8,7 +8,7 @@ </span><span class="cx"> </span><span class="cx"> // shared functions for GC marking </span><span class="cx"> %include "../shared/sizers.i" </span><del>-%markfunc wxBoxSizer "mark_wxSizer"; </del><ins>+%markfunc wxStaticBoxSizer "mark_wxSizer"; </ins><span class="cx"> </span><span class="cx"> // Must ensure that the C++ detach method is called, else the associated </span><span class...
2007 Nov 12
4
XRCise says "Cannot create wrapper for subclass of wxWizard"
...<object class="wxWizardPageSimple" name="ID_WIZARDPAGE1" subclass="MyWizardPage"> <style>wxTAB_TRAVERSAL</style> <bg>#FFFFFF</bg> <bitmap>oooh.png</bitmap> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <flag>wxGROW|wxALL</flag> <border>5</border> <object class="wxStaticText" n...
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
...RAME" subclass="TextFrameBase"> <style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX</style> <size>400,300</size> <title>From Scratch</title> <centered>1</centered> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <flag>wxGROW|wxALL</flag> <border>5</border> <option>1</option> <object class...
2004 Nov 13
2
wxRuby and XRC via wxGlade
...quot;> <object class="wxFrame" name="frame_1"> <style>wxDEFAULT_FRAME_STYLE</style> <title>Stupid Test</title> <centered>1</centered> <size>667, 563</size> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <option>1</option> <flag>wxEXPAND</flag> <object class="wxNotebook" name="notebook_1"...
2009 Aug 10
2
xrcise -o test.rb ui.xrc
..."> <option>1</option> <flag>wxEXPAND | wxALL</flag> <border>5</border> <object class="wxPanel" name="m_panel1"> <style>wxTAB_TRAVERSAL</style> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <option>0</option> <flag>wxALL</flag> <border>5</border> <object class="wxTextCt...
2007 Jan 06
0
[840] trunk/wxruby2/doc/textile/boxsizer.txtl: Add methods listing, remove one bad link and not-for-user method descriptions
...007-01-06 22:57:45 UTC (rev 839) +++ trunk/wxruby2/doc/textile/boxsizer.txtl&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-06 23:06:11 UTC (rev 840) </span><span class="lines">@@ -1,10 +1,10 @@ </span><span class="cx"> h1(#wxboxsizer). Wx::BoxSizer </span><span class="cx"> </span><del>-The basic idea behind a box sizer is that windows will most often be laid out in rather -simple basic geometry, typically in a row or a column or several hierarchies of either. </del><ins>+Theidea...
2006 Dec 02
7
Gauge Problem with XRC?
Hi I''ve just started using wxruby2-preview-0.0.36-i386-mswin32 outsourcing layout part to the external XRC file. Almost everything seems to be fine. Only that I can never retrieve Gauge objects in the main script. What I''ve been trying is something like this: class MainFrame < Wx::Frame include Wx def initialize(parent) super(nil,-1, "")
2007 Apr 28
6
XRC Problem
...p>Add Chat Room</tooltip> <longhelp>Add a chat room to your contact list</longhelp> <bitmap>/home/eumario/Projects/RubyIM/images/add_chat.png</bitmap> </object> </object> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <option>1</option> <flag>wxALL|wxEXPAND</flag> <object class="wxTreeCtrl" name="Contacts&q...