[rkward-cvs] rkward/doc/en writing_plugins_introduction.docbook,1.4,1.5

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Mar 22 21:16:10 UTC 2006


Update of /cvsroot/rkward/rkward/doc/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17073

Modified Files:
	writing_plugins_introduction.docbook 
Log Message:
Small fixes

Index: writing_plugins_introduction.docbook
===================================================================
RCS file: /cvsroot/rkward/rkward/doc/en/writing_plugins_introduction.docbook,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** writing_plugins_introduction.docbook	22 Mar 2006 21:11:53 -0000	1.4
--- writing_plugins_introduction.docbook	22 Mar 2006 21:16:08 -0000	1.5
***************
*** 587,591 ****
  function printout () {
  [...] ?>
! myplotfunction ([...]<? getRK ("plotoptions.code.printout"); ?>)
  <? [...]
  }
--- 587,591 ----
  function printout () {
  [...] ?>
! myplotfunction ([...]<? getRK ("plotoptions.code.printout"); ?>)
  <? [...]
  }
***************
*** 620,624 ****
  <title>Less embedded embedding: Further options button</title>
  <para>
! While embedding is cool, you should be careful not to overdo it. To many functions inside a GUI just make it hard to find the relevant options. Of course, sometimes you may want to embed a great deal of options (like all the options to plot ()), but as those are really optional, you don't want them prominently in your GUI.
  </para>
  <para>
--- 620,624 ----
  <title>Less embedded embedding: Further options button</title>
  <para>
! While embedding is cool, you should be careful not to overdo it. Too many functions inside a GUI just make it hard to find the relevant options. Of course, sometimes you may want to embed a great deal of options (like all the options to plot ()), but as those are really optional, you don't want them prominently in your GUI.
  </para>
  <para>





More information about the rkward-tracker mailing list