You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-installer-qubes-os/anaconda/widgets/doc/html/AnacondaWidgets-Lightbox.html

108 lines
5.0 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Lightbox</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="index.html" title="The AnacondaWidgets Library Reference Manual">
<link rel="up" href="misc-functions.html" title="Miscellaneous Functions">
<link rel="prev" href="misc-functions.html" title="Miscellaneous Functions">
<link rel="next" href="hierarchy.html" title="Object Hierarchy">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="misc-functions.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="misc-functions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">The AnacondaWidgets Library Reference Manual</th>
<td><a accesskey="n" href="hierarchy.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#AnacondaWidgets-Lightbox.synopsis" class="shortcut">Top</a>
 | 
<a href="#AnacondaWidgets-Lightbox.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="AnacondaWidgets-Lightbox"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="AnacondaWidgets-Lightbox.top_of_page"></a>Lightbox</span></h2>
<p>Lightbox — Functions to draw a window over a shaded background</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="AnacondaWidgets-Lightbox.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis"><span class="returnvalue">void</span> <a class="link" href="AnacondaWidgets-Lightbox.html#anaconda-lb-destroy" title="anaconda_lb_destroy ()">anaconda_lb_destroy</a> (<em class="parameter"><code><span class="type">GtkWindow</span> *lightbox</code></em>);
<span class="returnvalue">GtkWindow</span> * <a class="link" href="AnacondaWidgets-Lightbox.html#anaconda-lb-show-over" title="anaconda_lb_show_over ()">anaconda_lb_show_over</a> (<em class="parameter"><code><span class="type">GtkWindow</span> *window</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="AnacondaWidgets-Lightbox.description"></a><h2>Description</h2>
<p>
The lightbox is a set of functions used to display one window (a dialog or
other similar window, typically) over top of the main window in the
background. The main window is shaded out to make the foreground window
stand out more, as well as to reinforce to the user that the background
window may not be interacted with.
</p>
</div>
<div class="refsect1">
<a name="AnacondaWidgets-Lightbox.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="anaconda-lb-destroy"></a><h3>anaconda_lb_destroy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> anaconda_lb_destroy (<em class="parameter"><code><span class="type">GtkWindow</span> *lightbox</code></em>);</pre>
<p>
Destroys the previously used lightbox.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>lightbox</code></em> :</span></p></td>
<td>a <span class="type">GtkWindow</span>
</td>
</tr></tbody>
</table></div>
<p class="since">Since 1.0</p>
</div>
<hr>
<div class="refsect2">
<a name="anaconda-lb-show-over"></a><h3>anaconda_lb_show_over ()</h3>
<pre class="programlisting"><span class="returnvalue">GtkWindow</span> * anaconda_lb_show_over (<em class="parameter"><code><span class="type">GtkWindow</span> *window</code></em>);</pre>
<p>
Show lightbox over window.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
<td>(in) A <span class="type">GtkWindow</span>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the lightbox widget. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 1.0</p>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>