Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Gtk::CheckButton Class Reference

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

#include <inti/gtk/checkbutton.h>

Inheritance diagram for Inti::Gtk::CheckButton:

Inti::Gtk::ToggleButton Inti::Gtk::Button Inti::Gtk::Bin Inti::Gtk::Container Inti::Gtk::Widget Inti::Gtk::Object Inti::Atk::Implementor Inti::G::Object Inti::G::TypeInterface Inti::G::TypeInstance Inti::MemoryHandler Inti::G::TypeInstance Inti::ReferencedBase Inti::ReferencedBase Inti::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

Inti::Gtk::CheckButton::CheckButton GtkCheckButton *  check_button,
bool  reference = false
[explicit, protected]
 

Construct a new CheckButton from an existing GtkCheckButton.

Parameters:
check_button A pointer to a GtkCheckButton.
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).

Inti::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: Main Page - Footer


Generated on Sun Sep 14 20:08:14 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002