search for: wxtb_horizontal

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

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, - -...
2007 Apr 28
6
XRC Problem
...<style>wxST_SIZEGRIP</style> <widths>-1</widths> </object> <object class="wxToolBar" name="ContactList_toolbar"> <bitmapsize>32, 31</bitmapsize> <style>wxTB_FLAT|wxTB_HORIZONTAL</style> <object class="tool" name="tbAddContact"> <label>Add Contact</label> <tooltip>Add a Contact</tooltip> <longhelp>Add a contact to your contact list</longhelp>...
2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
...am const wxString& -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxToolBar(wxWindow* parent , wxWindowID id , const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTB_HORIZONTAL, const wxString& name = wxPanelNameStr) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Toolbar destructor. -&nbsp&nbsp&nbsp&nbsp&nbsp&...
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...