Message popups

hi
i am pretty new to this group , so please forgive me if I am asking
stupid questions :slight_smile:

How do I get a message popup in SDL ? Are there some widget types
defined ? What I want to do is have some buttons on the screen which
when clicked would give different information.

As far as I can see by going through the APIs, there seem to be no such
functions for getting messages and buttons .

vibhu…

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed…
Name: Wipro_Disclaimer.txt
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20010925/ea2479ec/attachment-0007.txt

As far as I can see by going through the APIs, there seem to be no such
functions for getting messages and buttons .

There aren’t any. You get a linear framebuffer for video, and that’s it.

There are libraries that build on top of SDL to give higher-level stuff:
http://www.libsdl.org/libraries.html

–ryan.