summaryrefslogtreecommitdiff
path: root/gtk/gtklabelprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* label: Remove unused private functionsTimm Bäder2021-01-031-16/+0
|
* label: Remove mnemonics_visible_apply_recursively from private headerTimm Bäder2021-01-031-2/+0
| | | | This is only used in gtklabel.c
* label: Modernize source fileTimm Bäder2021-01-031-2/+2
| | | | | | Try to sort toplevel functions to minimize unnecessary function prototypes at the beginning of the file, get rid of all tabs and trailing whitespace.
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
|
* Replace "gint" with "int"Benjamin Otte2020-07-251-12/+12
|
* GtkLabel: Add private api for linksMatthias Clasen2014-01-041-0/+16
| | | | | | | This exposes enough information to implement the AtkHyperText interface. More private link api
* Add a gtklabelprivate.h headerMatthias Clasen2014-01-041-0/+34
For now, move the few private functions from gtklabel.h here.