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

« back to all changes in this revision

Viewing changes to docs/html/wx/wx_wxgenericdirctrl.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>wxGenericDirCtrl</title></head>
3
3
 
4
4
<BODY BGCOLOR=#FFFFFF>
5
 
<FONT FACE="Arial, Lucida, Helvetica">
6
5
<A NAME="wxgenericdirctrl"></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_wxgdiobject.html#wxgdiobject"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx_wxgenericvalidator.html#wxgenericvalidator"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
8
7
 
28
27
 
29
28
 
30
29
<TR><TD VALIGN=TOP WIDTH=277>
31
 
<FONT FACE="Arial, Lucida, Helvetica">
32
30
wxDIRCTRL_DIR_ONLY
33
31
</FONT></TD>
34
32
 
35
33
<TD VALIGN=TOP>
36
 
<FONT FACE="Arial, Lucida, Helvetica">
37
34
Only show directories, and not files.
38
35
</FONT></TD></TR>
39
36
 
40
37
 
41
38
<TR><TD VALIGN=TOP WIDTH=277>
42
 
<FONT FACE="Arial, Lucida, Helvetica">
43
39
wxDIRCTRL_3D_INTERNAL
44
40
</FONT></TD>
45
41
 
46
42
<TD VALIGN=TOP>
47
 
<FONT FACE="Arial, Lucida, Helvetica">
48
43
Use 3D borders for internal controls.
49
44
</FONT></TD></TR>
50
45
 
51
46
 
52
47
<TR><TD VALIGN=TOP WIDTH=277>
53
 
<FONT FACE="Arial, Lucida, Helvetica">
54
48
wxDIRCTRL_SELECT_FIRST
55
49
</FONT></TD>
56
50
 
57
51
<TD VALIGN=TOP>
58
 
<FONT FACE="Arial, Lucida, Helvetica">
59
52
When setting the default path, select the first file in the directory.
60
53
</FONT></TD></TR>
61
54
 
62
55
 
63
56
<TR><TD VALIGN=TOP WIDTH=277>
64
 
<FONT FACE="Arial, Lucida, Helvetica">
65
57
wxDIRCTRL_SHOW_FILTERS
66
58
</FONT></TD>
67
59
 
68
60
<TD VALIGN=TOP>
69
 
<FONT FACE="Arial, Lucida, Helvetica">
70
61
Show the drop-down filter list.
71
62
</FONT></TD></TR>
72
63
 
73
64
 
74
65
<TR><TD VALIGN=TOP WIDTH=277>
75
 
<FONT FACE="Arial, Lucida, Helvetica">
76
66
wxDIRCTRL_EDIT_LABELS
77
67
</FONT></TD>
78
68
 
79
69
<TD VALIGN=TOP>
80
 
<FONT FACE="Arial, Lucida, Helvetica">
81
70
Allow the folder and file labels to be editable.
82
71
</FONT></TD></TR>
83
72