~ubuntu-branches/ubuntu/intrepid/gcalctool/intrepid

« back to all changes in this revision

Viewing changes to gcalctool/ui.h

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2008-08-08 16:55:27 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20080808165527-4e4ape1y0dt7wyiy
Tags: 5.23.6-0ubuntu1
* New upstream version (LP: #256083)
  - Fixes letters digits in HEX not working if caps locked(LP: #238389)
  - Fixes calculator not on the screen (LP: #235876)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
void ui_set_display(char *, int);
35
35
gchar *ui_get_display(void);
36
36
 
37
 
void ui_set_syntax_mode(enum syntax);
38
37
void ui_set_registers_visible(gboolean);
39
38
void ui_set_accuracy(int);
40
39
void ui_set_mode(enum mode_type);