A rectangular 3D sunken frame. More...
#include <gui_tk.h>
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 |
A rectangular 3D sunken frame.
These can be used as generic grouping elements and also serve as aggregators for RadioBoxes.