Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 3bedfeeb5b723ddfdb1a0868f87875b2 > files > 60

gtkmm-utils-doc-0.4.1-3.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>gtkmm-utils: Gtk::Util::WhiteBox Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">gtkmm-utils&#160;<span id="projectnumber">0.4.1</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('classGtk_1_1Util_1_1WhiteBox.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a>  </div>
  <div class="headertitle">
<h1>Gtk::Util::WhiteBox Class Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Gtk::Util::WhiteBox" --><!-- doxytag: inherits="Gtk::EventBox" -->
<p>A custom <a class="el" href="classGtk_1_1EventBox.html">Gtk::EventBox</a> containing a <a class="el" href="classGtk_1_1VBox.html">Gtk::VBox</a> painted white.  
<a href="#_details">More...</a></p>
<div class="dynheader">
Inheritance diagram for Gtk::Util::WhiteBox:</div>
<div class="dyncontent">
<div class="center"><img src="classGtk_1_1Util_1_1WhiteBox__inherit__graph.png" border="0" usemap="#Gtk_1_1Util_1_1WhiteBox_inherit__map" alt="Inheritance graph"/></div>
<map name="Gtk_1_1Util_1_1WhiteBox_inherit__map" id="Gtk_1_1Util_1_1WhiteBox_inherit__map">
<area shape="rect" id="node2" href="classGtk_1_1EventBox.html" title="EventBox" alt="" coords="60,5,161,32"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classGtk_1_1Util_1_1WhiteBox-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual Gtk::VBox &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Util_1_1WhiteBox.html#a65eddd50e6f30360a0df2d19fabee27d">get_root_vbox</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the root <a class="el" href="classGtk_1_1VBox.html">Gtk::VBox</a>.  <a href="#a65eddd50e6f30360a0df2d19fabee27d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Util_1_1WhiteBox.html#a33285044b656ebcd937930576157a427">WhiteBox</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructs a new <a class="el" href="classGtk_1_1Util_1_1WhiteBox.html" title="A custom Gtk::EventBox containing a Gtk::VBox painted white.">WhiteBox</a>.  <a href="#a33285044b656ebcd937930576157a427"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Util_1_1WhiteBox.html#a7e51b35274d53fb0658e220de60f87f8">~WhiteBox</a> ()</td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Util_1_1WhiteBox.html#ac7b9a6d18ef85a3e367f5fc7eb8093e7">on_expose_event</a> (GdkEventExpose *event)</td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Gtk::VBox&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Util_1_1WhiteBox.html#adabe5b824b630c5e96320b817424bba9">root_vbox_</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>A custom <a class="el" href="classGtk_1_1EventBox.html">Gtk::EventBox</a> containing a <a class="el" href="classGtk_1_1VBox.html">Gtk::VBox</a> painted white. </p>
<p><a class="el" href="classGtk_1_1Util_1_1TileView.html" title="The Tile container.">TileView</a> uses this widget as a root container. </p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a33285044b656ebcd937930576157a427"></a><!-- doxytag: member="Gtk::Util::WhiteBox::WhiteBox" ref="a33285044b656ebcd937930576157a427" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Gtk::Util::WhiteBox::WhiteBox </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [explicit]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Constructs a new <a class="el" href="classGtk_1_1Util_1_1WhiteBox.html" title="A custom Gtk::EventBox containing a Gtk::VBox painted white.">WhiteBox</a>. </p>

</div>
</div>
<a class="anchor" id="a7e51b35274d53fb0658e220de60f87f8"></a><!-- doxytag: member="Gtk::Util::WhiteBox::~WhiteBox" ref="a7e51b35274d53fb0658e220de60f87f8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Gtk::Util::WhiteBox::~WhiteBox </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a65eddd50e6f30360a0df2d19fabee27d"></a><!-- doxytag: member="Gtk::Util::WhiteBox::get_root_vbox" ref="a65eddd50e6f30360a0df2d19fabee27d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Gtk::VBox&amp; Gtk::Util::WhiteBox::get_root_vbox </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the root <a class="el" href="classGtk_1_1VBox.html">Gtk::VBox</a>. </p>
<p>Use the reference to pack widgets inside the <a class="el" href="classGtk_1_1Util_1_1WhiteBox.html" title="A custom Gtk::EventBox containing a Gtk::VBox painted white.">WhiteBox</a>.</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>a reference to the vertical box inside the <a class="el" href="classGtk_1_1EventBox.html">Gtk::EventBox</a>. </dd></dl>

</div>
</div>
<a class="anchor" id="ac7b9a6d18ef85a3e367f5fc7eb8093e7"></a><!-- doxytag: member="Gtk::Util::WhiteBox::on_expose_event" ref="ac7b9a6d18ef85a3e367f5fc7eb8093e7" args="(GdkEventExpose *event)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool Gtk::Util::WhiteBox::on_expose_event </td>
          <td>(</td>
          <td class="paramtype">GdkEventExpose *&#160;</td>
          <td class="paramname"><em>event</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="adabe5b824b630c5e96320b817424bba9"></a><!-- doxytag: member="Gtk::Util::WhiteBox::root_vbox_" ref="adabe5b824b630c5e96320b817424bba9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Gtk::VBox <a class="el" href="classGtk_1_1Util_1_1WhiteBox.html#adabe5b824b630c5e96320b817424bba9">Gtk::Util::WhiteBox::root_vbox_</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="white-box_8h.html">white-box.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespaceGtk.html">Gtk</a>      </li>
      <li class="navelem"><a class="el" href="namespaceGtk_1_1Util.html">Util</a>      </li>
      <li class="navelem"><a class="el" href="classGtk_1_1Util_1_1WhiteBox.html">WhiteBox</a>      </li>
      <li class="footer">Generated on Wed Feb 9 2011 for gtkmm-utils by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
    </ul>
  </div>

</body>
</html>