GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Gtk::CheckButton Class Reference

A GtkCheckButton C++ wrapper class. More...

#include <gfc/gtk/checkbutton.hh>

Inheritance diagram for GFC::Gtk::CheckButton:

GFC::Gtk::ToggleButton GFC::Gtk::Button GFC::Gtk::Bin GFC::Gtk::Container GFC::Gtk::Widget GFC::Gtk::Object GFC::Atk::Implementor GFC::G::Object GFC::G::TypeInterface GFC::G::TypeInstance GFC::G::TypeInstance GFC::Trackable GFC::Trackable GFC::Gtk::RadioButton List of all members.

Public Member Functions

Constructors
Accessors

Protected Member Functions

Constructors

Detailed Description

A GtkCheckButton C++ wrapper class.

A CheckButton places a discrete ToggleButton next to a widget, (usually a Label). See the section on ToggleButton widgets for more information about toggle/check buttons. The important signal "toggled" is also inherited from ToggleButton.


Constructor & Destructor Documentation

GFC::Gtk::CheckButton::CheckButton GtkCheckButton *  check_button,
bool  owns_reference = false
[explicit, protected]
 

Construct a new CheckButton from an existing GtkCheckButton.

Parameters:
check_button A pointer to a GtkCheckButton.
owns_reference Set false if the initial reference count is floating, set true if it's not.

The check_button can be a newly created GtkCheckButton or an existing GtkCheckButton. (see G::Object::Object).

GFC::Gtk::CheckButton::CheckButton const String label,
bool  use_underline = false
[explicit]
 

Construct a new CheckButton with a Label to its right.

Parameters:
label The text for the check button.
use_underline true if the label contains an underscore, indicating a mnemonic.

If use_underline is true an underscore in label indicates that the next character is the mnemonic accelerator for the checkbutton.


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:34:38 2004 for GFC-UI by doxygen 1.3.8