[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Preference Window




We use for all coming GUI - as much as possibe - the Glade builder and
libglade to build the widget from the .glade file.  Using this make
the GUI independant of the code and is better for maintenance of the
GUI without the need to rechange the code.  So use *exclusively* it to
build the preference dialog.  Glade is there : http:/glade.pn.org

I think - at least for figure view - that setting could be set
globaly - for exemple: for each figure view - individually - for only
one figure view.

About personnal presentation, i'm french & math teacher in high school
and never approach anthing close to maple or m10a ;) but i use to love
cabri geometer but disappointed it's expensive.

Hilaire

Chema Celorio writes:
 > I am going to start working on a preference window for Dr. G.
 > 
 > Right now to get started i will implement the
 > get and set of :
 >        float_prec
 >        max_digits
 >        results_as_floats
 >        scientific_notation
 >        full_expressions
 >        max_errors
 >        mixed_fraction
 >        integer_output_basemax_digits
 >        results_as_floats
 >        scientific_notation
 >        full_expressions
 >        max_errors
 >        mixed_fraction
 >        integer_output_base
 > 
 > I plan to have these upper tabs :
 > - General                will include preferences that affect  all dr. G
 > 
 > - Figure                   Preferences affecting only in Figure
Set a grid, position of point name


 > - Canvas                 Preferences affecting only in Canvas
 > - Calculator            Preferences affecting only in Calculator
 > - GEL                     Preferences affecting only in GEL
 > - Printing                ( Maybe latter )
Right now is ok

 > 
 > Can you plese tell me of all of the preferences listed above which are
 > common across all of Dr. G and wich are used only in the calculator.
 > 
 > And any comments ideas are welcomed.
 > 
 > Thank You
 > Chema