Any written some widgets and controls via SDL ?
Like for a simple text entry dialog, yes-no dialog, alert dialog, etc ?
free for re-distribute ?
Any written some widgets and controls via SDL ?
Like for a simple text entry dialog, yes-no dialog, alert dialog, etc ?
free for re-distribute ?
Any written some widgets and controls via SDL ?
SDL_gui and some other add-on libraries have stuff like this.
Like for a simple text entry dialog, yes-no dialog, alert dialog, etc ?
My GPL’d application “Tux Paint” includes yes/no dialogs that word-wrap
text and support UFT8 strings. :^)
http://www.newbreedsoftware.com/tuxpaint/
It’s probably a little difficult to yank it from within there, but at the
least, you can look over it some and get an idea of what you’d need to do in
a similar situation.
Your best bet is one of the add-on libs, tho.
-bill!On Fri, May 30, 2003 at 03:31:27PM -0400, Mark Whittemore wrote:
–
bill at newbreedsoftware.com Hire me!
http://newbreedsoftware.com/bill/ http://newbreedsoftware.com/bill/resume/
Any written some widgets and controls via SDL ?
Like for a simple text entry dialog, yes-no dialog, alert dialog, etc ?
free for re-distribute ?
http://www.libsdl.org/libraries.php
Look for “GUI” on that page for several options.
I like ParaGUI, but it might be too heavyweight for what you are
describing.
–ryan.
I wonder if it might be good to categorize the libraries page somehow.
Like:
Data File Support & Playback/Display
SDL_image
SDL_mixer
SMPEG
Primitives and Sprites
SDL_prim
…
GUI Widget Libraries
SDL_gui
ParaGUI
…
etc.
Right now it’s just a big long page that you need to ‘Find-in-Page’ on. :^(
-bill!On Sun, Jun 01, 2003 at 05:25:29PM -0400, Ryan C. Gordon wrote:
Any written some widgets and controls via SDL ?
Like for a simple text entry dialog, yes-no dialog, alert dialog, etc ?
free for re-distribute ?
http://www.libsdl.org/libraries.php
Look for “GUI” on that page for several options.
–
bill at newbreedsoftware.com Hire me!
http://newbreedsoftware.com/bill/ http://newbreedsoftware.com/bill/resume/