#include "bbtkWxBlackBox.h"
#include <wx/splitter.h>


Go to the source code of this file.
Namespaces | |
| namespace | bbwx |
Classes | |
| class | bbwx::LayoutSplit |
| Widget which splits a window into two parts. More... | |
Functions | |
| bbwx::BBTK_BEGIN_DESCRIBE_BLACK_BOX (LayoutSplit, bbtk::WxBlackBox) | |
| bbwx::BBTK_NAME ("LayoutSplit") | |
| bbwx::BBTK_AUTHOR ("laurent.guigues@creatis.insa-lyon.fr") | |
| bbwx::BBTK_DESCRIPTION ("Widget which splits a window in two fixed size parts (wxSplitterWindow)") | |
| bbwx::BBTK_INPUT (LayoutSplit, Widget1,"Upper or left widget", wxWindow *,"") | |
| bbwx::BBTK_INPUT (LayoutSplit, Widget2,"Lower or right widget", wxWindow *,"") | |
| bbwx::BBTK_INPUT (LayoutSplit, Orientation,"Orientation (default H), 0=H=HORIZONTAL , 1=V=VERTICAL", std::string,"") | |
| bbwx::BBTK_INPUT (LayoutSplit, Proportion,"Proportion (in percent) of the first children in the window", int,"") | |
| bbwx::BBTK_END_DESCRIBE_BLACK_BOX (LayoutSplit) | |
Definition in file bbwxLayoutSplit.h.
1.5.6