CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: zerver

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    7,445

    Re: FLTK, creating a rounded box

    Yes, what I mean is that you should look at how the Polygon class is designed, and then make your own class, very similar to the Polygon class, but of course using fl_arc.
  2. Replies
    3
    Views
    7,445

    Re: FLTK, creating a rounded box

    Have a look here: http://www.stroustrup.com/Programming/12_display.ppt

    Apparently there is a "Polygon" class in FLTK. Take a look at the source code of the Polygon class, and try to design your...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured