32 #ifndef TBX_COLOURMENU_H_ 33 #define TBX_COLOURMENU_H_ 35 #include "showpointobject.h" 43 class AboutToBeShownListener;
44 class HasBeenHiddenListener;
45 class ColourMenuSelectionListener;
59 enum { TOOLBOX_CLASS = 0x82980 };
173 void title(std::string msg) {string_property(4, msg);}
178 std::string
title()
const {
return string_property(5);}
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
Listener for about to be shown event.
Definition: abouttobeshownlistener.h:76
Classes to use/edit toolbox resources in memory.
Class to represent a standard desktop WIMP colour.
Definition: colour.h:146
Base class for all toolbox event listeners.
Definition: listener.h:33
Object that can be shown at a specific position as well as its default place.
Definition: showpointobject.h:42
Listener for an object has been hidden event.
Definition: hasbeenhiddenlistener.h:36
Class to manipulate a toolbox object.
Definition: object.h:50
ObjectId handle() const
Return the underlying toolbox object id this object references.
Definition: object.h:93