Gwork: 0.3.0Dev |
Public Member Functions | |
void | Enable () |
void | Disable () |
void | Show () |
void | Hide () |
Gwk::String | GetValue () |
void | SetValue (const Gwk::String &value) |
template<typename T > | |
void | SetAction (Gwk::Event::Handler *ob, void(T::*f)(Gwk::Event::Info), const Gwk::Event::Packet &packet) |
void | MoveBy (const Gwk::Point &point) |
void | DoAction () |
![]() | |
void | Add (Gwk::Controls::Base * control) |
void | Add (const List &_list) |
void | Add (const TEasyList< Gwk::Controls::Base * > &_list) |
void | Remove (Gwk::Controls::Base * control) |
bool | Contains (Gwk::Controls::Base * control) const |
void | Clear () |
Protected Member Functions | |
void | SetActionInternal (Gwk::Event::Handler *object, void(Gwk::Event::Handler::*f)(Gwk::Event::Info), const Gwk::Event::Packet &packet) |
Additional Inherited Members | |
![]() | |
typedef std::list< Gwk::Controls::Base * > | List |
![]() | |
List | list |