![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXTable.h>
Public Member Functions | |
FXComboTableItem (const FXString &text, FXIcon *ic=NULL, void *ptr=NULL) | |
virtual FXWindow * | getControlFor (FXTable *table) |
virtual void | setFromControl (FXWindow *control) |
void | setSelections (const FXString &strings) |
const FXString & | getSelections () const |
See also:
FX::FXComboTableItem::FXComboTableItem | ( | const FXString & | text, | |
FXIcon * | ic = NULL , |
|||
void * | ptr = NULL | |||
) |
Construct new table item.
virtual void FX::FXComboTableItem::setFromControl | ( | FXWindow * | control | ) | [virtual] |
void FX::FXComboTableItem::setSelections | ( | const FXString & | strings | ) |
Set selections as newline-separated strings.
const FXString& FX::FXComboTableItem::getSelections | ( | ) | const [inline] |
Return selections.
![]() |