search for: wxmenuitem

Displaying 11 results from an estimated 11 matches for "wxmenuitem".

Did you mean: wmenuitem
2007 Apr 28
6
XRC Problem
...e> <size>297, 732</size> <object class="wxMenuBar" name="ContactList_menubar"> <object class="wxMenu" name="clFile"> <label>_File</label> <object class="wxMenuItem" name="clfConnect"> <label>_Connect</label> <help>Connect to IM Server...</help> </object> <object class="wxMenuItem" name="clfDisconnect">...
2007 Jul 04
5
loading menu using XmlResource
...<size>300,300</size> <title>wxnc</title> <object class="wxMenuBar" name="ID_MENUBAR"> <object class="wxMenu"> <label>File</label> <object class="wxMenuItem" name="wxID_EXIT"> <label>Esci</label> </object> </object> <object class="wxMenu"> <label>Opzioni</label> <object class="wxMenuIt...
2008 Jan 18
1
Noob question for wxMenu.get_menu_items()
How do I iterate through the pseudo-template list class containing wxMenuItem pointers. Am still a bit of a Ruby/wxRuby noob. Currently have this: pp mymenu.get_menu_items() which prints: #<SWIG::TYPE_p_wxMenuItemList:0x4634fa8> However when I try to do: mymenu.get_menu_items().each {|key| ...} it tells me there is no each method for this class (SWIG::TYPE_p_wxMe...
2006 Sep 27
1
Menu.i.patch
Patch to disown wxMenuItems after they are attached to a menu. I''ll have a few more like this shortly. I''m using wxPython as a cheat-sheet for parameters that should be ''DISOWN'' Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org...
2005 Sep 14
1
Part 4
wxMenuItem.h patch This patch adds in some platform-specific functions, #if defined out so it should compile properly on other platforms. Note: This will get a couple demos working properly on Windows and GTK. The demos will need to have platform specific calls in there. Roy _________________________...
2008 Aug 12
1
xrc panels using xrcise
...<size>300,400</size> <title>wxnc</title> <object class="wxMenuBar" name="ID_MENUBAR"> <object class="wxMenu"> <label>File</label> <object class="wxMenuItem" name="ID_CONNETTI_MENU_ITEM"> <label>Connetti</label> </object> <object class="separator"> </object> <object class="wxMenuItem" name="wxID...
2005 Jul 26
10
Patch for wxRuby2
...o changed line 13 in fixmodule.rb to mWx and line 11 in fixmainmodule.rb to mWx from mWxruby2. Also changed mWx in functions.i and XmlResource.i - Added the xrc example program (again) - Added typemap to finally get wxItemKind working correctly, gets rid of my fixedswigcode.rb hack. - Added the wxMenuItem class. - Added a type check for wxDateTime so CalendarCtrl now works properly with ruby class DateTime. - Changed $DEBUG in extconf.rb to $DEBUG_BUILD, for some reason it was clashing with mkmf on Windows. - Added wxBeginBusyCursor and wxEndBusyCursor to functions.i - Added wxToolTip class. - Many...
2005 Jul 27
2
SWIGging ConfigBase
Hi all I''m trying to write an .i file for ConfigBase. If I can figure out a few general SWIG things then I think most of it will work. Apols for the noob swig questions. The C++ class has lots of overloaded methods called Read, which return different kinds of values. In wxruby-not-swig these are implemented as read, read_bool, read_int and so on. read() means read_string(). In ruby
2006 Dec 31
0
[816] trunk/wxruby2: Added AcceleratorTable and AcceleratorTable classes, plus documentation
...sp * \param int -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param int -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param int -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><ins>+ wxMenuItem *GetMenuItem() const; </ins><span class="cx"> void Set(int flags , int keyCode , int cmd ) ; </span><ins>+ void SetMenuItem(wxMenuItem *item); + </ins><span class="cx"> }; </span><span class="cx"> </span><...
2004 Nov 13
2
wxRuby and XRC via wxGlade
...</object> </object> <object class="wxMenuBar" name="frame_1_menubar"> <object class="wxMenu" name="The File Menu"> <label>File</label> <object class="wxMenuItem" name="Open a file"> <label>Open</label> </object> </object> </object> <object class="wxStatusBar" name="frame_1_statusbar"> <fields>2</fiel...
2009 Apr 03
2
Problem with spacing
...;MyMenuBar</label> <object class="wxMenu" name="m_File"> <label>_File</label> </object> <object class="wxMenu" name="m_data"> <label>_Data</label> <object class="wxMenuItem" name="m_datagroup"> <label>Contact Group</label> <help></help> </object> </object> </object> </object> </resource> Attachments: http://www.ruby-forum.com/attachment/3547/screenshot.jpg...