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

« back to all changes in this revision

Viewing changes to docs/html/wx/wx_wxthread.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>wxThread</title></head>
3
3
 
4
4
<BODY BGCOLOR=#FFFFFF>
5
 
<FONT FACE="Arial, Lucida, Helvetica">
6
5
<A NAME="wxthread"></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_wxtextvalidator.html#wxtextvalidator"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx_wxthreadhelper.html#wxthreadhelper"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
8
7
 
167
166
 
168
167
 
169
168
<TR><TD VALIGN=TOP WIDTH=277>
170
 
<FONT FACE="Arial, Lucida, Helvetica">
171
169
<B>wxTHREAD_DETACHED</B>
172
170
</FONT></TD>
173
171
 
174
172
<TD VALIGN=TOP>
175
 
<FONT FACE="Arial, Lucida, Helvetica">
176
173
Creates a detached thread.
177
174
</FONT></TD></TR>
178
175
 
179
176
 
180
177
<TR><TD VALIGN=TOP WIDTH=277>
181
 
<FONT FACE="Arial, Lucida, Helvetica">
182
178
<B>wxTHREAD_JOINABLE</B>
183
179
</FONT></TD>
184
180
 
185
181
<TD VALIGN=TOP>
186
 
<FONT FACE="Arial, Lucida, Helvetica">
187
182
Creates a joinable thread.
188
183
</FONT></TD></TR>
189
184
 
238
233
 
239
234
 
240
235
<TR><TD VALIGN=TOP WIDTH=277>
241
 
<FONT FACE="Arial, Lucida, Helvetica">
242
236
<B>wxTHREAD_NO_ERROR</B>
243
237
</FONT></TD>
244
238
 
245
239
<TD VALIGN=TOP>
246
 
<FONT FACE="Arial, Lucida, Helvetica">
247
240
There was no error.
248
241
</FONT></TD></TR>
249
242
 
250
243
 
251
244
<TR><TD VALIGN=TOP WIDTH=277>
252
 
<FONT FACE="Arial, Lucida, Helvetica">
253
245
<B>wxTHREAD_NO_RESOURCE</B>
254
246
</FONT></TD>
255
247
 
256
248
<TD VALIGN=TOP>
257
 
<FONT FACE="Arial, Lucida, Helvetica">
258
249
There were insufficient resources to create a new thread.
259
250
</FONT></TD></TR>
260
251
 
261
252
 
262
253
<TR><TD VALIGN=TOP WIDTH=277>
263
 
<FONT FACE="Arial, Lucida, Helvetica">
264
254
<B>wxTHREAD_RUNNING</B>
265
255
</FONT></TD>
266
256
 
267
257
<TD VALIGN=TOP>
268
 
<FONT FACE="Arial, Lucida, Helvetica">
269
258
The thread is already running.
270
259
</FONT></TD></TR>
271
260
 
354
343
 
355
344
 
356
345
<TR><TD VALIGN=TOP WIDTH=277>
357
 
<FONT FACE="Arial, Lucida, Helvetica">
358
346
<B>WXTHREAD_MIN_PRIORITY</B>
359
347
</FONT></TD>
360
348
 
361
349
<TD VALIGN=TOP>
362
 
<FONT FACE="Arial, Lucida, Helvetica">
363
350
0
364
351
</FONT></TD></TR>
365
352
 
366
353
 
367
354
<TR><TD VALIGN=TOP WIDTH=277>
368
 
<FONT FACE="Arial, Lucida, Helvetica">
369
355
<B>WXTHREAD_DEFAULT_PRIORITY</B>
370
356
</FONT></TD>
371
357
 
372
358
<TD VALIGN=TOP>
373
 
<FONT FACE="Arial, Lucida, Helvetica">
374
359
50
375
360
</FONT></TD></TR>
376
361
 
377
362
 
378
363
<TR><TD VALIGN=TOP WIDTH=277>
379
 
<FONT FACE="Arial, Lucida, Helvetica">
380
364
<B>WXTHREAD_MAX_PRIORITY</B>
381
365
</FONT></TD>
382
366
 
383
367
<TD VALIGN=TOP>
384
 
<FONT FACE="Arial, Lucida, Helvetica">
385
368
100
386
369
</FONT></TD></TR>
387
370
 
507
490
 
508
491
 
509
492
<TR><TD VALIGN=TOP WIDTH=277>
510
 
<FONT FACE="Arial, Lucida, Helvetica">
511
493
<B>WXTHREAD_MIN_PRIORITY</B>
512
494
</FONT></TD>
513
495
 
514
496
<TD VALIGN=TOP>
515
 
<FONT FACE="Arial, Lucida, Helvetica">
516
497
0
517
498
</FONT></TD></TR>
518
499
 
519
500
 
520
501
<TR><TD VALIGN=TOP WIDTH=277>
521
 
<FONT FACE="Arial, Lucida, Helvetica">
522
502
<B>WXTHREAD_DEFAULT_PRIORITY</B>
523
503
</FONT></TD>
524
504
 
525
505
<TD VALIGN=TOP>
526
 
<FONT FACE="Arial, Lucida, Helvetica">
527
506
50
528
507
</FONT></TD></TR>
529
508
 
530
509
 
531
510
<TR><TD VALIGN=TOP WIDTH=277>
532
 
<FONT FACE="Arial, Lucida, Helvetica">
533
511
<B>WXTHREAD_MAX_PRIORITY</B>
534
512
</FONT></TD>
535
513
 
536
514
<TD VALIGN=TOP>
537
 
<FONT FACE="Arial, Lucida, Helvetica">
538
515
100
539
516
</FONT></TD></TR>
540
517