~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/sp-rect.h

  • Committer: kidproto
  • Date: 2006-08-25 07:03:19 UTC
  • Revision ID: kidproto@users.sourceforge.net-20060825070319-49nso3fdlwuveifv
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
void sp_rect_position_set (SPRect * rect, gdouble x, gdouble y, gdouble width, gdouble height);
48
48
 
49
49
/* If SET if FALSE, VALUE is just ignored */
50
 
void sp_rect_set_rx(SPRect * rect, bool set, gdouble value);
51
 
void sp_rect_set_ry(SPRect * rect, bool set, gdouble value);
 
50
void sp_rect_set_rx(SPRect * rect, gboolean set, gdouble value);
 
51
void sp_rect_set_ry(SPRect * rect, gboolean set, gdouble value);
52
52
 
53
53
void sp_rect_set_visible_rx (SPRect *rect, gdouble rx);
54
54
void sp_rect_set_visible_ry (SPRect *rect, gdouble ry);