HelenOS sources

panel_t            66 uspace/app/nav/nav.c static void navigator_panel_activate_req(void *, panel_t *);
panel_t           273 uspace/app/nav/nav.c panel_t *navigator_get_active_panel(navigator_t *navigator)
panel_t           314 uspace/app/nav/nav.c 	panel_t *panel;
panel_t           333 uspace/app/nav/nav.c void navigator_panel_activate_req(void *arg, panel_t *panel)
panel_t            46 uspace/app/nav/nav.h extern panel_t *navigator_get_active_panel(navigator_t *);
panel_t            78 uspace/app/nav/panel.c errno_t panel_create(ui_window_t *window, bool active, panel_t **rpanel)
panel_t            80 uspace/app/nav/panel.c 	panel_t *panel;
panel_t            83 uspace/app/nav/panel.c 	panel = calloc(1, sizeof(panel_t));
panel_t           128 uspace/app/nav/panel.c void panel_destroy(panel_t *panel)
panel_t           142 uspace/app/nav/panel.c void panel_set_cb(panel_t *panel, panel_cb_t *cb, void *arg)
panel_t           152 uspace/app/nav/panel.c errno_t panel_paint(panel_t *panel)
panel_t           199 uspace/app/nav/panel.c ui_evclaim_t panel_kbd_event(panel_t *panel, kbd_event_t *event)
panel_t           216 uspace/app/nav/panel.c ui_evclaim_t panel_pos_event(panel_t *panel, pos_event_t *event)
panel_t           243 uspace/app/nav/panel.c ui_control_t *panel_ctl(panel_t *panel)
panel_t           253 uspace/app/nav/panel.c void panel_set_rect(panel_t *panel, gfx_rect_t *rect)
panel_t           272 uspace/app/nav/panel.c bool panel_is_active(panel_t *panel)
panel_t           283 uspace/app/nav/panel.c errno_t panel_activate(panel_t *panel)
panel_t           300 uspace/app/nav/panel.c void panel_deactivate(panel_t *panel)
panel_t           313 uspace/app/nav/panel.c 	panel_t *panel = (panel_t *) arg;
panel_t           325 uspace/app/nav/panel.c 	panel_t *panel = (panel_t *) arg;
panel_t           338 uspace/app/nav/panel.c 	panel_t *panel = (panel_t *) arg;
panel_t           351 uspace/app/nav/panel.c 	panel_t *panel = (panel_t *) arg;
panel_t           362 uspace/app/nav/panel.c errno_t panel_read_dir(panel_t *panel, const char *dirname)
panel_t           373 uspace/app/nav/panel.c void panel_activate_req(panel_t *panel)
panel_t           388 uspace/app/nav/panel.c static errno_t panel_open_file(panel_t *panel, const char *fname)
panel_t           432 uspace/app/nav/panel.c 	panel_t *panel = (panel_t *)arg;
panel_t           446 uspace/app/nav/panel.c 	panel_t *panel = (panel_t *)arg;
panel_t            48 uspace/app/nav/panel.h extern errno_t panel_create(ui_window_t *, bool, panel_t **);
panel_t            49 uspace/app/nav/panel.h extern void panel_destroy(panel_t *);
panel_t            50 uspace/app/nav/panel.h extern void panel_set_cb(panel_t *, panel_cb_t *, void *);
panel_t            51 uspace/app/nav/panel.h extern errno_t panel_paint(panel_t *);
panel_t            52 uspace/app/nav/panel.h extern ui_evclaim_t panel_kbd_event(panel_t *, kbd_event_t *);
panel_t            53 uspace/app/nav/panel.h extern ui_evclaim_t panel_pos_event(panel_t *, pos_event_t *);
panel_t            54 uspace/app/nav/panel.h extern ui_control_t *panel_ctl(panel_t *);
panel_t            55 uspace/app/nav/panel.h extern void panel_set_rect(panel_t *, gfx_rect_t *);
panel_t            56 uspace/app/nav/panel.h extern bool panel_is_active(panel_t *);
panel_t            57 uspace/app/nav/panel.h extern errno_t panel_activate(panel_t *);
panel_t            58 uspace/app/nav/panel.h extern void panel_deactivate(panel_t *);
panel_t            59 uspace/app/nav/panel.h extern errno_t panel_read_dir(panel_t *, const char *);
panel_t            60 uspace/app/nav/panel.h extern void panel_activate_req(panel_t *);
panel_t            53 uspace/app/nav/test/nav.c 	panel_t *panel;
panel_t            70 uspace/app/nav/test/nav.c 	panel_t *panel;
panel_t            45 uspace/app/nav/test/panel.c 	panel_t *activate_req_panel;
panel_t            48 uspace/app/nav/test/panel.c static void test_panel_activate_req(void *, panel_t *);
panel_t            60 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t            86 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t           117 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t           146 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t           176 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t           234 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t           272 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t           303 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t           334 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t           364 uspace/app/nav/test/panel.c 	panel_t *panel;
panel_t           394 uspace/app/nav/test/panel.c static void test_panel_activate_req(void *arg, panel_t *panel)
panel_t            81 uspace/app/nav/types/panel.h 	void (*activate_req)(void *, panel_t *);
HelenOS homepage, sources at GitHub