stock items
window ids for which stock buttons and menu items are created
(see wxbutton constructor and
wxmenuitem constructor):
stock id
|
stock label
|
wxid_about
|
"&about"
|
wxid_add
|
"add"
|
wxid_apply
|
"&apply"
|
wxid_bold
|
"&bold"
|
wxid_cancel
|
"&cancel"
|
wxid_clear
|
"&clear"
|
wxid_close
|
"&close"
|
wxid_copy
|
"©"
|
wxid_cut
|
"cu&t"
|
wxid_delete
|
"&delete"
|
wxid_edit
|
"&edit"
|
wxid_find
|
"&find"
|
wxid_file
|
"&file"
|
wxid_replace
|
"find and rep&lace"
|
wxid_backward
|
"&back"
|
wxid_down
|
"&down"
|
wxid_forward
|
"&forward"
|
wxid_up
|
"&up"
|
wxid_help
|
"&help"
|
wxid_home
|
"&home"
|
wxid_indent
|
"indent"
|
wxid_index
|
"&index"
|
wxid_italic
|
"&italic"
|
wxid_justify_center
|
"centered"
|
wxid_justify_fill
|
"justified"
|
wxid_justify_left
|
"align left"
|
wxid_justify_right
|
"align right"
|
wxid_new
|
"&new"
|
wxid_no
|
"&no"
|
wxid_ok
|
"&ok"
|
wxid_open
|
"&open"
|
wxid_paste
|
"&paste"
|
wxid_preferences
|
"&preferences"
|
wxid_print
|
"&print"
|
wxid_preview
|
"print previe&w"
|
wxid_properties
|
"&properties"
|
wxid_exit
|
"&quit"
|
wxid_redo
|
"&redo"
|
wxid_refresh
|
"refresh"
|
wxid_remove
|
"remove"
|
wxid_revert_to_saved
|
"revert to saved"
|
wxid_save
|
"&save"
|
wxid_saveas
|
"save &as..."
|
wxid_selectall
|
"select all"
|
wxid_stop
|
"&stop"
|
wxid_undelete
|
"undelete"
|
wxid_underline
|
"&underline"
|
wxid_undo
|
"&undo"
|
wxid_unindent
|
"&unindent"
|
wxid_yes
|
"&yes"
|
wxid_zoom_100
|
"&actual size"
|
wxid_zoom_fit
|
"zoom to &fit"
|
wxid_zoom_in
|
"zoom &in"
|
wxid_zoom_out
|
"zoom &out"
|
note that some of the ids listed above have also a stock accelerator
and an help string associated.
|