![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXDragCorner.h>
Public Member Functions | |
FXDragCorner (FXComposite *p) | |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
virtual void | create () |
void | setHiliteColor (FXColor clr) |
FXColor | getHiliteColor () const |
void | setShadowColor (FXColor clr) |
FXColor | getShadowColor () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
FX::FXDragCorner::FXDragCorner | ( | FXComposite * | p | ) |
Construct a drag corner.
virtual FXint FX::FXDragCorner::getDefaultWidth | ( | ) | [virtual] |
virtual FXint FX::FXDragCorner::getDefaultHeight | ( | ) | [virtual] |
virtual void FX::FXDragCorner::create | ( | ) | [virtual] |
void FX::FXDragCorner::setHiliteColor | ( | FXColor | clr | ) |
Change highlight color.
FXColor FX::FXDragCorner::getHiliteColor | ( | ) | const [inline] |
Return current highlight color.
void FX::FXDragCorner::setShadowColor | ( | FXColor | clr | ) |
Change shadow color.
FXColor FX::FXDragCorner::getShadowColor | ( | ) | const [inline] |
Return current shadow color.
virtual void FX::FXDragCorner::save | ( | FXStream & | store | ) | const [virtual] |
virtual void FX::FXDragCorner::load | ( | FXStream & | store | ) | [virtual] |
![]() |