mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CComponentsButton: simplify handling of init of buttons with chain class
This commit is contained in:
@@ -28,7 +28,9 @@
|
||||
|
||||
#include <config.h>
|
||||
#include "cc_base.h"
|
||||
#include "cc_frm.h"
|
||||
#include "cc_frm_chain.h"
|
||||
#include "cc_item_picture.h"
|
||||
#include "cc_item_text.h"
|
||||
#include <string>
|
||||
#include <driver/neutrinofonts.h>
|
||||
|
||||
@@ -36,7 +38,7 @@
|
||||
/*!
|
||||
Shows a button box with caption and optional icon.
|
||||
*/
|
||||
class CComponentsButton : public CComponentsForm
|
||||
class CComponentsButton : public CComponentsFrmChain
|
||||
{
|
||||
protected:
|
||||
///object: picture object
|
||||
|
Reference in New Issue
Block a user