Displaying 11 results from an estimated 11 matches for "wxarraystring".
2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...(wxStringBase const&)':
TreeView.cpp:(.text._ZN12wxStringBaseC2ERKS_[wxStringBase::wxStringBase(wxStringBase
const&)]+0x43): undefined reference to `wxOnAssert(wchar_t const*, int,
char const*, wchar_t const*, wchar_t const*)'
CMakeFiles/llbrowse.dir/lib/TreeView.cpp.o: In function
`wxArrayString::Item(unsigned long) const':
TreeView.cpp:(.text._ZNK13wxArrayString4ItemEm[wxArrayString::Item(unsigned
long) const]+0x39): undefined reference to `wxOnAssert(wchar_t const*,
int, char const*, wchar_t const*, wchar_t const*)'
>
> Some other minor issues:
> 1. If llvm-config is...
2005 Oct 06
3
nested classes
I am working on wxFileType and wxMimeTypesManager, most of which I
have done but I had to comment out a nested class in wxFileType and
the methods that use it. Does anyone have a clever way to get around
nested classes since SWIG does not currently support them?
Sean
2011 Feb 14
3
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:39, Talin wrote:
>
>
> On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org
> <mailto:rengolin at systemcall.org>> wrote:
>
> I think this deserves a blog post...
>
> I'd like to wait until I get some feedback - I don't know yet if anyone
> is having trouble building or running the thing...
Hi Talin,
2011 Feb 14
5
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...:
>
> TreeView.cpp:(.text._ZN12wxStringBaseC2ERKS_[wxStringBase::wxStringBase(wxStringBase
> const&)]+0x43): undefined reference to `wxOnAssert(wchar_t const*, int,
> char const*, wchar_t const*, wchar_t const*)'
> CMakeFiles/llbrowse.dir/lib/TreeView.cpp.o: In function
> `wxArrayString::Item(unsigned long) const':
> TreeView.cpp:(.text._ZNK13wxArrayString4ItemEm[wxArrayString::Item(unsigned
> long) const]+0x39): undefined reference to `wxOnAssert(wchar_t const*,
> int, char const*, wchar_t const*, wchar_t const*)'
>
>
> >
> > Some other minor is...
2005 Aug 20
1
patches for wxGridCell*Renderer and wxGridCell*Editor
I added a bunch of *.i files to get the cell renderers and editors
working for wxGrid. I still have a problem when switching cells in the
grid but I think that is a problem with wxGrid, will look into it.
In the process I found a bug in a typemap for wxArrayString & that I
am surprised we did not find earlier. ($input = Qnil) should be
($input == Qnil), big difference. Also added a type check for
wxArrayString.
Should be 8 patches attached and 1 zip with new files.
Sean
_______________________________________________
wxruby-users mailing list...
2007 May 19
0
[1020] trunk/wxruby2/swig/classes/FileDialog.i: Added the Wx::FD_XXX constants for FileDialog variants
...wxFD_SAVE = 0x0002,
+ wxFD_OVERWRITE_PROMPT = 0x0004,
+ wxFD_FILE_MUST_EXIST = 0x0010,
+ wxFD_MULTIPLE = 0x0020,
+ wxFD_CHANGE_DIR = 0x0080,
+ wxFD_PREVIEW = 0x0100
+};
+
</ins><span class="cx"> %typemap(in,numinputs=0) wxArrayString &(wxArrayString sel)
</span><span class="cx"> {
</span><span class="cx">         $1 = &sel;
</span></span></pre>
</div>
</div>
</body>
</html&g...
2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...View.cpp:(.text._ZN12wxStringBaseC2ERKS_[wxStringBase::wxStringBase(wxStringBase
>> const&)]+0x43): undefined reference to `wxOnAssert(wchar_t const*, int,
>> char const*, wchar_t const*, wchar_t const*)'
>> CMakeFiles/llbrowse.dir/lib/TreeView.cpp.o: In function
>> `wxArrayString::Item(unsigned long) const':
>>
>> TreeView.cpp:(.text._ZNK13wxArrayString4ItemEm[wxArrayString::Item(unsigned
>> long) const]+0x39): undefined reference to `wxOnAssert(wchar_t const*,
>> int, char const*, wchar_t const*, wchar_t const*)'
>>
>>
>> &...
2005 Sep 04
3
Possible patch for wxCheckListBox.h
I cut-n-pasted the public section from the wxWindows headers. Several
things were missing so it seemed the easiest way to fix it. This fixed
a problem with the way the overloaded new was being handled. This
correctly generated all the versions so that it won''t have the problem
with the non-initialized default parameters. I will admit I haven''t
done serious testing on
2007 Jan 08
0
[845] trunk/wxruby2/swig/classes: Added MultiChoiceDialog in class form
...nbsp                                 const wxArrayString& choices,
+                               &...
2006 Nov 23
0
[753] trunk/wxruby2/swig/classes/include/wxListBox.h: Added back in client data functions for listbox
...a );
</del><ins>+ virtual int Append(const wxString& item , void * clientData );
</ins><span class="cx"> virtual int Append(const wxString& item , wxClientData * clientData );
</span><span class="cx"> virtual void Append(const wxArrayString& strings );
</span><span class="cx"> virtual void Clear();
</span><span class="lines">@@ -40,10 +40,10 @@
</span><span class="cx"> virtual wxString GetString(int n ) const;
</span><span class="cx"> v...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...last
</span><span class="cx"> directory where user selected the files to open/save. This (desired)
</span><span class="lines">@@ -97,11 +80,6 @@
</span><span class="cx">
</span><span class="cx"> void GetPaths(wxArrayString& paths ) const;
</span><span class="cx">         /**
</span><del>-         * \brief Returns the dialog style.
-  &a...