Ticket #446 (closed defect: invalid)
Add MokoScrolledPane (containing the fullscreen button)
| Reported by: | mickey@… | Owned by: | mickey@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | openmoko-libs | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | buglog@…, thomas@…, rob@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
Do it in the same way as MokoDetailsWindow?.
Change History
comment:2 Changed 6 years ago by thomas@…
Just to be clear, the only feature that MokoDetailsWindow? adds to
GtkScrolledWindow? is to add the maximise button? If this is the same for both
the Details and Navigation areas, then it would be good if they could both use
the same widget.
comment:3 Changed 6 years ago by mickey@…
- Summary changed from Add MokoNavigationWindow containing a fullscreen button to Add MokoScrolledPane (containing the fullscreen button)
MokoScrolledPane? is now in svn. I will convert all the applications to make use
of it now. Please adjust openmoko-dates accordingly.
Leaving the bug open until all applications are patched.
Note: See
TracTickets for help on using
tickets.

Question is whether we just add a MokoNavigationWindow? (somewhat duplicating the
functionality of MokoDetailsWindow?) or combine these two features into one
seperate class derived from GtkScrolledWindow?.
What do you think?