Add copy button to wx GUI. Patch from bit.
This commit is contained in:
parent
75a483f1a6
commit
25620bdc63
5 changed files with 1193 additions and 1004 deletions
11
src/pc.xrc
11
src/pc.xrc
|
|
@ -2482,6 +2482,17 @@
|
|||
<default>0</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
<object class="wxBitmapButton" name="IDC_COPY">
|
||||
<style>wxBU_AUTODRAW</style>
|
||||
<tooltip>Copy</tooltip>
|
||||
<bitmap>icons/32x32/computer_go.png</bitmap>
|
||||
<default>0</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<flag>wxALL</flag>
|
||||
|
|
|
|||
Loading…
Reference in a new issue