added wxListBox handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,10 +46,11 @@ DATAFILES = \
|
||||
df/statictext.df \
|
||||
df/textctrl.df \
|
||||
df/toolbar_item.df \
|
||||
df/window.df
|
||||
df/window.df \
|
||||
df/listbox.df
|
||||
|
||||
|
||||
APPEXTRALIBS=$(top_builddir)/lib/libwxxml.@WX_TARGET_LIBRARY_TYPE@
|
||||
APPEXTRALIBS=-lwxxml
|
||||
APPEXTRADEFS=-I$(top_srcdir)/contrib/include
|
||||
|
||||
include $(top_builddir)/src/makeprog.env
|
||||
|
5
contrib/utils/wxrcedit/df/listbox.df
Normal file
5
contrib/utils/wxrcedit/df/listbox.df
Normal file
@@ -0,0 +1,5 @@
|
||||
node listbox
|
||||
var style of flags wxLB_SINGLE,wxLB_MULTIPLE,wxLB_EXTENDED,wxLB_HSCROLL,wxLB_ALWAYS_SB,wxLB_NEEDED_SB,wxLB_SORT
|
||||
var selection of integer
|
||||
var content of not_implemented
|
||||
derived from control
|
Reference in New Issue
Block a user