include pixmap with mask
This commit is contained in:
parent
397e2a68cc
commit
868edbabf2
1 changed files with 3 additions and 2 deletions
|
@ -19,22 +19,23 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: MenuItem.hh,v 1.6 2004/06/10 11:40:43 fluxgen Exp $
|
// $Id: MenuItem.hh,v 1.7 2004/06/10 17:31:39 fluxgen Exp $
|
||||||
|
|
||||||
#ifndef FBTK_MENUITEM_HH
|
#ifndef FBTK_MENUITEM_HH
|
||||||
#define FBTK_MENUITEM_HH
|
#define FBTK_MENUITEM_HH
|
||||||
|
|
||||||
#include "RefCount.hh"
|
#include "RefCount.hh"
|
||||||
#include "Command.hh"
|
#include "Command.hh"
|
||||||
|
#include "PixmapWithMask.hh"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace FbTk {
|
namespace FbTk {
|
||||||
|
|
||||||
class Menu;
|
class Menu;
|
||||||
class MenuTheme;
|
class MenuTheme;
|
||||||
class FbDrawable;
|
class FbDrawable;
|
||||||
class PixmapWithMask;
|
|
||||||
|
|
||||||
/// An interface for a menu item in Menu
|
/// An interface for a menu item in Menu
|
||||||
class MenuItem {
|
class MenuItem {
|
||||||
|
|
Loading…
Reference in a new issue