~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/widgets/button.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:
53
53
 
54
54
GtkWidget *sp_button_new (Inkscape::IconSize size, SPButtonType type, SPAction *action, SPAction *doubleclick_action, GtkTooltips *tooltips);
55
55
 
56
 
void sp_button_toggle_set_down (SPButton *button, bool down);
 
56
void sp_button_toggle_set_down (SPButton *button, gboolean down);
57
57
 
58
58
GtkWidget *sp_button_new_from_data (Inkscape::IconSize size,
59
59
                                    SPButtonType type,