gltk 0.3
a C++ widget library built on GLUT
Public Member Functions
gltk::LabelBin Class Reference

LabelBin is a Bin with default Label child. More...

#include <labelbin.hh>

Inheritance diagram for gltk::LabelBin:
gltk::Bin gltk::Container gltk::Widget gltk::Button gltk::CheckButton

List of all members.

Public Member Functions

 LabelBin (Widget *child)
 initialize with a child Widget
 LabelBin (std::string const &name)
 initialize with a text label

Detailed Description

LabelBin is a Bin with default Label child.

If a string is provided instead of a child Widget when initialize, LabelBin creates a Label with string as a child. It manages the child it created.

 All Classes Namespaces Files Functions Variables Enumerations Enumerator