On Thu, Sep 26, 2002, Fringe Ryder wrote:
> I would love to have a trashcan there too.  "D" is a particularly hard 
> graffiti letter for me; I get "Details" or "Preferences" more often than 
> Delete.

It's the wrong place for feature requests (we have a bug/feature
database for that at bugs.plkr.org:). Anyway, you can add such a
thing by adding a new option to the list of command buttons in
mainform.c and include "Delete Document" in the Preference form,

--- mainform.c.orig     Thu Sep 26 23:21:34 2002
+++ mainform.c  Thu Sep 26 23:21:46 2002
@@ -77,7 +77,8 @@
     { bmpBtnAction, mOptionsButton },
     { bmpTapAction, mOptionsControl },
     { bmpTop, mGoTop },
-    { bmpBottom, mGoBottom }
+    { bmpBottom, mGoBottom },
+    { BarDeleteBitmap, mGoDeleteDocument }
 };
 
 
--- viewer.rcp.in.orig  Thu Sep 26 23:21:34 2002
+++ viewer.rcp.in       Thu Sep 26 23:21:46 2002
@@ -285,7 +285,7 @@
  
     LABEL "$$PREFS: COMMAND BUTTON:" AUTOID AT (5 PREVTOP+13) FONT 0
     POPUPTRIGGER "" frmPrefsMenuToolbarPopup AT (PREVLEFT PREVTOP+10 AUTO AUTO) 
LEFTANCHOR
-    LIST "$$PREFS: NONE" "$$PREFS: ADD BOOKMARK..." "$$PREFS: DETAILS..." "$$PREFS: 
PREFERENCES..." "$$PREFS: BUTTON ACTION..." "$$PREFS: TAP ACTION..." "$$PREFS: TOP" 
"$$PREFS: BOTTOM" ID frmPrefsMenuToolbarList AT (PREVLEFT PREVTOP PREF_CMD_BUTTON 
PREVHEIGHT) NONUSABLE VISIBLEITEMS 8
+    LIST "$$PREFS: NONE" "$$PREFS: ADD BOOKMARK..." "$$PREFS: DETAILS..." "$$PREFS: 
+PREFERENCES..." "$$PREFS: BUTTON ACTION..." "$$PREFS: TAP ACTION..." "$$PREFS: TOP" 
+"$$PREFS: BOTTOM" "$$DELETE DOC..." ID frmPrefsMenuToolbarList AT (PREVLEFT PREVTOP 
+PREF_CMD_BUTTON PREVHEIGHT) NONUSABLE VISIBLEITEMS 8
     POPUPLIST frmPrefsMenuToolbarPopup frmPrefsMenuToolbarList
 
     LABEL "$$PREFS: SCREEN DEPTH:" AUTOID AT (5 PREVTOP+13) FONT 0


Can be (officially) added to a later version of the viewer.

/Mike

_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to