search for: istoggle

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

Did you mean: istoggled
2007 Jun 19
5
Wx::ToolBar#insert_tool
...is either not referenced right, or needs to be updated. 1.) Wx::ToolBar#insert_tool(size_t pos, ToolBarToolBase tool) comes up with a No overloading function type error, AKA 404 Not Found 2.) Wx::ToolBar#insert_tool(size_t pos, Integer toolId, Bitmap bitmap1, Bitmap bitmap2 = NullBitmap, Boolean isToggle = false, Object clientData = nil, String shortHelpString = "", String longHelpString = "") Should have a reference also in the parameters to String label just after Integer toolId, to conform with Wx::ToolBar#add_tool(). Just thought I''d give you guys a heads up on so...
2007 Jun 22
0
[1059] trunk/wxruby2/doc/textile/toolbar.txtl: Update ToolBar documentation to reflect recent changes in API
...oolbase.html *insert_tool*(%(arg-type)size_t% pos, - %(arg-type)Integer% toolId, - %(arg-type)Bitmap% bitmap1, - %(arg-type)Bitmap% bitmap2 = NullBitmap, - %(arg-type)Boolean% isToggle = false, - %(arg-type)Object% clientData = nil, - %(arg-type)String% shortHelpString = "", - %(arg-type)String% longHelpString = "") </del><ins>+ Integer *insert_tool*(%(arg-...
2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
...p;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param const wxString& -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - - wxToolBarTool * InsertTool(size_t pos , int toolId , const wxBitmap& bitmap1 , const wxBitmap& bitmap2 = wxNullBitmap, bool isToggle = false, wxObject* clientData = NULL, const wxString& shortHelpString = wxT(""), const wxString& longHelpString = wxT("")) ; -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&a...
2007 Aug 07
0
13 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_as_types.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as
...eftover comment diff --git a/libswfdec/swfdec_key_as.c b/libswfdec/swfdec_key_as.c index 36cddb5..a5523f7 100644 --- a/libswfdec/swfdec_key_as.c +++ b/libswfdec/swfdec_key_as.c @@ -26,7 +26,6 @@ #include "swfdec_debug.h" #include "swfdec_player_internal.h" -//getCode,isDown,isToggled SWFDEC_AS_NATIVE (800, 0, swfdec_key_getAscii) void swfdec_key_getAscii (SwfdecAsContext *cx, SwfdecAsObject *object, diff-tree 76286beb6f0bed9dee24fb9517ea5be62bc48ba4 (from 035ecbe5dd6be8dbb7c47577e84de30fa11444a4) Author: Benjamin Otte <otte at gnome.org> Date: Mon Aug 6 21:17:39 200...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...adcastMessage", true], + ["_global.Key", "getAscii", false], + ["_global.Key", "getCode", false], + ["_global.Key", "isAccessible", false], + ["_global.Key", "isDown", false], + ["_global.Key", "isToggled", false], + ["_global.LoadVars", "prototype", false], + ["_global.LoadVars.prototype", "addRequestHeader", true], + ["_global.LoadVars.prototype", "decode", true], + ["_global.LoadVars.prototype", "getBytesLoaded&q...