~ubuntu-branches/ubuntu/maverick/wxwidgets2.8/maverick-proposed

« back to all changes in this revision

Viewing changes to docs/html/wx/wx_wxownerdrawncombobox.html

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2007-11-06 18:25:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071106182513-809agqds6igh7mqo
Tags: 2.8.6.1-0ubuntu1
* New upstream version, based on the upstream tarball
  wxPython-src-2.8.6.1.tar.bz2, renamed debian to debian-upstream.
* Provide a get-orig-source target to do the repackaging.
* Fix "substvar-source-version-is-deprecated" lintian warnings.
* Remove duplicate Description field in debian/control.
* Add "\" at the end of line 8 in debian/python-wxtools.menu to fix
  "bad-test-in-menu-item" lintian error.
* Provide .xpm icons to fix "menu-icon-not-in-xpm-format" lintian errors,
  changed Icon field in debian/python-wxtools.menu.
* Fix "wrong-name-for-upstream-changelog" lintian warnings.
* Remove "Application;" from Categories field in debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Switch "Apps" to "Applications" in debian/python-wxtools.menu to fix
  "menu-item-uses-apps-section" lintian warnings.
* Drop the icon extension from debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Add dpatch support.
* Add "WX_CONFIG" patch.
* debian/rules:
  - added .xpm icons to install-gtk-py-tools target
  - added "docs/changes.txt" to dh_installchangelogs in binary-common target
  - added "\" at the end of "install-examples install-msw-dev
    install-msw-dbg install-headers-msw" line in .PHONY

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<head><link rel=stylesheet type="text/css" href="wx.css"><title>wxOwnerDrawnComboBox</title></head>
3
3
 
4
4
<BODY BGCOLOR=#FFFFFF>
5
 
<FONT FACE="Arial, Lucida, Helvetica">
6
5
<A NAME="wxownerdrawncombobox"></A><CENTER>
7
6
<A HREF="wx_contents.html"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx_classref.html#classref"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx_wxobjectrefdata.html#wxobjectrefdata"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx_wxoutputstream.html#wxoutputstream"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
8
7
 
37
36
 
38
37
 
39
38
<TR><TD VALIGN=TOP>
40
 
<FONT FACE="Arial, Lucida, Helvetica">
41
39
<B>wxODCB_DCLICK_CYCLES</B>
42
40
</FONT></TD>
43
41
 
44
42
<TD VALIGN=TOP>
45
 
<FONT FACE="Arial, Lucida, Helvetica">
46
43
Double-clicking cycles item
47
44
if wxCB_READONLY is also used. Synonymous with wxCC_SPECIAL_DCLICK.
48
45
</FONT></TD></TR>
49
46
 
50
47
 
51
48
<TR><TD VALIGN=TOP>
52
 
<FONT FACE="Arial, Lucida, Helvetica">
53
49
<B>wxODCB_STD_CONTROL_PAINT</B>
54
50
</FONT></TD>
55
51
 
56
52
<TD VALIGN=TOP>
57
 
<FONT FACE="Arial, Lucida, Helvetica">
58
53
Control itself is not
59
54
custom painted using OnDrawItem. Even if this style is not used, writable
60
55
wxOwnerDrawnComboBox is never custom painted unless SetCustomPaintWidth is
73
68
 
74
69
 
75
70
<TR><TD VALIGN=TOP WIDTH=277>
76
 
<FONT FACE="Arial, Lucida, Helvetica">
77
71
<B>EVT_COMBOBOX(id, func)</B>
78
72
</FONT></TD>
79
73
 
80
74
<TD VALIGN=TOP>
81
 
<FONT FACE="Arial, Lucida, Helvetica">
82
75
Process a wxEVT_COMMAND_COMBOBOX_SELECTED event,
83
76
when an item on the list is selected. Note that calling
84
77
<A HREF="wx_wxcomboctrl.html#wxcomboctrlgetvalue">GetValue</A> returns the new value of selection.
238
231
 
239
232
 
240
233
<TR><TD VALIGN=TOP WIDTH=277>
241
 
<FONT FACE="Arial, Lucida, Helvetica">
242
234
<TT>wxODCB_PAINTING_CONTROL</TT>
243
235
</FONT></TD>
244
236
 
245
237
<TD VALIGN=TOP>
246
 
<FONT FACE="Arial, Lucida, Helvetica">
247
238
Combo control is being
248
239
painted, instead of a list item. Argument item may be wxNOT_FOUND in this
249
240
case.
251
242
 
252
243
 
253
244
<TR><TD VALIGN=TOP WIDTH=277>
254
 
<FONT FACE="Arial, Lucida, Helvetica">
255
245
<TT>wxODCB_PAINTING_SELECTED</TT>
256
246
</FONT></TD>
257
247
 
258
248
<TD VALIGN=TOP>
259
 
<FONT FACE="Arial, Lucida, Helvetica">
260
249
An item with selection
261
250
background is being painted. DC text colour should already be correct.
262
251
</FONT></TD></TR>