search for: menufil

Displaying 5 results from an estimated 5 matches for "menufil".

Did you mean: menufile
2006 Jul 24
6
MiniFrame.i
Hi Another little patch, adding MiniFrame (a frame with small title bar and buttons which doesn''t appear in the desktop taskbar). Also a sample - not very interesting, happy to roll this into something else if that''s better. cheers alex _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2004 Jan 08
3
pictorG
...il, -1, title @title=title set_icon Icon.new("bitmaps/pictorG.xpm") @config = ConfigBase::get() self.root_dir=@config.read("/rootdir")||ENV[''HOME'']||ENV[''USERPROFILE''] @catalog_file='''' # File menu menuFile = Menu.new menuFile.append ID_NEW,"&New catalog\tN","Creates a new catalog" menuFile.append ID_OPEN,"&Open catalog\tO","Opens an existing catalog" menuFile.append ID_SETROOT,"&Set root dir\tR","Sets the root directory o...
2004 May 03
1
Sub-menus?
Hey guys, I have been trying unsuccessfully to create a menu that holds "sub-menus". To clarify, I want something along the lines of when you click on a File menu, then see the "New" menu, which you can click on to open a new layer of menus. Is this supported yet in WxRuby? Robert _________________________________________________________________ Getting married? Find
2004 May 22
4
couple of questions
Hi folks A couple of questions: 1) I seem to get funny artifacts in the display of TreeCtrl, ComboBox and ListBox when the MDI child frame containing it is first painted (see attached - it should be two-root treeview, unopened). I''m not sure if it''s related to being in a MDI, but the controls sample looks OK. The artifacts are cleared up when it''s repainted or
2006 Jul 25
6
Wizards
Hi Please find attached a set of patches and swig files to implement Wizards for wxruby. Also a brief sample. Quick q - the C declarations of evt_xxx_xxx methods and their attaching to Ruby classes seems to be duplicated across Events.i and EvtHandler.i - is one of these the right place to be adding them? or both? Thanks alex _______________________________________________