aboutsummaryrefslogtreecommitdiff
path: root/src/ido-detail-label.c
Commit message (Collapse)AuthorAgeFilesLines
* ido-detail-label: factor common code out of set_text and _countLars Uebernickel2012-09-041-25/+25
| | | | | | | | This was only half-heartedly done with the _clear function, which left a dangling pointer. Contributed by Charles Kerr. Thanks!
* ido-detail-label: chain up dispose and finalize callsLars Uebernickel2012-09-041-0/+4
|
* im-source-menu-item: draw lozenges around countsLars Uebernickel2012-09-031-0/+392
A new widget class IdoDetailLabel is introduced, which can display either a string or a count. Counts are drawn as lozenges.