From c86f6c23c6883f73d953d64c28ab42cedb77e4d7 Mon Sep 17 00:00:00 2001 From: jblum Date: Sun, 7 Sep 2008 21:38:12 +0000 Subject: Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source under gnuradio.grc module. Trunk passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9525 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/data/platforms/python/blocks/preferences.xml | 146 +++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 grc/data/platforms/python/blocks/preferences.xml (limited to 'grc/data/platforms/python/blocks/preferences.xml') diff --git a/grc/data/platforms/python/blocks/preferences.xml b/grc/data/platforms/python/blocks/preferences.xml new file mode 100644 index 000000000..51138c123 --- /dev/null +++ b/grc/data/platforms/python/blocks/preferences.xml @@ -0,0 +1,146 @@ + + + + Preferences + preferences + + + + Prefs File + prefs_file + .grc + string + + + File Open + file_open + + string + + + Files Open + files_open + + string + + + Window Size + window_size + 800, 600 + int_vector + + + + Snap to Grid + snap_to_grid + off + enum + + + + + Grid Size + grid_size + 20 + enum + + + + + + + Show Grid + show_grid + hide + enum + + + + + + Show Reports Window + show_reports + show + enum + + + + + Show Params Labels + show_params + show + enum + + + + + Show ID Label + show_id + show + enum + + + + + + Restore Open Files + restore_files + yes + enum + + + + -- cgit