![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXMatrix.h>
Inheritance diagram for FX::FXMatrix:
Public Methods | |
FXMatrix (FXComposite *p, FXint n=1, FXuint opts=MATRIX_BY_ROWS, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_SPACING, FXint pr=DEFAULT_SPACING, FXint pt=DEFAULT_SPACING, FXint pb=DEFAULT_SPACING, FXint hs=DEFAULT_SPACING, FXint vs=DEFAULT_SPACING) | |
Construct a matrix layout manager with n rows or columns. | |
virtual FXint | getDefaultWidth () |
Return default width. | |
virtual FXint | getDefaultHeight () |
Return default height. | |
FXWindow * | childAtRowCol (FXint r, FXint c) const |
Obtain the child placed at a certain row and column. | |
FXint | rowOfChild (const FXWindow *child) const |
Return the row in which the given child is placed. | |
FXint | colOfChild (const FXWindow *child) const |
Return the column in which the given child is placed. | |
void | setMatrixStyle (FXuint ph) |
Change the matrix style. | |
FXuint | getMatrixStyle () const |
Return the current matrix style. | |
void | setNumRows (FXint nr) |
Change the number of rows. | |
FXint | getNumRows () const |
Return the number of rows. | |
void | setNumColumns (FXint nc) |
Change the number of columns. | |
FXint | getNumColumns () const |
Return the number of columns. |
See also: