search for: wxhorizontal

Displaying 9 results from an estimated 9 matches for "wxhorizontal".

Did you mean: horizontal
2009 Apr 03
2
Problem with spacing
...xSizer"> <orient>wxVERTICAL</orient> <object class="sizeritem"> <option>1</option> <flag></flag> <border>5</border> <object class="wxBoxSizer"> <orient>wxHORIZONTAL</orient> <object class="sizeritem"> <option>0</option> <flag>wxALL</flag> <border>5</border> <object class="wxStaticText" name="groupLabel"> &l...
2009 Nov 23
1
xrcise not working
...ct> <object class="sizeritem"> <option>1</option> <flag>wxEXPAND</flag> <border>5</border> <object class="wxBoxSizer"> <orient>wxHORIZONTAL</orient> <object class="sizeritem"> <option>0</option> <flag>wxALL</flag> <border>5</border> <object class="wxStaticT...
2009 Mar 27
0
xrciser problem
...ient> <object class="sizeritem"> <flag>wxGROW</flag> <border>5</border> <option>2</option> <object class="wxBoxSizer"> <orient>wxHORIZONTAL</orient> <object class="sizeritem"> <flag>wxALIGN_TOP</flag> <border>5</border> <option>1</option> <object class="wxG...
2007 Jun 22
0
[1058] trunk/wxruby2/swig: Move TB_ constants into ToolBar and add the new 2.8 ones.
...------------------------------------------- ** </span><del>-// Start constants from wx/toolbar.h -//** ---------------------------------------------------------------------------- ** - -// wxToolBar style flags -enum -{ - // lay out the toolbar horizontally - wxTB_HORIZONTAL = wxHORIZONTAL, // == 0x0004 - - // lay out the toolbar vertically - wxTB_VERTICAL = wxVERTICAL, // == 0x0008 - - // show 3D buttons (wxToolBarSimple only) - wxTB_3DBUTTONS = 0x0010, - - // "flat" buttons (Win32/GTK only) - wxTB_FLAT = 0x0020, - - // dockable too...
2006 Apr 23
5
Re: StaticBoxSizer bug?
...;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, wxVERTICAL); > > staticBoxSizer->...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...
2004 Nov 13
2
wxRuby and XRC via wxGlade
...t;tab1</label> <object class="wxPanel" name="notebook_1_pane_1"> <style>wxTAB_TRAVERSAL</style> <object class="wxStaticBoxSizer"> <orient>wxHORIZONTAL</orient> <label>Foo</label> <object class="sizeritem"> <option>1</option> <flag>wxEXPAND</flag>...
2006 Dec 31
0
[813] trunk/wxruby2/swig/classes: Added ScrollBar class
...13) </span><span class="lines">@@ -0,0 +1,16 @@ </span><ins>+# Copyright 2004-2006 by Kevin Smith +# released under the MIT-style wxruby2 license + +%include "../common.i" + +%module(directors="1") wxScrollBar + +#define wxSB_HORIZONTAL wxHORIZONTAL +#define wxSB_VERTICAL wxVERTICAL + +%import "include/wxObject.h" +%import "include/wxEvtHandler.h" +%import "include/wxWindow.h" +%import "include/wxControl.h" + +%include "include/wxScrollBar.h" </ins></span></pre></div...
2006 Dec 31
0
[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
...uot;cx"> wxScrollEvent(WXTYPE commandType = 0, int id = 0, int pos = 0, int orientation = 0) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns wxHORIZONTAL or wxVERTICAL, depending on the orientation of the scrollbar. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> int GetOrientation() const; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&am...