~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/gtk-running.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-11 12:19:30 UTC
  • mfrom: (1.11.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 175.
  • Revision ID: james.westby@ubuntu.com-20100611121930-n4pklvkoqdsg12vm
Tags: 2.21.2-1
* New upstream development release:
  + debian/rules,
    debian/libgtk2.0-0.symbols:
    - Update for new API symbols.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/control.in:
    - Update GLib (build-) dependency to >= 2.25.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
<td valign="top" align="right"></td>
32
32
</tr></table></div>
33
33
<div class="refsect1" title="Running and debugging GTK+ Applications">
34
 
<a name="id530121"></a><h2>Running and debugging GTK+ Applications</h2>
 
34
<a name="id405705"></a><h2>Running and debugging GTK+ Applications</h2>
35
35
<div class="refsect2" title="Common commandline options">
36
 
<a name="id501507"></a><h3>Common commandline options</h3>
 
36
<a name="id377091"></a><h3>Common commandline options</h3>
37
37
<p>
38
38
All GTK+ applications support a number of standard commandline
39
39
options. These are removed from <code class="literal">argv</code> by gtk_init(). 
90
90
</div>
91
91
<hr>
92
92
<div class="refsect2" title="Environment variables">
93
 
<a name="id524017"></a><h3>Environment variables</h3>
 
93
<a name="id399601"></a><h3>Environment variables</h3>
94
94
<p> 
95
95
GTK+ inspects a number of environment variables in addition to standard
96
96
variables like <code class="envar">LANG</code>, <code class="envar">PATH</code>, <code class="envar">HOME</code> 
97
97
or <code class="envar">DISPLAY</code>; mostly to determine paths to look for certain 
98
 
files. The <a href="/usr/share/gtk-doc/html/gtk/gtk-x11.html#x11-envar">X11</a>, 
 
98
files. The X11, 
99
99
<a class="link" href="gtk-windows.html#win32-envar" title="Windows-specific environment variables">Windows</a> and 
100
100
Framebuffer GDK backends use some
101
101
additional environment variables.