Changeset 5e109e1 in mainline for uspace/lib/ui/include


Ignore:
Timestamp:
2021-08-10T09:49:21Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
307d4d2, 3a4a944f
Parents:
edeee9f
git-author:
Jiri Svoboda <jiri@…> (2021-08-09 18:49:14)
git-committer:
Jiri Svoboda <jiri@…> (2021-08-10 09:49:21)
Message:

File dialog prototype

This only contains a text entry for entering the file path and
OK / Cancel buttons.

Location:
uspace/lib/ui/include
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/entry.h

    redeee9f r5e109e1  
    5252extern void ui_entry_set_read_only(ui_entry_t *, bool);
    5353extern errno_t ui_entry_set_text(ui_entry_t *, const char *);
     54extern const char *ui_entry_get_text(ui_entry_t *);
    5455extern errno_t ui_entry_paint(ui_entry_t *);
    5556extern void ui_entry_backspace(ui_entry_t *);
  • uspace/lib/ui/include/ui/msgdialog.h

    redeee9f r5e109e1  
    3131 */
    3232/**
    33  * @file Message Dialog
     33 * @file Message dialog
    3434 */
    3535
    36 #ifndef _UI_MSG_DIALOG_H
    37 #define _UI_MSG_DIALOG_H
     36#ifndef _UI_MSGDIALOG_H
     37#define _UI_MSGDIALOG_H
    3838
    3939#include <errno.h>
Note: See TracChangeset for help on using the changeset viewer.