Displaying 6 results from an estimated 6 matches for "wxsunken_bord".
Did you mean:
wxsunken_border
2004 Nov 13
2
wxRuby and XRC via wxGlade
...>
<option>1</option>
<flag>wxEXPAND</flag>
<object class="wxListCtrl" name="list_ctrl_1">
<style>wxLC_REPORT|wxSUNKEN_BORDER</style>
</object>
</object>
</object>
</object>
</object>
<object class="notebookpage">...
2008 Aug 12
1
xrc panels using xrcise
...>wxRAISED_BORDER</style>
<object class="notebookpage">
<label>Contatti</label>
<object class="wxPanel" name="ID_FOLDER_CONTATTI"
subclass="contatti">
<style>wxSUNKEN_BORDER|wxTAB_TRAVERSAL</style>
</object>
</object>
<object class="notebookpage">
<label>Configurazione</label>
<object class="wxPanel" name="ID_FOLDER_CONFIG"
subc...
2007 Apr 13
0
[950] branches/wxruby2/wxwidgets_282: Changes in GenericDirCtrl API 2.6->2.8, fix TreeItemId mapping, remove cruft
...nbsp*/
-
</del><span class="cx"> wxGenericDirCtrl(wxWindow* parent , const wxWindowID id = -1, const wxString& dir = wxDirDialogDefaultFolderStr, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER, const wxString& filter = wxEmptyString, int defaultFilter = 0, const wxString& name = wxTreeCtrlNameStr) ;
</span><del>-        /**
-         * \...
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
...m">
<option>1</option>
<flag>wxALL|wxEXPAND</flag>
<object class="wxTreeCtrl" name="Contacts">
<style>wxTR_HAS_BUTTONS|wxTR_NO_LINES|wxTR_HIDE_ROOT|wxTR_DEFAULT_STYLE|wxSUNKEN_BORDER</style>
</object>
</object>
</object>
</object>
</resource>
And like before, which according to the wxruby-users archive, this is
the same problem that Alex was dealing with back on wxruby2 0.0.37 back
in December. An...
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...