Displaying 13 results from an estimated 13 matches for "wxtoolbar".
Did you mean:
wtoolbar
2007 Jun 22
0
[1057] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add new methods from the 2.8 API
...gin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1057] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add new methods from the 2.8 API</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1057</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-06-22 15:05:45 -0400 (F...
2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
...gin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1056</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt>...
2006 Apr 24
1
Patch for wxToolBar.rbw
This patch fixes the toolbar in bigdemo
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 03
5
Patch to wxMDIParentFrame.h
This patch file will allow the MDI example to run. We''ll need to
revisit it later. There''s still a crash but it''s the same crash as from
the scrolled window example. I''ll send a patch later that fixes the
problem with DrawLines.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2007 Jun 22
0
[1055] trunk/wxruby2/swig/classes/ToolBar.i: Chnage methods returning ToolBarToolBase to return position of new tool;
...an><span class="lines">@@ -8,20 +8,22 @@
</span><span class="cx">
</span><span class="cx"> %{
</span><span class="cx"> #include <wx/toolbar.h>
</span><del>-
-// for some reason, the api returns a wxToolBarTool,
-// even though that''s not a documented class.
-// fake it by saying it''s just a control
-typedef wxControl wxToolBarTool ;
</del><span class="cx"> %}
</span><span class="cx">
</span><del>-#// for some reason, the api...
2004 Nov 04
2
Strange create_tool_bar behaviour
This has to be wrong:
I have an application that shows a form with a toolbar on it. The
toolbar is created using `create_tool_bar`
On linux, everything works fine. On windows, sometimes when this form is
shown `create_tool_bar` returns an object of type FLogin, instead of
WxToolBar. FLogin is the class of my login form.
Any ideas?
--
David Mitchell
Software Engineer
Telogis
NOTICE:
This message (including any attachments) contains CONFIDENTIAL
INFORMATION intended for a specific individual and purpose, and
is protected by law. If you are not the intended recipient,
you s...
2007 Jun 22
0
[1058] trunk/wxruby2/swig: Move TB_ constants into ToolBar and add the new 2.8 ones.
...quot;>
</span><span class="cx"> //** ---------------------------------------------------------------------------- **
</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,
-
-...
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from
wxWindow.h. In order to make things right I had to make sure it was
also declared in all the places where wxWindows also changes it. Also,
in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I
haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see
if it also applies
2008 Sep 27
3
Problems with ToolBar Sintaxis
First of all, it''s my first week learnig ruby and so is for wxruby,also
this is my first time working with a GUI so please, please, be patient.
I''m having problems with the code for a toolbar, i want to add an item,
but a don''t know how. this is my code for now:
@toolBarPrincipal=ToolBar.new(@panel)
@toolBarPrincipal.add_tool(-1, ''&Bonzai'',
2005 Sep 13
3
Swig hates us...
Swig is making mincemeat out of ComboBox.new. Because of the way it''s
picking the ''correct'' one to call it''s calling with a null name instead
of a default name. How did we fix this before?
2007 Apr 28
6
XRC Problem
...;/object>
<object class="wxStatusBar" name="ContactList_statusbar">
<fields>1</fields>
<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&...
2005 Aug 04
9
wxruby2 retooling
I finally gave up on swig 1.3.22, since it seems to be causing too many
problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to
swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s
the current release.
I''m finding all kinds of problems with the post-processors we have that
clean up the .cpp files that swig creates. The
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...