mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-09 14:48:35 +02:00
CCButtonSelect: rename chain to btn_container
more plausible name
This commit is contained in:
@@ -33,10 +33,10 @@ Class for inheritation of button select handling inside other CComponentsForm ob
|
||||
class CCButtonSelect
|
||||
{
|
||||
protected:
|
||||
CComponentsFrmChain *chain;
|
||||
CComponentsFrmChain *btn_container;
|
||||
|
||||
public:
|
||||
CCButtonSelect(CComponentsFrmChain *chain_obj = NULL);
|
||||
CCButtonSelect();
|
||||
|
||||
///returns selected button object, return value as pointer to object, NULL means nothing is selected
|
||||
CComponentsButton* getSelectedButtonObject();
|
||||
|
Reference in New Issue
Block a user