Displaying 6 results from an estimated 6 matches for "gettitl".
Did you mean:
gettitle
2005 Oct 09
0
[Fwd: Re: [Swig] Re: Object return problem]
...ul. But
I hope for SWIG v3 they can be completely overhauled to be more
consistent and straightforward.
I''ll forward this message to the wxruby list, too.
Kevin
Charlie Savage wrote:
> Hi Roy,
>
> Not sure of the answer. Could you post the method signature of
> wxWindow::GetTitle and the relevant parts of the .i file that is
> processing it?
>
> Also, is the Ruby wxWindows SWIG binding you are working on available
> online someplace?
>
> Charlie
>
> Roy Sutton wrote:
>
>> Hello all! I''m working on wxRuby (a Ruby wrapping for...
2006 Apr 30
1
[LLVMdev] llvm-tv bug?
Hi,
This seems like a llvm-tv bug, but couldn't submit it as llvm.org is down:
llvm[2]: Compiling CFGGraphDrawer.cpp for Debug build
In file included from CFGGraphDrawer.cpp:2:
TVTreeItem.h: In member function `virtual std::string
TVTreeModuleItem::getTitle()':
TVTreeItem.h:66: error: conversion from `const wxChar*' to non-scalar type `
std::string' requested
make[2]: *** [/storage/llvm-src/llvm/projects/llvm-tv/tools/llvm-tv/Debug/CFGGraphDrawer.o] Error 1
make[2]: Leaving directory `/storage/llvm-src/llvm/projects/llvm-tv/tools/llvm-...
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...class="cx"> * "TopLevelWindow#get_icon":#TopLevelWindow_geticon
</span><span class="cx"> * "TopLevelWindow#get_icons":#TopLevelWindow_geticons
</span><span class="cx"> * "TopLevelWindow#get_title":#TopLevelWindow_gettitle
</span><ins>+* "TopLevelWindow#handle_setting_change":#TopLevelWindow_handlesettingchange
</ins><span class="cx"> * "TopLevelWindow#is_active":#TopLevelWindow_isactive
</span><ins>+* "TopLevelWindow#is_always_maximized":#T...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...ing&
+ */
+
+ bool Create(wxWindow* parent , wxWindowID id , const wxString& title , const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE, const wxString& name = wxT("dialogBox")) ;
+ wxString GetTitle() const;
+ void Iconize(const bool iconize ) ;
+ bool IsIconized() const;
+ void SetIcon(const wxIcon& icon ) ;
+ void SetIcons(const wxIconBundle& icons ) ;
+ void SetTitle(const wxString& title ) ;
+ virtual bool Show(bool show = true ) ;
+
+ virtual int Sho...
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...#get_affirmative_id":#Dialog_getaffirmativeid
</span><ins>+* "Dialog#get_escape_id":#Dialog_getescapeid
</ins><span class="cx"> * "Dialog#get_return_code":#Dialog_getreturncode
</span><del>-* "Dialog#get_title":#Dialog_gettitle
</del><span class="cx"> * "Dialog#get_tool_bar":#Dialog_gettoolbar
</span><span class="cx"> * "Dialog#iconize":#Dialog_iconize
</span><span class="cx"> * "Dialog#is_iconized":#Dialog_isiconized
</spa...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...-         * \brief Gets the window''s title. Applicable only to frames and dialogs.
-        */
-
</del><span class="cx"> virtual wxString GetTitle() ;
</span><del>-        /**
-         * \brief Get the associated tooltip or NULL if none.
-       &...