[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] wx-2.8.7: long menuitem truncated
From: |
Greg Chicares |
Subject: |
Re: [lmi] wx-2.8.7: long menuitem truncated |
Date: |
Wed, 19 Mar 2008 13:42:12 +0000 |
User-agent: |
Thunderbird 2.0.0.12 (Windows/20080213) |
On 2008-03-18 19:29Z, Vaclav Slavik wrote:
> Greg Chicares wrote:
>> is wxID_PROPERTIES really meant for
>> properties of a single document?
>
> It's for document properties I think, there's dedicated
> wxID_PREFERENCES for preferences.
'ChangeLog' for 20080319T1300Z:
Use stock wxID_PREFERENCES instead of XRCID("preferences").
This will "let the toolkit assign its standard icons", as you
pointed out earlier in this thread as an advantage for gtk. BTW,
wxID_PROPERTIES is listed in three wx-2.8.7 documentation topics:
Event handling overview
Standard event identifiers
Stock items
but wxID_PREFERENCES is listed only in the last; maybe it should
be added to the other topics, as these two IDs are enumerators of
the same enumeration in include/wx/defs.h .