X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Finkscape-preferences.h;h=00b415b668c7471004f097cc76a0fa15a7013552;hb=c57da20fee24a6e5b368730153d72eabe26425b2;hp=de2010f125d7503c8ac1e836a691b59612a2c5b7;hpb=36e966d91481707930ce369d9d577f307fd5fbaf;p=inkscape.git diff --git a/src/ui/dialog/inkscape-preferences.h b/src/ui/dialog/inkscape-preferences.h index de2010f12..00b415b66 100644 --- a/src/ui/dialog/inkscape-preferences.h +++ b/src/ui/dialog/inkscape-preferences.h @@ -112,19 +112,30 @@ protected: PrefSpinButton _t_pencil_tolerance; PrefRadioButton _win_ontop_none, _win_ontop_normal, _win_ontop_agressive; - PrefCheckButton _win_save_geom, _win_hide_task, _win_zoom_resize; + PrefCheckButton _win_save_geom, _win_hide_task, _win_zoom_resize , _win_show_close; + PrefCheckButton _calligrapy_use_abs_size; + PrefCheckButton _calligrapy_keep_selected; + + PrefCheckButton _connector_ignore_text; + PrefRadioButton _clone_option_parallel, _clone_option_stay, _clone_option_transform, _clone_option_unlink, _clone_option_delete; PrefCheckButton _trans_scale_stroke, _trans_scale_corner, _trans_gradient,_trans_pattern; PrefRadioButton _trans_optimized, _trans_preserved; - PrefCheckButton _sel_current, _sel_hidden, _sel_locked; + PrefRadioButton _sel_all; + PrefRadioButton _sel_current; + PrefRadioButton _sel_recursive; + PrefCheckButton _sel_hidden, _sel_locked; + PrefCheckButton _sel_layer_deselects; PrefSpinButton _misc_export, _misc_recent, _misc_simpl; PrefCheckButton _misc_imp_bitmap, _misc_comment, _misc_scripts; PrefCombo _misc_overs_bitmap; + PrefCheckButton _misc_mask_on_top; + PrefCheckButton _misc_mask_remove; int _max_dialog_width; int _max_dialog_height;