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

« back to all changes in this revision

Viewing changes to docs/html/wx/wx_wxlistitem.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>wxListItem</title></head>
3
3
 
4
4
<BODY BGCOLOR=#FFFFFF>
5
 
<FONT FACE="Arial, Lucida, Helvetica">
6
5
<A NAME="wxlistitem"></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_wxlistevent.html#wxlistevent"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx_wxlistitemattr.html#wxlistitemattr"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
8
7
 
122
121
 
123
122
 
124
123
<TR><TD VALIGN=TOP WIDTH=198>
125
 
<FONT FACE="Arial, Lucida, Helvetica">
126
124
wxLIST_MASK_STATE
127
125
</FONT></TD>
128
126
 
129
127
<TD VALIGN=TOP>
130
 
<FONT FACE="Arial, Lucida, Helvetica">
131
128
<B>GetState</B> is valid.
132
129
</FONT></TD></TR>
133
130
 
134
131
 
135
132
<TR><TD VALIGN=TOP WIDTH=198>
136
 
<FONT FACE="Arial, Lucida, Helvetica">
137
133
wxLIST_MASK_TEXT
138
134
</FONT></TD>
139
135
 
140
136
<TD VALIGN=TOP>
141
 
<FONT FACE="Arial, Lucida, Helvetica">
142
137
<B>GetText</B> is valid.
143
138
</FONT></TD></TR>
144
139
 
145
140
 
146
141
<TR><TD VALIGN=TOP WIDTH=198>
147
 
<FONT FACE="Arial, Lucida, Helvetica">
148
142
wxLIST_MASK_IMAGE
149
143
</FONT></TD>
150
144
 
151
145
<TD VALIGN=TOP>
152
 
<FONT FACE="Arial, Lucida, Helvetica">
153
146
<B>GetImage</B> is valid.
154
147
</FONT></TD></TR>
155
148
 
156
149
 
157
150
<TR><TD VALIGN=TOP WIDTH=198>
158
 
<FONT FACE="Arial, Lucida, Helvetica">
159
151
wxLIST_MASK_DATA
160
152
</FONT></TD>
161
153
 
162
154
<TD VALIGN=TOP>
163
 
<FONT FACE="Arial, Lucida, Helvetica">
164
155
<B>GetData</B> is valid.
165
156
</FONT></TD></TR>
166
157
 
167
158
 
168
159
<TR><TD VALIGN=TOP WIDTH=198>
169
 
<FONT FACE="Arial, Lucida, Helvetica">
170
160
wxLIST_MASK_WIDTH
171
161
</FONT></TD>
172
162
 
173
163
<TD VALIGN=TOP>
174
 
<FONT FACE="Arial, Lucida, Helvetica">
175
164
<B>GetWidth</B> is valid.
176
165
</FONT></TD></TR>
177
166
 
178
167
 
179
168
<TR><TD VALIGN=TOP WIDTH=198>
180
 
<FONT FACE="Arial, Lucida, Helvetica">
181
169
wxLIST_MASK_FORMAT
182
170
</FONT></TD>
183
171
 
184
172
<TD VALIGN=TOP>
185
 
<FONT FACE="Arial, Lucida, Helvetica">
186
173
<B>GetFormat</B> is valid.
187
174
</FONT></TD></TR>
188
175
 
203
190
 
204
191
 
205
192
<TR><TD VALIGN=TOP WIDTH=198>
206
 
<FONT FACE="Arial, Lucida, Helvetica">
207
193
wxLIST_STATE_DONTCARE
208
194
</FONT></TD>
209
195
 
210
196
<TD VALIGN=TOP>
211
 
<FONT FACE="Arial, Lucida, Helvetica">
212
197
Don't care what the state is. Win32 only. 
213
198
</FONT></TD></TR>
214
199
 
215
200
 
216
201
<TR><TD VALIGN=TOP WIDTH=198>
217
 
<FONT FACE="Arial, Lucida, Helvetica">
218
202
wxLIST_STATE_DROPHILITED
219
203
</FONT></TD>
220
204
 
221
205
<TD VALIGN=TOP>
222
 
<FONT FACE="Arial, Lucida, Helvetica">
223
206
The item is highlighted to receive a drop event. Win32 only. 
224
207
</FONT></TD></TR>
225
208
 
226
209
 
227
210
<TR><TD VALIGN=TOP WIDTH=198>
228
 
<FONT FACE="Arial, Lucida, Helvetica">
229
211
wxLIST_STATE_FOCUSED
230
212
</FONT></TD>
231
213
 
232
214
<TD VALIGN=TOP>
233
 
<FONT FACE="Arial, Lucida, Helvetica">
234
215
The item has the focus.
235
216
</FONT></TD></TR>
236
217
 
237
218
 
238
219
<TR><TD VALIGN=TOP WIDTH=198>
239
 
<FONT FACE="Arial, Lucida, Helvetica">
240
220
wxLIST_STATE_SELECTED
241
221
</FONT></TD>
242
222
 
243
223
<TD VALIGN=TOP>
244
 
<FONT FACE="Arial, Lucida, Helvetica">
245
224
The item is selected.
246
225
</FONT></TD></TR>
247
226
 
248
227
 
249
228
<TR><TD VALIGN=TOP WIDTH=198>
250
 
<FONT FACE="Arial, Lucida, Helvetica">
251
229
wxLIST_STATE_CUT
252
230
</FONT></TD>
253
231
 
254
232
<TD VALIGN=TOP>
255
 
<FONT FACE="Arial, Lucida, Helvetica">
256
233
The item is in the cut state. Win32 only. 
257
234
</FONT></TD></TR>
258
235