Module: GGLib

Defined in:
lib/tile.rb,
lib/image.rb,
lib/mouse.rb,
lib/state.rb,
lib/theme.rb,
lib/carray.rb,
lib/widget.rb,
lib/window.rb,
lib/ext/splash.rb,
lib/ext/themes.rb,
lib/ext/widgets.rb

Defined Under Namespace

Modules: Themes Classes: Animation, Button, CArray, CheckBox, Containable, Cursor, DebugConsole, DeltaCursor, DrawnTheme, DrawnThemeInstance, FadeScreen, GUIWindow, Image, ImageTheme, ImageThemeInstance, Label, MapImage, MenuBase, MouseDragEvent, RadioButton, RadioGroup, SplashScreen, StateObject, TextBox, Texture, Theme, ThemeFontGroup, ThemeImageGroup, ThemeInstance, Tile, TracePanel, Widget, ZOrder

Constant Summary collapse

WidgetTextCaps =
{
 ","=>"<",
 "."=>">",
 "/"=>"?",
 "'"=>"\"",
 ";"=>":",
 "["=>"{",
 "]"=>"}",
 "\\"=>"|",
 "="=>"+",
 "-"=>"_",
 "0"=>")",
 "9"=>"(",
 "8"=>"*",
 "7"=>"&",
 "6"=>"^",
 "5"=>"%",
 "4"=>"$",
 "3"=>"#",
 "2"=>"@",
 "1"=>"!",
 "`"=>"~"
}