Changeset 26697 for other-projects


Ignore:
Timestamp:
2013-01-11T18:34:26+13:00 (11 years ago)
Author:
davidb
Message:

setting data to overlay links to make it easier to toggle display of toolbar and notes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/GlamED/trunk/src/org/honours/gui/Interfaces.java

    r26635 r26697  
    124124           
    125125            Text newText = ciFrame.addText(_toolbarAoX,_toolbarAoY,AO_TEXT3,null);
     126            newText.setData("overlayToolbar");
    126127            newText.setLink(NAVIGATION_OVERLAY);
    127128        }
     
    159160        if(!found){
    160161            Text newText = ciFrame.addText(_toggleAoX,_toggleAoY,AO_TEXT3,null);
     162            newText.setData("overlayViewToolbar");
    161163            newText.setLink(TOGGLE_TOOLS_OVERLAY);
    162164        }
     
    230232           
    231233            Text newText = ciFrame.addText(_notesAoX,_notesAoY,AO_TEXT4,null);
     234            newText.setData("overlayNotes");
    232235            newText.setLink(getNotesOverlayFrame.getName());
    233236        }
Note: See TracChangeset for help on using the changeset viewer.