Sophie

Sophie

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

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 GtkRadioToolButton</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_GtkRadioMenuItem.html">Previous: Class GtkRadioMenuItem</a></li>
         <li class="next"><a href="gtk_GtkRange.html">Next: Class GtkRange</a></li>
         <li class="clear"></li>
         </ul><div id="page_body"><h1><span class="toc_number">10.99</span>Class GtkRadioToolButton</h1><p class="brief">A toolbar item that contains a radio button </p>
         <pre class="prototype">Class GtkRadioToolButton( group )</pre>
         <table class="prototype">
         <tbody><tr class="param"><td class="name">group</td><td class="content"> An existing GtkRadioToolButton, or nil to create a new group of buttons. </td></tr>
               </tbody>
            </table>
         <p>A GtkRadioToolButton is a GtkToolItem that contains a radio button, that is, a button that is part of a group of toggle buttons where only one button can be active at a time. </p>
<table class="members">
         <tbody><tr class="member_type"><td class="member_type" colspan="2">Methods</td></tr>
               <tr><td><a href="#new_from_stock">new_from_stock</a></td><td>Creates a new GtkRadioToolButton, adding it to group. </td></tr>
               </tbody>
            </table>
         <h2>Methods</h2><h3><a name="new_from_stock">new_from_stock</a></h3><p class="brief">Creates a new GtkRadioToolButton, adding it to group. </p>
         <pre class="prototype">GtkRadioToolButton.new_from_stock( group, stock_id )</pre>
         <table class="prototype">
         <tbody><tr class="param"><td class="name">group</td><td class="content"> An existing GtkRadioToolButton, or nil to create a new group of buttons. </td></tr>
               <tr class="param"><td class="name">stock_id</td><td class="content"> the name of a stock item </td></tr>
               <tr class="return"><td class="name">Return</td><td class="content">The new GtkRadioToolItem </td></tr>
               </tbody>
            </table>
         <p>The new GtkRadioToolButton will contain an icon and label from the stock item indicated by stock_id. </p>
</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_GtkRadioMenuItem.html">Previous: Class GtkRadioMenuItem</a></li>
         <li class="next"><a href="gtk_GtkRange.html">Next: Class GtkRange</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>