[wx-dev] #9535: wxHtmlWindow::SetRelatedStatusBar(wxStatusBar*)

wxTrac noreply at wxsite.net
Thu Jun 5 02:23:24 PDT 2008


Ticket URL: <http://trac.wxwidgets.org/ticket/9535>

#9535: wxHtmlWindow::SetRelatedStatusBar(wxStatusBar*)
--------------------------+-------------------------------------------------
 Reporter:  troelsk       |       Owner:         
     Type:  enhancement   |      Status:  new    
 Priority:  normal        |   Milestone:         
Component:  wxHtml        |     Version:  2.9-svn
 Keywords:  wxHtmlWindow  |   Blockedby:         
    Patch:  1             |    Blocking:         
--------------------------+-------------------------------------------------
 /**
         @b Sets the associated statusbar where messages will be displayed.
         Call this instead of SetRelatedFrame() if you want statusbar
 updates only,
         no changing of the frame title.

         @param statusbar
             Statusbar pointer
         @param index
             Statusbar slot number (0..n)
     */
     void SetRelatedStatusBar(wxStatusBar* statusbar, int index = 0);

 Patch:
 - Adding SetRelatedStatusBar(wxStatusBar*, int) to
 include/wx/html/htmlwin.h
 - Adding SetRelatedStatusBar(wxStatusBar*, int) to
 interface/html/htmlwin.h
 - Refactoring: Use SetHTMLStatusText() instead of duplicating code dealing
 with the related frame/statusbar


--
Ticket URL: <http://trac.wxwidgets.org/ticket/9535>


More information about the wx-dev mailing list