aswang  1.0
Classes | Typedefs
aswang Namespace Reference

Everything resides in aswang. More...

Classes

class  Bitmap
 Wraps a bitmap handle and automatically handles allocation/deallocation. More...
class  Brush
 Wraps a brush handle and automatically handles allocation/deallocation. More...
class  Button
 Standard button window. More...
class  ComboBox
 Combination of a listbox window and an edit window. More...
class  DC
 Wrap an Device Context to make generic graphic operations easier. More...
class  Dialog
class  Edit
class  ListBox
class  ListView
class  Pen
class  PopupMenu
class  ProgressBar
class  Region
class  Static
class  ThreadFunc
 Template class which spawns a thread and executes a function on a given class pointer. More...
class  TreeView
class  window
class  simple_window
class  windowclass

Typedefs

typedef std::string AswangStr
 Used to enable Unicode and Non-Unicode builds without code changes.
typedef void(* entryFunc )(void *)

Detailed Description

Everything resides in aswang.


Typedef Documentation

typedef std::string aswang::AswangStr

Used to enable Unicode and Non-Unicode builds without code changes.

Definition at line 45 of file aswang_types.h.

typedef void(* aswang::entryFunc)(void *)

Definition at line 26 of file ThreadFunc.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines