mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
CComponentsButton: simplify handling of init of buttons with chain class
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b279ddd33
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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