Displaying 10 results from an estimated 10 matches for "helpstring".
2004 Jan 28
1
Submenues
...y users,
Kevin, thank you for the answer about the status bar flicker. I think this
is a question for wxWindows mailing lists.
It''s great that 0.2 version will be released soon! It is impossible
to create submenues in 0.1. Could you add the ruby function
append_submenu(id, item, submenu, helpString) to the Wx::Menu class in 0.2,
which calls the wxWindows function
void wxMenu::Append( int id, const wxString& item, wxMenu *subMenu,
const wxString& helpString = "" ),
please?
Also, function append_item() doesn''t work:
menu = Menu.new
submenu...
2006 Nov 04
0
[720] trunk/wxruby2/doc/textile/menu.txtl: Update, rubyify and tidy
...; Adds a string item to the end of the menu.
</span><span class="cx">
</span><del>- "MenuItem":menuitem.html *append*(%(arg-type)Integer% id, %(arg-type)String% item,
- %(arg-type)Menu% subMenu,
- %(arg-type)String% helpString = "")
</del><ins>+h3(#Menu_appenditem). Menu#append_item
</ins><span class="cx">
</span><del>-Adds a pull-right submenu to the end of the menu. Append the submenu to the parent
-menu _after_ you have added your menu items, or accelerators may...
2007 Jun 22
0
[1057] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add new methods from the 2.8 API
...;span class="cx"> wxToolBarToolBase* AddTool(wxToolBarToolBase* tool );
</span><span class="cx"> wxToolBarToolBase* AddCheckTool(int toolId , const wxString& label , const wxBitmap& bitmap1 , const wxBitmap& bitmap2 , const wxString& shortHelpString = wxT(""), const wxString& longHelpString = wxT(""), wxObject* clientData = NULL) ;
</span><span class="cx"> wxToolBarToolBase* AddRadioTool(int toolId , const wxString& label , const wxBitmap& bitmap1 , const wxBitmap& bitmap2 , con...
2009 Feb 07
0
[LLVMdev] 2.5 Pre-release1 available for testing
I'm trying to build the 2.5 prerelease on my MacBook, and I'm getting
a bus error in tblgen:
$ rm -r * && ../src/configure --prefix=`pwd`/../install && make -j1
VERBOSE=1 ENABLE_OPTIMIZED=0
...
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
/Users/jyasskin/src/llvm-2.5/obj/Debug/bin/tblgen -I
/Users/jyasskin/src/llvm-2.5/src/lib/VMCore -I
2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
...-         * \param wxItemKind
-        */
-
- wxToolBarTool* AddTool(int toolId , const wxString& label , const wxBitmap& bitmap1 , const wxString& shortHelpString = wxT(""), wxItemKind kind = wxITEM_NORMAL) ;
-        /**
-         * \brief
-         * \para...
2011 Apr 08
0
Wine release 1.2.3
...e-event.
Michael Stefaniuc (2):
shlwapi: The Italian translation uses UTF-8 encoding.
sane.ds: The Da, En, Fi, Fr, Nl, Pt resources are using UTF-8.
Nicholas Niro (1):
winex11.drv: Add proper initialization for border_pixel.
Nikolay Sivov (3):
oleview: Fix a crash on null helpstring and name on library level.
oleview: Fix some crashes on unnamed variables.
oleview: Fix some crashes on unnamed methods/arguments.
Paul Vriens (1):
notepad: Add WS_EX_LAYOUTRTL to some RTL resources.
Peter Schellenbach (1):
oleaut32: Fixed short time & medium time name...
2007 Jun 22
0
[1059] trunk/wxruby2/doc/textile/toolbar.txtl: Update ToolBar documentation to reflect recent changes in API
...uot;cx">
</span><del>- "ToolBarToolBase":toolbartoolbase.html *add_tool*(%(arg-type)Integer% toolId,
- %(arg-type)String% label,
- %(arg-type)Bitmap% bitmap1,
- %(arg-type)String% shortHelpString = "",
- %(arg-type)ItemKind% kind = ITEM_NORMAL)
</del><ins>+ Integer *add_tool*(%(arg-type)Integer% toolId,
+ %(arg-type)String% label,
+ %(arg-type)Bitmap% bitmap1,
+ %(arg-type)String%...
2011 Jan 07
0
Wine release 1.3.11
...s.
oleaut32: Get function/variable description size with a helper, remove a hardcoded size.
oleaut32: Update variable description and typeinfo size in ICreateTypeInfo2::SetVarHelpContext().
oleaut32: Implement ICreateTypeInfo2::SetVarDocString().
oleview: Fix a crash on null helpstring and name on library level.
oleview: Fix some crashes on unnamed variables.
oleview: Fix some crashes on unnamed methods/arguments.
oleaut32: Use structure size instead of hardcoded values.
oleaut32/tests: Cleanup some test macros.
oleaut32: Use alloc/free helpers for a...
2009 Feb 07
11
[LLVMdev] 2.5 Pre-release1 available for testing
LLVMers,
The 2.5 pre-release is available for testing:
http://llvm.org/prereleases/2.5/
If you have time, I'd appreciate anyone who can help test the release.
Please do the following:
1) Download/compile llvm source, and either compile llvm-gcc source or
use llvm-gcc binary (please compile llvm-gcc with fortran if you can).
2) Run make check, send me the testrun.log
3) Run "make
2008 Apr 18
1
Wine release 0.9.60
...tests: Fix a test on W2K and above.
Peter Urbanec (1):
comctl32: Mousewheel support for updown control.
Petr Sumbera (2):
winetest: Fix shell substitution syntax for Solaris.
server: Workaround for conflict between Wine and Solaris list.h.
Piotr Caban (11):
oleview: Added helpstring to functions.
oleview: Fixed idl files generation with dual interfaces.
oleview: Fixed idl files generation with oleautomation flag.
oleview: Hide functions without id property in dual interfaces.
oleview: Added returns as arguments in interfaces with oleautomation flag....