From 155899c65ed32245e2ccad4197a10c77017d835b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 30 Aug 2014 23:01:08 -0400 Subject: Out with the old... --- control.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 control.go (limited to 'control.go') diff --git a/control.go b/control.go deleted file mode 100644 index 4da2694..0000000 --- a/control.go +++ /dev/null @@ -1,9 +0,0 @@ -// 11 february 2014 - -package ui - -// A Control represents an UI control. Note that Control contains unexported members; this has the consequence that you can't build custom controls that interface directly with the system-specific code (fo rinstance, to import an unsupported control), or at least not without some hackery. If you want to make your own controls, create an Area and provide an AreaHandler that does what you need. -type Control interface { - make(window *sysData) error - controlSizing -} -- cgit v1.2.3