diff options
Diffstat (limited to 'docs/architecture.txt')
-rw-r--r-- | docs/architecture.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/architecture.txt b/docs/architecture.txt index bda3397e..896bb6ae 100644 --- a/docs/architecture.txt +++ b/docs/architecture.txt @@ -65,7 +65,7 @@ it displays. The CajaWindow object provides various chrome and uses a number of CajaView objects to communicate with view components. The relationship between CajaWindow and the CajaViews is mostly, but not completely one-way; primarily, the -window calls the view's methods and connects to its signals. +window calls the view's methods and connects to its signals. The CajaView object serves as a proxy for a view component. It provides a number of methods which correspond to the methods of the @@ -140,7 +140,7 @@ architecture is different. * Other Communication The Caja:View and Caja:ViewFrame interfaces allow for other -communication as well. +communication as well. The view may request that the frame update the status message, indicate a certain level of progress during loading, or display a |