Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e3918135d52936bad0ecc8654eedea12 > files > 319

Falcon-doc-0.9.6.8-1.fc15.noarch.rpm

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
<head><meta content="text/html;charset=&amp;quot;utf-8&amp;quot;" http-equiv="Content-type"/><link href="faldoc.css" rel="stylesheet" type="text/css"/><title> - Class GtkOrientable</title></head><body class="faldoc"><ul class="navi_top"><li class="top"><a href="index.html">Top: Table of contents</a></li>
         <li class="up"><a href="gtk.html">Up: The Falcon GTK Binding module</a></li>
         <li class="prev"><a href="gtk_GtkOptionMenu.html">Previous: Class GtkOptionMenu</a></li>
         <li class="next"><a href="gtk_GtkPaned.html">Next: Class GtkPaned</a></li>
         <li class="clear"></li>
         </ul><div id="page_body"><h1><span class="toc_number">10.92</span>Class GtkOrientable</h1><p class="brief">An interface for flippable widgets </p>
         <pre class="prototype">Class GtkOrientable</pre>
         <p>The GtkOrientable interface is implemented by all widgets that can be oriented horizontally or vertically. </p>
<p>Historically, such widgets have been realized as subclasses of a common base class (e.g GtkBox/GtkHBox/GtkVBox and GtkScale/GtkHScale/GtkVScale). GtkOrientable is more flexible in that it allows the orientation to be changed at runtime, allowing the widgets to 'flip'. </p>
<table class="members">
         <tbody><tr class="member_type"><td class="member_type" colspan="2">Methods</td></tr>
               <tr><td><a href="#get_orientation">get_orientation</a></td><td>Retrieves the orientation of the orientable. </td></tr>
               <tr><td><a href="#set_orientation">set_orientation</a></td><td>Sets the orientation of the orientable. </td></tr>
               </tbody>
            </table>
         <h2>Methods</h2><h3><a name="get_orientation">get_orientation</a></h3><p class="brief">Retrieves the orientation of the orientable. </p>
         <pre class="prototype">GtkOrientable.get_orientation()</pre>
         <table class="prototype">
         <tbody><tr class="return"><td class="name">Return</td><td class="content">the orientation of the orientable. </td></tr>
               </tbody>
            </table>
         <h3><a name="set_orientation">set_orientation</a></h3><p class="brief">Sets the orientation of the orientable. </p>
         <pre class="prototype">GtkOrientable.set_orientation( orientation )</pre>
         <table class="prototype">
         <tbody><tr class="param"><td class="name">orientation</td><td class="content"> the orientable's new orientation. </td></tr>
               </tbody>
            </table>
         </div><ul class="navi_bottom"><li class="top"><a href="index.html">Top: Table of contents</a></li>
         <li class="up"><a href="gtk.html">Up: The Falcon GTK Binding module</a></li>
         <li class="prev"><a href="gtk_GtkOptionMenu.html">Previous: Class GtkOptionMenu</a></li>
         <li class="next"><a href="gtk_GtkPaned.html">Next: Class GtkPaned</a></li>
         <li class="clear"></li>
         </ul><div class="signature">Made with <a href="faldoc 3.0">http://www.falconpl.org</a></div></body></html>