~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/widgets/toolbox.cpp

  • 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:
775
775
    gchar const *path, gchar const *data, gdouble def,
776
776
    GtkWidget *us,
777
777
    GtkWidget *tbl,
778
 
    bool altx, gchar const *altx_mark,
 
778
    gboolean altx, gchar const *altx_mark,
779
779
    gdouble lower, gdouble upper, gdouble step, gdouble page,
780
780
    void (*callback)(GtkAdjustment *, GtkWidget *),
781
781
    gdouble climb = 0.1, guint digits = 3, double factor = 1.0)
1155
1155
    // fixme: make settable in prefs!
1156
1156
    gint mag = 5;
1157
1157
    gdouble prop = 0.5;
1158
 
    bool flat = FALSE;
 
1158
    gboolean flat = FALSE;
1159
1159
    gdouble randomized = 0;
1160
1160
    gdouble rounded = 0;
1161
1161