#include "threadinfo.h"Go to the source code of this file.
Defines | |
| #define | ROW_HEIGHT 16 |
Functions | |
| int | update_values (load_display_t *disp) |
| Update a display. | |
| void | message (const char *f,...) |
| Send a message to the user. | |
| void | status_message (const char *win, const char *f,...) |
Variables | |
| int | update_interval |
| void message | ( | const char * | f, | |
| ... | ||||
| ) |
Send a message to the user.
This function opens a window with the message printed in. Later, when the grid-widget is fixed, a status line might be used.
| int update_values | ( | load_display_t * | disp | ) |
Update a display.
If new threads appear, the dope-grid is adapted. This is adding new values, and changing the size of the frame.
References get_thread_values().
Referenced by sort_callback(), and subwindow_create().
1.5.6