the MASkinG widgetset

MASkinG already comes with a lot of simple elementary widgets you can immediatly start uusing either directly or as a base for your own ones. If you make a cool widget then do send me the code and I'll include it in the next version of MASkinG. Look at the todo/wish list for which widgets are especially needed. Anyway, here's a list of all the widgets that are already available:

   Widget
       +---ClearScreen
       +---Image
       |     +---Wallpaper
       +---Label
       |     +---FPS
       |     +---Button
       |     |     +---CheckBox
       |     |     |   '---RadioButton
       |     |     '---HyperText
       |     '---EditBox
       +---Panel
       |     +---PanelRaised
       |     +---PanelSunken
       |     +---PanelRidge
       |     +---PanelGroove
       |     '---BoxShadow
       +---Separator
       |     '---Progress
       |         '---Slider
       +---Shortcut
       +---Dialog
       |     +---GroupBox
       |     +---SpinBox
       |     +---Scroller
       |     +---ListBox
       |     +---ComboBox
       |     +---Menu
       |     +---Window
       |     '---ScrollBox
       |           '---TextArea
       '---Tooltip


Back to Contents