![]() |
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 |
FX::FXComboTableItem::FXComboTableItem | ( | const FXString & | text, |
FXIcon * | ic = NULL , |
||
void * | ptr = NULL |
||
) |
Construct new table item.
virtual FXWindow* FX::FXComboTableItem::getControlFor | ( | FXTable * | table | ) | [virtual] |
Create input control for editing this item.
Reimplemented from FX::FXTableItem.
virtual void FX::FXComboTableItem::setFromControl | ( | FXWindow * | control | ) | [virtual] |
Set value from input control.
Reimplemented from FX::FXTableItem.
void FX::FXComboTableItem::setSelections | ( | const FXString & | strings | ) |
Set selections as newline-separated strings.
const FXString& FX::FXComboTableItem::getSelections | ( | ) | const [inline] |
Return selections.
![]() |