Document customizing shortcuts section title in wxMSW
It's quite non obvious that the "FileDescription" field of the version information defined in the resource file is used for this, so explain it. Co-Authored-By: Mark Roszko <mark.roszko@gmail.com>
This commit is contained in:
parent
854599c0bd
commit
39a226c600
1 changed files with 7 additions and 0 deletions
|
|
@ -251,6 +251,13 @@ public:
|
|||
function by adding two custom shortcuts corresponding to the
|
||||
subdirectories of @c WXWIN environment variable if it is defined.
|
||||
|
||||
@note In wxMSW, the shortcuts appear in a separate section called
|
||||
"Application Links" by default. To change the title of this
|
||||
section, the application can specify a value of the @c
|
||||
FileDescription field of the version information structure in its
|
||||
resource file -- if present, this string will be used as the
|
||||
section title.
|
||||
|
||||
@param directory The full path to the directory, which should exist.
|
||||
@param flags Can be set to @c wxFD_SHORTCUT_BOTTOM (which is also the
|
||||
default behaviour) to add the shortcut after the existing ones,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue