Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 76909b5763edb96a2bc7bd7fb5b301b8 > files > 20

cuiterm-0.9.9-1mdv2008.1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><TITLE>CuiActionArea</TITLE><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="Cuiterm Reference Manual" HREF="index.html"><LINK REL="UP" TITLE="Cuiterm Documentation 0.5" HREF="c4.html"><LINK REL="PREVIOUS" TITLE="CuiWindow" HREF="cuiwindow.html"><LINK REL="NEXT" TITLE="CuiPixmap" HREF="cuipixmap.html"><META NAME="GENERATOR" CONTENT="GTK-Doc V1.3 (SGML mode)"><STYLE TYPE="text/css">.synopsis, .classsynopsis {
    background: #eeeeee;
    border: solid 1px #aaaaaa;
    padding: 0.5em;
}
.programlisting {
    background: #eeeeff;
    border: solid 1px #aaaaff;
    padding: 0.5em;
}
.variablelist {
    padding: 4px;
    margin-left: 3em;
}
.navigation {
    background: #ffeeee;
    border: solid 1px #ffaaaa;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.navigation a {
    color: #770000;
}
.navigation a:visited {
    color: #550000;
}
.navigation .title {
    font-size: 200%;
}</STYLE></HEAD><BODY CLASS="REFENTRY" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF"><TABLE WIDTH="100%" CLASS="navigation" SUMMARY="Navigation header" CELLPADDING="2" CELLSPACING="2"><TR VALIGN="middle"><TD><A ACCESSKEY="p" HREF="cuiwindow.html"><IMG SRC="left.png" WIDTH="24" HEIGHT="24" BORDER="0" ALT="Prev"></A></TD><TD><A ACCESSKEY="u" HREF="c4.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">Cuiterm Reference Manual</TH><TD><A ACCESSKEY="n" HREF="cuipixmap.html"><IMG SRC="right.png" WIDTH="24" HEIGHT="24" BORDER="0" ALT="Next"></A></TD></TR></TABLE><H1><A NAME="CUIACTIONAREA"></A>CuiActionArea</H1><DIV CLASS="REFNAMEDIV"><A NAME="AEN4406"></A><H2>Name</H2>CuiActionArea&nbsp;--&nbsp;</DIV><DIV CLASS="REFSYNOPSISDIV"><A NAME="AEN4409"></A><H2>Synopsis</H2><PRE CLASS="SYNOPSIS">&#13;#include &lt;history.h&gt;


            <A HREF="cuiactionarea.html#CUIACTIONAREA-STRUCT">CuiActionArea</A>;
<A HREF="cuiwidget.html">CuiWidget</A>*  <A HREF="cuiactionarea.html#CUI-ACTION-AREA-NEW">cui_action_area_new</A>             (void);
<A HREF="cuiwidget.html">CuiWidget</A>*  <A HREF="cuiactionarea.html#CUI-ACTION-AREA-NEW-FOR-FILENAME">cui_action_area_new_for_filename</A>
                                            (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);
void        <A HREF="cuiactionarea.html#CUI-ACTION-AREA-NEW-FOR-MODE-OWNER">cui_action_area_new_for_mode_owner</A>
                                            (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);
void        <A HREF="cuiactionarea.html#CUI-ACTION-AREA-NEW-FOR-MODE-GROUP">cui_action_area_new_for_mode_group</A>
                                            (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);
void        <A HREF="cuiactionarea.html#CUI-ACTION-AREA-NEW-FOR-MODE-OTHERS">cui_action_area_new_for_mode_others</A>
                                            (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);
void        <A HREF="cuiactionarea.html#CUI-ACTION-AREA-NEW-FOR-MODE">cui_action_area_new_for_mode</A>    (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);
gboolean    <A HREF="cuiactionarea.html#CUI-ACTION-AREA-REDRAW">cui_action_area_redraw</A>          (<A HREF="cuiactionarea.html">CuiActionArea</A> *area,
                                             gint debug);&#13;</PRE></DIV><DIV CLASS="REFSECT1"><A NAME="AEN4454"></A><H2>Object Hierarchy</H2><PRE CLASS="SYNOPSIS">&#13;  GObject
   +----<A HREF="cuiwidget.html">CuiWidget</A>
         +----CuiActionArea</PRE></DIV><DIV CLASS="REFSECT1"><A NAME="AEN4459"></A><H2>Signal Prototypes</H2><PRE CLASS="SYNOPSIS">&#13;&quot;<A HREF="cuiactionarea.html#CUIACTIONAREA-EXPOSE">expose</A>&quot;    gboolean    user_function      (<A HREF="cuiactionarea.html">CuiActionArea</A> *cuiactionarea,
                                            gint arg1,
                                            gpointer user_data);</PRE></DIV><DIV CLASS="REFSECT1"><A NAME="AEN4467"></A><H2>Description</H2><P></P></DIV><DIV CLASS="REFSECT1"><A NAME="AEN4470"></A><H2>Details</H2><DIV CLASS="REFSECT2"><A NAME="AEN4472"></A><H3><A NAME="CUIACTIONAREA-STRUCT"></A>CuiActionArea</H3><PRE CLASS="PROGRAMLISTING">typedef struct _CuiActionArea CuiActionArea;</PRE><P></P></DIV><HR><DIV CLASS="REFSECT2"><A NAME="AEN4479"></A><H3><A NAME="CUI-ACTION-AREA-NEW"></A>cui_action_area_new ()</H3><PRE CLASS="PROGRAMLISTING"><A HREF="cuiwidget.html">CuiWidget</A>*  cui_action_area_new             (void);</PRE><P>Creates a newly allocated action area, a rectangular box on the CUI which can
be activated with a double click by the user.</P><P></P><P></P><TABLE CLASS="variablelist" BORDER="0" CELLSPACING="0" CELLPADDING="4"><TBODY><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4489"><SPAN STYLE="white-space: nowrap"><SPAN CLASS="emphasis"><I CLASS="EMPHASIS">Returns</I></SPAN>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> A newly allocated and initialized action area</P></TD></TR></TBODY></TABLE></DIV><HR><DIV CLASS="REFSECT2"><A NAME="AEN4494"></A><H3><A NAME="CUI-ACTION-AREA-NEW-FOR-FILENAME"></A>cui_action_area_new_for_filename ()</H3><PRE CLASS="PROGRAMLISTING"><A HREF="cuiwidget.html">CuiWidget</A>*  cui_action_area_new_for_filename
                                            (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);</PRE><P>Creates a new <SPAN CLASS="TYPE">ActionArea</SPAN> for the filename. This action area is used to open
a file in an application or show the contents of a directory. The function
registrates the new area in the background, so the return value is not needed
to use it.</P><P></P><P></P><TABLE CLASS="variablelist" BORDER="0" CELLSPACING="0" CELLPADDING="4"><TBODY><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4511"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">window</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the embedded window for this action area</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4516"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">background</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> The <A HREF="cuiterm-background.html#BACKGROUND"><SPAN CLASS="TYPE">Background</SPAN></A> where the <A HREF="cuiactionarea.html"><SPAN CLASS="TYPE">CuiActionArea</SPAN></A> will appear.</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4525"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">file</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> The file the area will open.</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4530"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">begin</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> The starting point of the filename on the user interface.</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4535"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">end</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> The end point of the filename.</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4540"><SPAN STYLE="white-space: nowrap"><SPAN CLASS="emphasis"><I CLASS="EMPHASIS">Returns</I></SPAN>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> A new <A HREF="cuiactionarea.html"><SPAN CLASS="TYPE">CuiActionArea</SPAN></A></P></TD></TR></TBODY></TABLE></DIV><HR><DIV CLASS="REFSECT2"><A NAME="AEN4547"></A><H3><A NAME="CUI-ACTION-AREA-NEW-FOR-MODE-OWNER"></A>cui_action_area_new_for_mode_owner ()</H3><PRE CLASS="PROGRAMLISTING">void        cui_action_area_new_for_mode_owner
                                            (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);</PRE><P>Creates some action areas for changing the mode of a file on the user rights
string which is a three character long string (eg. "rwx").</P><P></P><P></P><TABLE CLASS="variablelist" BORDER="0" CELLSPACING="0" CELLPADDING="4"><TBODY><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4562"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">window</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <CODE CLASS="PARAMETER">CuiWindow</CODE> containing the mode string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4568"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">background</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <CODE CLASS="PARAMETER">Background</CODE> where the action area goes</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4574"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">file</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <SPAN CLASS="TYPE">CuiFile</SPAN> of this mode string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4581"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">begin</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the start point of the string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4586"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">end</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the end point of the string</P></TD></TR></TBODY></TABLE></DIV><HR><DIV CLASS="REFSECT2"><A NAME="AEN4591"></A><H3><A NAME="CUI-ACTION-AREA-NEW-FOR-MODE-GROUP"></A>cui_action_area_new_for_mode_group ()</H3><PRE CLASS="PROGRAMLISTING">void        cui_action_area_new_for_mode_group
                                            (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);</PRE><P>Creates some action areas for changing the mode of a file on the group rights
string which is a three character long string (eg. "rwx").</P><P></P><P></P><TABLE CLASS="variablelist" BORDER="0" CELLSPACING="0" CELLPADDING="4"><TBODY><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4606"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">window</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <CODE CLASS="PARAMETER">CuiWindow</CODE> containing the mode string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4612"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">background</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <CODE CLASS="PARAMETER">Background</CODE> where the action area goes</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4618"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">file</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <SPAN CLASS="TYPE">CuiFile</SPAN> of this mode string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4625"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">begin</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the start point of the string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4630"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">end</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the end point of the string</P></TD></TR></TBODY></TABLE></DIV><HR><DIV CLASS="REFSECT2"><A NAME="AEN4635"></A><H3><A NAME="CUI-ACTION-AREA-NEW-FOR-MODE-OTHERS"></A>cui_action_area_new_for_mode_others ()</H3><PRE CLASS="PROGRAMLISTING">void        cui_action_area_new_for_mode_others
                                            (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);</PRE><P>Creates some action areas for changing the mode of a file on the others 
