Creates a button which opens a layout to display content.
When pushed a layout to display content (another control or a layout) is opened. A small arrow to the left of the button title, shows whether the content is shown (points down) or not (points to the title).
Definition at line 1100 of file fbcontrols.h.
#include <fbcontrols.h>

Public Member Functions |
|
| FBArrowButton () | |
| Constructor. |
|
| void | SetContent (const char *pTitle, HFBVisualComponent pContent, int pContentWidth, int pContentHeight) |
| Sets the content to be hidden/shown by
button. |
|
| FBArrowButton | ( | ) |
Constructor.
| void SetContent | ( | const char * | pTitle, |
| HFBVisualComponent | pContent, | ||
| int | pContentWidth, | ||
| int | pContentHeight | ||
| ) |
Sets the content to be hidden/shown by button.
The FBArrowButton must already have been added to a layout before calling this method.
| pTitle | Title of the content managed by the FBArrowButton |
| pContent | Content that the FBArrowButton displays or hides |
| pContentWidth | Width of the content |
| pContentHeight | Height of the content |