Update developer docs
[wifi-radar.git] / docs / developer / wifi-radar.py / file_browse_button.html
blobf1a3da3a20fe26a5de1a44ee1abb9f9ca29e7170
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html40/loose.dtd">
4 <html>
6 <head>
7 <title>HappyDoc Generated Documentation</title>
8 </head>
10 <body bgcolor="#ffffff">
13 <table border="0" cellpadding="5" cellspacing="0" width="100%">
14 <tr>
15 <th rowspan="2"
16 valign="top"
17 align="left"
18 width="10%"
19 bgcolor="#88bbee"><font color="#000000">HappyDoc Generated Documentation</font>
20 </th>
21 <th bgcolor="#88bbee"
22 width="90%"
23 align="right"><font color="#000000">Class: file_browse_button</font>
24 </th>
25 </tr>
26 <tr>
27 <td>
28 <!-- breadcrumbs -->
29 <p><small>
30 /&nbsp;<a href="../wifi-radar.html">wifi-radar.py</a>&nbsp;/&nbsp;file_browse_button&nbsp;</small></p>
32 <!-- /breadcrumbs -->
34 <p>Button to allow user to choose a file and put value into specified gtk.Entry</p>
35 <table border="0" cellpadding="5" cellspacing="0" width="100%">
37 <tr>
38 <th bgcolor="#99ccff"
39 rowspan="2"
40 valign="top"
41 align="left"
42 width="20%"
44 <font color="#000000">
45 <a name="">Methods</a>&nbsp;
46 </font>
47 </th>
48 <th bgcolor="#99ccff"
49 valign="top"
50 align="left"
51 width="80%"
53 <font color="#000000">&nbsp;</font>
54 </th>
55 </tr>
56 <tr>
57 <td>
58 <table border="0" cellpadding="5" cellspacing="0" width="100%">
60 <tr>
61 <th bgcolor="#99ccff"
62 rowspan="2"
63 valign="top"
64 align="left"
65 width="20%"
67 <font color="#000000">
68 <a name="browse_files"></a>&nbsp;
69 </font>
70 </th>
71 <th bgcolor="#99ccff"
72 valign="top"
73 align="left"
74 width="80%"
76 <font color="#000000">browse_files&nbsp;</font>
77 </th>
78 </tr>
79 <tr>
80 <td>
81 <pre>
82 browse_files ( self, widget )
83 </pre>
85 <p>Show filechooser dialog and get user selection</p>
86 <h4>Parameters:</h4>
87 <dl>
88 <dt> <code>widget</code></dt>
89 <dd>gtk.Widget -- The widget sending the event.</dd>
90 </dl>
91 <h4>Returns:</h4>
92 <p> nothing</p>
93 <h4>NOTES:</h4>
94 <p> updates entry value</p>
95 </td></tr>
96 </table><table border="0" cellpadding="5" cellspacing="0" width="100%">
98 <tr>
99 <th bgcolor="#99ccff"
100 rowspan="2"
101 valign="top"
102 align="left"
103 width="20%"
105 <font color="#000000">
106 <a name="__init__"></a>&nbsp;
107 </font>
108 </th>
109 <th bgcolor="#99ccff"
110 valign="top"
111 align="left"
112 width="80%"
114 <font color="#000000">__init__&nbsp;</font>
115 </th>
116 </tr>
117 <tr>
118 <td>
119 <pre>
120 __init__ (
121 self,
122 parent,
123 entry,
125 </pre>
127 <p>Create a button to simulate a File/Open</p>
128 <h4>Parameters:</h4>
129 <dl>
130 <dt> <code>parent</code></dt>
131 <dd>gtk.Object -- Usually, the calling window.</dd>
132 <dt> <code>entry</code></dt>
133 <dd>gtk.Entry -- The text entry to update with user selection.</dd>
134 </dl>
135 <h4>Returns:</h4>
136 <p> file_browse_button instance</p>
137 </td></tr>
138 </table></td></tr>
139 </table>
140 </td>
141 </tr>
142 </table>
144 <hr>
146 <font size="-2"><i>This document was automatically generated
147 Sun Apr 19 14:31:33 2009 by <a
148 href="http://happydoc.sourceforge.net">HappyDoc</a> version
149 3.1</i></font>
151 </body>
152 </html>