summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-23 13:01:22 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-23 13:01:22 +0300
commit863adf9118ae98a42bbbbd556087a437aba62329 (patch)
treea371d052e60aee56111667d8ec30d43d26dba9f6 /src/ui/labelwidget.h
parent12fdf29fffaad285687bef9075214077654ebd74 (diff)
Create bookmarks using a dialog
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r--src/ui/labelwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h
index ad1419ef..64f96aed 100644
--- a/src/ui/labelwidget.h
+++ b/src/ui/labelwidget.h
@@ -38,6 +38,7 @@ void updateSize_LabelWidget (iLabelWidget *);
38void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ 38void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */
39void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */ 39void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */
40 40
41const iString *label_LabelWidget (const iLabelWidget *);
41const iString *command_LabelWidget (const iLabelWidget *); 42const iString *command_LabelWidget (const iLabelWidget *);
42 43
43iLocalDef iLabelWidget *newEmpty_LabelWidget(void) { 44iLocalDef iLabelWidget *newEmpty_LabelWidget(void) {