imtk

diff src/draw.h @ 18:737e9047d9c9

added radio group
author John Tsiombikas <nuclear@siggraph.org>
date Mon, 25 Apr 2011 08:54:05 +0300
parents df2bc9406561
children 11da537aeba6
line diff
     1.1 --- a/src/draw.h	Tue Apr 19 08:36:23 2011 +0300
     1.2 +++ b/src/draw.h	Mon Apr 25 08:54:05 2011 +0300
     1.3 @@ -14,6 +14,8 @@
     1.4  };
     1.5  
     1.6  void imtk_draw_rect(int x, int y, int w, int h, float *ctop, float *cbot);
     1.7 +void imtk_draw_disc(int x, int y, float rad, int subdiv, float *ctop, float *cbot);
     1.8 +
     1.9  void imtk_draw_frame(int x, int y, int w, int h, int style);
    1.10  void imtk_draw_string(int x, int y, const char *str);
    1.11  int imtk_string_size(const char *str);