~ubuntu-branches/ubuntu/maverick/grafx2/maverick

« back to all changes in this revision

Viewing changes to gfx2def.ini

  • Committer: Bazaar Package Importer
  • Author(s): Gürkan Sengün
  • Date: 2009-09-21 14:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20090921142419-azidkmgqkteale17
Tags: upstream-2.1
Import upstream version 2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  ;    the menus and tool-bar         |    des menus et de la barre d'outils
77
77
  Menu_ratio = 1        ; (default 1)
78
78
 
79
 
  ; Font:                             | Police de caract�res (fonte):
80
 
  ; 1: Classic                        | 1: Classique
81
 
  ; 2: Fun                            | 2: Fun
82
 
  Font = 1      ; (default 1)
83
 
 
84
 
 
85
 
 
86
79
[FILE_SELECTOR]                       # [SELECTEUR_DE_FICHIERS]
87
80
 
88
81
  ; Show hidden files and             | Afficher les fichiers et r�pertoires
266
259
 
267
260
  ; Window dimensions. The program    | Dimensions de la fen�tre en mode 
268
261
  ; remembers the last window size.   | fen�tr�.
269
 
  Default_window_size = 320,240 ; (default '640,480')
 
262
  Default_window_size = 640,480 ; (default '640,480')
270
263
 
271
264
  ; This setting allows you merge successive mouse movements into a single
272
 
  ; mouse movement. Ideally you should leave it at zero, but if you have an
273
 
  ; extremely fast mouse and you see the mouse cursor lagging WHEN YOU'RE NOT
274
 
  ; DRAWING, you may want to set it to 1, 2 or more, so that GrafX2 skips small
275
 
  ; steps. A very high value (100) guarantees that Grafx2 merges all the mouse
276
 
  ; steps into a single one.
277
 
  Merge_movement = 100 ; (default 100)
 
265
  ; mouse movement. You should only use it if you are using a mouse which
 
266
  ; reports at 200Hz or more, and you experience lag when using discontinuous
 
267
  ; hand-drawing with large brushes (this tool tries to paste the brush and
 
268
  ; update the screen on each new mouse position) In this case, set this to 2
 
269
  ; or more, to ignore some intermediate mouse reports when a more recent one
 
270
  ; is present.
 
271
  ; Note that with a value superior to 1, you lose precision with continuous
 
272
  ; hand-drawing, as intermediate mouse positions are skipped.
 
273
  Merge_movement = 0 ; (default 0)
278
274
 
279
275
  ; Number of columns in the palette of the menu bar. Can be any number from
280
276
  ; 1 to 256. If there is not enough room, the program will display less
312
308
  ; OS isn't able to do it by itself. (ie: Windows)
313
309
  Window_position = 9999,9999; (Default 9999,9999 which means: NA)
314
310
 
 
311
  ; This is the time (in milliseconds) between two clicks for Grafx2 to
 
312
  ; recognize a double-click. Double-click is used mostly in the palette
 
313
  ; area of the menu: double-click a color to open the palette.
 
314
  Double_click_speed = 500; (Default 500)
 
315
 
 
316
  ; When you press two digit keys in rapid succession (ex: 3 8), Grafx2
 
317
  ; sets transparency to 38% (instead of 30% then 80%). This setting
 
318
  ; allows you to set the maximum delay between two keypresses for
 
319
  ; GrafX2 to recognize them as a combo.
 
320
  Double_key_speed = 500; (Default 500)
 
321
 
 
322
  ; Name of the skinfile you want to  | Nom du fichier skin que vous voulez
 
323
  ; use.                              | utiliser.
 
324
  ; Default : (empty to let the program choose)
 
325
  Skin_file = 
 
326
 
 
327
  ; Name of the font file (8x8) you   | Nom du fichier police de caract�re
 
328
  ; want to use.                      | 8x8 utilis�e dans les menus.
 
329
  ; Default : (empty to let the program choose)
 
330
  Font_file = 
 
331
 
 
332
  ; This determines the color value for the grid. Each pixel of 
 
333
  ; the grid will be displayed by XOR-ing the original color with
 
334
  ; the value of this setting.
 
335
  ; For example, if you always paint 16-color images, you can set it
 
336
  ; to 16 so the color of the grid are 16 for 0, 17 for 1, etc.
 
337
  ; Then you can set colors 16-31 as lighter/darker variants
 
338
  ; of your original palette, resulting in a pretty grid !
 
339
  ;
 
340
  ; Valid values are 1 to 255. 
 
341
  Grid_XOR_color = 255; (Default 255)
 
342
  
315
343
  ; end of configuration