![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXSeparator.h>

Public Member Functions | |
| FXSeparator (FXComposite *p, FXuint opts=SEPARATOR_GROOVE|LAYOUT_FILL_X, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=0, FXint pr=0, FXint pt=0, FXint pb=0) | |
| virtual FXint | getDefaultWidth () |
| virtual FXint | getDefaultHeight () |
| void | setSeparatorStyle (FXuint style) |
| FXuint | getSeparatorStyle () const |
It is purely decorative. The separator may be drawn in various styles as determined by the SEPARATOR_NONE, SEPARATOR_GROOVE, SEPARATOR_RIDGE, and SEPARATOR_LINE options. Since its derived from Frame, it can also have the frame's border styles.
See also:
| FX::FXSeparator::FXSeparator | ( | FXComposite * | p, | |
| FXuint | opts = SEPARATOR_GROOVE|LAYOUT_FILL_X, |
|||
| FXint | x = 0, |
|||
| FXint | y = 0, |
|||
| FXint | w = 0, |
|||
| FXint | h = 0, |
|||
| FXint | pl = 0, |
|||
| FXint | pr = 0, |
|||
| FXint | pt = 0, |
|||
| FXint | pb = 0 | |||
| ) |
Constructor.
| virtual FXint FX::FXSeparator::getDefaultWidth | ( | ) | [virtual] |
| virtual FXint FX::FXSeparator::getDefaultHeight | ( | ) | [virtual] |
| void FX::FXSeparator::setSeparatorStyle | ( | FXuint | style | ) |
Change separator style.
| FXuint FX::FXSeparator::getSeparatorStyle | ( | ) | const |
Get separator style.
|
|