Ticket #153 (closed defect: wontfix)
Rationale for copying GtkIconView instead of deriving?
| Reported by: | mickey@… | Owned by: | mickey@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | openmoko-mainmenu | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
Can you please elaborate why you couldn't derive a new class from GtkIconView?
but instead copied its source code?
Change History
comment:3 Changed 6 years ago by sunzhiyong@…
Because we need to use private parameters to draw decorated ring of icon and
layout for the select items.
I can't find the right way to call private parameters from parent Class Object.
And if you have some more better way to so it, please let me know.
Or would you like to provide a new widget as GtkIconView?, which will be used by
openmoko-mainmenu and openmoko-taskmanager.
Note: See
TracTickets for help on using
tickets.
