Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

BtGuiMenuButton Class Reference

Tk-based menu button widget. More...

#include <BtGuiMenuButton.h>

Inheritance diagram for BtGuiMenuButton::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiMenuButton (const BtGuiTkInterpreter &interf, const String &name="")
 BtGuiMenuButton (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="")
 ~BtGuiMenuButton ()
virtual bool create ()

Detailed Description

Tk-based menu button widget.

NAME: BtGuiMenuButton - Tk-based menu button widget

DESCRIPTION: C++ interface to a menu button widget in Tk, for use in GUI building.


Constructor & Destructor Documentation

BtGuiMenuButton::BtGuiMenuButton ( const BtGuiTkInterpreter & interf,
const String & name = "" )
 

See documentation for the base class, "BtGuiWidget".

BtGuiMenuButton::BtGuiMenuButton ( const BtGuiTkInterpreter & interf,
const BtGuiWidget & parent,
const String & name = "" )
 

See documentation of one of the overloaded constructor.

BtGuiMenuButton::~BtGuiMenuButton ( )
 


Member Function Documentation

bool BtGuiMenuButton::create ( ) [virtual]
 

Create the widget and feed it to the Tk interpreter. Returns true if the creation was successful, otherwise it returns false.

Reimplemented from BtGuiWidget.


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.