rights string which is a three character long string (eg. "rwx").</P><P></P><P></P><TABLE CLASS="variablelist" BORDER="0" CELLSPACING="0" CELLPADDING="4"><TBODY><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4650"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">window</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <CODE CLASS="PARAMETER">CuiWindow</CODE> containing the mode string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4656"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">background</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <CODE CLASS="PARAMETER">Background</CODE> where the action area goes</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4662"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">file</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <SPAN CLASS="TYPE">CuiFile</SPAN> of this mode string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4669"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">begin</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the start point of the string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4674"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">end</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the end point of the string</P></TD></TR></TBODY></TABLE></DIV><HR><DIV CLASS="REFSECT2"><A NAME="AEN4679"></A><H3><A NAME="CUI-ACTION-AREA-NEW-FOR-MODE"></A>cui_action_area_new_for_mode ()</H3><PRE CLASS="PROGRAMLISTING">void        cui_action_area_new_for_mode    (<A HREF="cuiwindow.html">CuiWindow</A> *window,
                                             <A HREF="cuiterm-background.html#BACKGROUND">Background</A> *background,
                                             <A HREF="cuifilename.html">CuiFilename</A> *file,
                                             GtkTextMark *begin,
                                             GtkTextMark *end);</PRE><P>Creates some action areas for changing the mode of a file on the mode string
which is a ten cahracter long string with the file type (eg. "-rwxr-----").
This function also handles the + sign at the end of the mode string showing
that there is at least one ACL entry for the file (eg. -rwxrw-r--+).</P><P></P><P></P><TABLE CLASS="variablelist" BORDER="0" CELLSPACING="0" CELLPADDING="4"><TBODY><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4694"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">window</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <CODE CLASS="PARAMETER">CuiWindow</CODE> containing the mode string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4700"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">background</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <CODE CLASS="PARAMETER">Background</CODE> where the action area goes</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4706"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">file</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> a <SPAN CLASS="TYPE">CuiFile</SPAN> of this mode string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4713"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">begin</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the start point of the string</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4718"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">end</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the end point of the string</P></TD></TR></TBODY></TABLE></DIV><HR><DIV CLASS="REFSECT2"><A NAME="AEN4723"></A><H3><A NAME="CUI-ACTION-AREA-REDRAW"></A>cui_action_area_redraw ()</H3><PRE CLASS="PROGRAMLISTING">gboolean    cui_action_area_redraw          (<A HREF="cuiactionarea.html">CuiActionArea</A> *area,
                                             gint debug);</PRE><P>Emits the expose event for the widget to redraw the screen.</P><P></P><P></P><TABLE CLASS="variablelist" BORDER="0" CELLSPACING="0" CELLPADDING="4"><TBODY><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4735"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">area</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the <A HREF="cuiactionarea.html"><SPAN CLASS="TYPE">CuiActionArea</SPAN></A> to redraw</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4742"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">debug</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> if this argument is not 0 the area will be highlighted</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4747"><SPAN STYLE="white-space: nowrap"><SPAN CLASS="emphasis"><I CLASS="EMPHASIS">Returns</I></SPAN>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P> the return value of the signal handler</P></TD></TR></TBODY></TABLE></DIV></DIV><DIV CLASS="REFSECT1"><A NAME="AEN4752"></A><H2>Signals</H2><DIV CLASS="REFSECT2"><A NAME="AEN4754"></A><H3><A NAME="CUIACTIONAREA-EXPOSE"></A>The &quot;expose&quot; signal</H3><PRE CLASS="PROGRAMLISTING">gboolean    user_function                  (<A HREF="cuiactionarea.html">CuiActionArea</A> *cuiactionarea,
                                            gint arg1,
                                            gpointer user_data);</PRE><P></P><P></P><TABLE CLASS="variablelist" BORDER="0" CELLSPACING="0" CELLPADDING="4"><TBODY><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4764"><SPAN STYLE="white-space: nowrap"><CODE CLASS="PARAMETER">user_data</CODE>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P>user data set when the signal handler was connected.</P></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP"><A NAME="AEN4769"><SPAN STYLE="white-space: nowrap"><SPAN CLASS="emphasis"><I CLASS="EMPHASIS">Returns</I></SPAN>&nbsp;:</SPAN></TD><TD ALIGN="LEFT" VALIGN="TOP"><P></P></TD></TR></TBODY></TABLE></DIV></DIV><TABLE CLASS="navigation" WIDTH="100%" SUMMARY="Navigation footer" CELLPADDING="2" CELLSPACING="2"><TR VALIGN="middle"><TD ALIGN="left"><A ACCESSKEY="p" HREF="cuiwindow.html"><B>&lt;&lt;&lt;&nbsp;CuiWindow</B></A></TD><TD ALIGN="right"><A ACCESSKEY="n" HREF="cuipixmap.html"><B>CuiPixmap&nbsp;&gt;&gt;&gt;</B></A></TD></TR></TABLE></BODY></HTML>