tkscreen.h 458 B

1234567891011121314
  1. #ifndef __TKSCREEN_H
  2. #define __TKSCREEN_H
  3. #include "panel.h" /* WPanel */
  4. void x_panel_set_size (int index);
  5. void x_create_panel (Dlg_head *h, widget_data parent, WPanel *panel);
  6. void x_adjust_top_file (WPanel *panel);
  7. void x_filter_changed (WPanel *panel);
  8. void x_add_sort_label (WPanel *panel, int index, char *text, char *tag, void *sr);
  9. void x_sort_label_start (WPanel *panel);
  10. void x_reset_sort_labels (WPanel *panel);
  11. #endif /* __TKSCREEN_H */