26 #ifndef _vdkhlbuttonbar_h
28 #define _vdkhlbuttonbar_h
29 #include <vdk/siglisthandle.h>
30 #include <vdk/vdkhlbutton.h>
31 #include <vdk/frame.h>
32 #include <vdk/vdkprops.h>
35 typedef VDKListIterator <VDKHLButton> ButtonListIterator;
36 class VDKHLButtonBar:
public VDKFrame
44 int shadow = shadow_none);
45 virtual ~ VDKHLButtonBar ();
46 BList* ButtonList() {
return &blist; }
47 void AddButton (
const char** pixdata,
48 const char* tip = NULL,
49 const char* text = NULL);
50 void AddButton (
const char* pixfile,
51 const char* tip = NULL,
52 const char* text = NULL);
54 VDKReadWriteValueProp <VDKHLButtonBar, int> ButtonPressed;
55 DECLARE_SIGNAL_LIST (VDKHLButtonBar);
This class wraps a gtkframe widget.
Definition: frame.h:40