projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix incorrect behaviour of wxRibbonGallery::EnsureVisible when the ribbon is vertical...
[wxWidgets.git]
/
samples
/
combo
/
combo.bkl
1
<?xml
version
=
"1.0"
?>
2
<!-- $Id$ -->
3
4
<makefile>
5
6
<include
file
=
"../../build/bakefiles/common_samples.bkl"
/>
7
8
<exe
id
=
"combo"
template
=
"wx_sample"
template_append
=
"wx_append"
>
9
<sources>
combo.cpp
</sources>
10
<wx-lib>
adv
</wx-lib>
11
<wx-lib>
core
</wx-lib>
12
<wx-lib>
base
</wx-lib>
13
</exe>
14
15
<wx-data
id
=
"data"
>
16
<files>
17
dropbuth.png
18
dropbutn.png
19
dropbutp.png
20
</files>
21
</wx-data>
22
23
</makefile>