DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Protected Member Functions | Protected Attributes | Friends
GUI::Frame Class Reference

A rectangular 3D sunken frame. More...

#include <gui_tk.h>

Inheritance diagram for GUI::Frame:
GUI::BorderedWindow GUI::ActionEventSource GUI::ActionEventSource_Callback GUI::Window GUI::Refcount

List of all members.

Public Member Functions

 Frame (Window *parent, int x, int y, int w, int h)
 Create a non-labeled frame with given position and size.
template<typename T >
 Frame (Window *parent, int x, int y, int w, int h, const T text)
 Create a frame with text label.
virtual void paint (Drawable &d) const
 Paint frame.

Protected Member Functions

virtual void actionExecuted (ActionEventSource *src, const String &arg)
 Execute handlers.

Protected Attributes

int selected
 Currently selected radio box.
String label
 Label of frame.

Friends

class Radiobox

Detailed Description

A rectangular 3D sunken frame.

These can be used as generic grouping elements and also serve as aggregators for RadioBoxes.

Definition at line 2513 of file gui_tk.h.


The documentation for this class was generated from the following files: