[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Complete replacement of help engine [Re: wxHTML table header a
From: |
Greg Chicares |
Subject: |
Re: [lmi] Complete replacement of help engine [Re: wxHTML table header alignment] |
Date: |
Wed, 18 Mar 2009 14:12:13 +0000 |
User-agent: |
Thunderbird 2.0.0.19 (Windows/20081209) |
On 2009-03-18 08:47Z, Greg Chicares wrote:
> On 2009-03-12 19:43Z, Greg Chicares wrote:
>>
>> USA: Do you see any disadvantage in this change, which otherwise
>> I will apply this weekend?
>
> As of 20090314T1609Z, lmi uses wxLaunchDefaultBrowser() as its
> help engine. For the record, in case we ever go back to
> wxHtmlHelpController, here are gnome icons that I had been
> thinking of using with it:
>
> stock_down-16.png
> stock_down.png
> stock_help-book-16.png
> stock_help-book-open-16.png
> stock_help-document-16.png
> stock_help-pane-on-16.png
> stock_help-pane-on.png
> stock_left-16.png
> stock_left.png
> stock_right-16.png
> stock_right.png
> stock_top-16.png
> stock_top.png
> stock_up-16.png
> stock_up.png
...with 'icon_monger.cpp' changes such as:
// icon_names_by_wx_id_[wxART_ADD_BOOKMARK ] = "";
// icon_names_by_wx_id_[wxART_DEL_BOOKMARK ] = "";
icon_names_by_wx_id_[wxART_GO_BACK ] = "stock_left";
icon_names_by_wx_id_[wxART_GO_DOWN ] = "stock_down";
icon_names_by_wx_id_[wxART_GO_FORWARD ] = "stock_right";
icon_names_by_wx_id_[wxART_GO_TO_PARENT ] = "stock_top";
icon_names_by_wx_id_[wxART_GO_UP ] = "stock_up";
icon_names_by_wx_id_[wxART_HELP_BOOK ] = "stock_help-book";
icon_names_by_wx_id_[wxART_HELP_FOLDER ] = "stock_help-book-open";
icon_names_by_wx_id_[wxART_HELP_PAGE ] = "stock_help-document";
icon_names_by_wx_id_[wxART_HELP_SETTINGS ] = "preferences";
icon_names_by_wx_id_[wxART_HELP_SIDE_PANEL] = "stock_help-pane-on";
- Re[2]: [lmi] wxHTML table header alignment, (continued)
- Re[2]: [lmi] wxHTML table header alignment, Vadim Zeitlin, 2009/03/09
- Re: [lmi] wxHTML table header alignment, Greg Chicares, 2009/03/11
- Re[2]: [lmi] wxHTML table header alignment, Vadim Zeitlin, 2009/03/11
- Re: [lmi] wxHTML table header alignment, Greg Chicares, 2009/03/11
- Re[2]: [lmi] wxHTML table header alignment, Vadim Zeitlin, 2009/03/11
- [lmi] Complete replacement of help engine [Re: wxHTML table header alignment], Greg Chicares, 2009/03/12
- Re: [lmi] Complete replacement of help engine [Re: wxHTML table header alignment], Wendy Boutin, 2009/03/12
- Re: [lmi] Complete replacement of help engine [Re: wxHTML table header alignment], Greg Chicares, 2009/03/12
- Re: [lmi] Complete replacement of help engine [Re: wxHTML table header alignment], Wendy Boutin, 2009/03/18
- Re: [lmi] Complete replacement of help engine [Re: wxHTML table header alignment], Greg Chicares, 2009/03/18
- Re: [lmi] Complete replacement of help engine [Re: wxHTML table header alignment],
Greg Chicares <=