Changeset 1eaead4 in mainline for uspace/app/uidemo/uidemo.h


Ignore:
Timestamp:
2023-02-07T16:11:53Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0366d09d
Parents:
7c5320c
Message:

Tab set control

This allows to expand the space available in a dialog window
using stacking, with individual tabs that can be activated
by clicking the handle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/uidemo/uidemo.h

    r7c5320c r1eaead4  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4848#include <ui/scrollbar.h>
    4949#include <ui/slider.h>
     50#include <ui/tab.h>
     51#include <ui/tabset.h>
    5052#include <ui/ui.h>
    5153#include <ui/window.h>
     
    5658        ui_window_t *window;
    5759        ui_fixed_t *fixed;
     60        ui_fixed_t *bfixed;
    5861        ui_menu_bar_t *mbar;
    5962        ui_menu_t *mfile;
     
    6164        ui_menu_t *mpreferences;
    6265        ui_menu_t *mhelp;
     66        ui_tab_set_t *tabset;
     67        ui_tab_t *tbasic;
     68        ui_tab_t *tlists;
    6369        ui_entry_t *entry;
    6470        ui_image_t *image;
Note: See TracChangeset for help on using the changeset viewer.