11 Module implementing some startup helper funcions. |
11 Module implementing some startup helper funcions. |
12 </p> |
12 </p> |
13 |
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 <table> |
15 <table> |
16 <tr><td>application</td></tr> |
16 <tr><td>_appLocale</td></tr> |
17 <tr><td>loaded_translators</td></tr> |
17 <tr><td>_application</td></tr> |
|
18 <tr><td>_loadedTranslators</td></tr> |
18 </table> |
19 </table> |
19 |
20 |
20 <h3>Classes</h3> |
21 <h3>Classes</h3> |
21 <table> |
22 <table> |
22 <tr><td>None</td></tr> |
23 <tr><td>None</td></tr> |
29 <td>Module function to start up an application that doesn't need a specialized start up.</td> |
30 <td>Module function to start up an application that doesn't need a specialized start up.</td> |
30 </tr> |
31 </tr> |
31 <tr> |
32 <tr> |
32 <td><a href="#getDefaultIconPaths">getDefaultIconPaths</a></td> |
33 <td><a href="#getDefaultIconPaths">getDefaultIconPaths</a></td> |
33 <td>Module function to determine the default icon paths.</td> |
34 <td>Module function to determine the default icon paths.</td> |
|
35 </tr> |
|
36 <tr> |
|
37 <td><a href="#getLocale">getLocale</a></td> |
|
38 <td>Function to get the name of the loaded locale.</td> |
34 </tr> |
39 </tr> |
35 <tr> |
40 <tr> |
36 <td><a href="#initializeResourceSearchPath">initializeResourceSearchPath</a></td> |
41 <td><a href="#initializeResourceSearchPath">initializeResourceSearchPath</a></td> |
37 <td>Module function to initialize the default mime source factory.</td> |
42 <td>Module function to initialize the default mime source factory.</td> |
38 </tr> |
43 </tr> |
141 </dd> |
146 </dd> |
142 </dl> |
147 </dl> |
143 <div align="right"><a href="#top">Up</a></div> |
148 <div align="right"><a href="#top">Up</a></div> |
144 <hr /> |
149 <hr /> |
145 <hr /> |
150 <hr /> |
|
151 <a NAME="getLocale" ID="getLocale"></a> |
|
152 <h2>getLocale</h2> |
|
153 <b>getLocale</b>(<i></i>) |
|
154 <p> |
|
155 Function to get the name of the loaded locale. |
|
156 </p> |
|
157 |
|
158 <dl> |
|
159 <dt>Return:</dt> |
|
160 <dd> |
|
161 name of the loaded locale. |
|
162 </dd> |
|
163 </dl> |
|
164 <dl> |
|
165 <dt>Return Type:</dt> |
|
166 <dd> |
|
167 str |
|
168 </dd> |
|
169 </dl> |
|
170 <div align="right"><a href="#top">Up</a></div> |
|
171 <hr /> |
|
172 <hr /> |
146 <a NAME="initializeResourceSearchPath" ID="initializeResourceSearchPath"></a> |
173 <a NAME="initializeResourceSearchPath" ID="initializeResourceSearchPath"></a> |
147 <h2>initializeResourceSearchPath</h2> |
174 <h2>initializeResourceSearchPath</h2> |
148 <b>initializeResourceSearchPath</b>(<i>application</i>) |
175 <b>initializeResourceSearchPath</b>(<i>application</i>) |
149 <p> |
176 <p> |
150 Module function to initialize the default mime source factory. |
177 Module function to initialize the default mime source factory. |