The Wayback Machine - https://web.archive.org/web/20140714071738/http://www.codeguru.com/cpp/controls/buttonctrl/non-rectangularbuttons/article.php/c2067/Stretched-rounded-buttons.htm

Stretched rounded buttons

  Download Source Code and Example.


The code is basically an extension to the RoundButton class written by Chris Maunder. While his RoundButton is always circular, i have changed it such that it can have a flattened horizontal orientation. This combines Chris' beautiful round shading with the more space-efficient appearance of an ordinary rectangle button.

I decided to keep the RoundButton class instead of deriving yet another because i think that the added functionality is transparent enough. In the sense that the button defaults to exactly Chris' circular button when the button is designed square or vertical (say portrait) in the resources.

The only change applies to buttons that are designed non-square horizontal (say landscape) in the resources. In that case the button is stretched to fill the width of the button. And Chris' circular fragments are appended to the left and to the right sides.

In order to do this i split up Chris' DrawCircle function into a DrawCircleLeft and DrawCircleRight part. Each of which draws a shaded 180-degree angle. Then i added the functionality to draw horizontal lines between the left and right arcs to combine the arcs.

A minor change is in the LIGHT_SOURCE_ANGLE constant. When Chris' value of -2.356 is applied, the color of the highlited line (top line) of the stretched button is almost identical to the background color. And the line appears to be missing. By changing the angle of incoming light to -1.88 the top line has enough highlight to contrast with the background.

The new functionality has been added to both the 3d- and flat-type buttons.

I have also changed the text-drawing functionality to give it more of a 3d-look.

I did not implement the dotted focus for this new button because i did not need it myself. But it might be a good idea for another extension.

Chris' button does not support acceleration-underline. Neither does mine. This might also be a good extension.

I don't regard my code addition as highly elegant or intelligent. But it seems to work without problems in my application.

Last updated: 6 June 1998



Comments

  • There are no comments yet. Be the first to comment!

Top White Papers and Webcasts

  • Savvy enterprises are discovering that the cloud holds the power to transform IT processes and support business objectives. IT departments can use the cloud to redefine the continuum of development and operations—a process that is becoming known as DevOps. Download the Executive Brief DevOps: Why IT Operations Managers Should Care About the Cloud—prepared by Frost & Sullivan and sponsored by IBM—to learn how IBM SmartCloud Application services provide a robust platform that streamlines …

  • Cybercrime is getting big and bigger. 2013 was the year of the Mega Breach with eight top data breaches resulting in the loss of tens of millions of data records. Criminals are always looking for vulnerabilities to exploit. Applications are already becoming a target. Is signing code and apps the answer to protecting our users from malware in applications? Are there any challenges with code signing? In this program we answer those questions and more with two of the industry's leading experts -- Mario de …

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds