atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Function declarations for workspace managment. More...
Go to the source code of this file.
Functions | |
void | correct_this_window_title (GtkWidget *win, gchar *str) |
use new title for GtkWindow, providing it exists | |
G_MODULE_EXPORT void | activate_project (GtkWidget *widg, gpointer data) |
activate a project | |
G_MODULE_EXPORT void | change_project_name (GtkWidget *wid, gpointer edata) |
change project name | |
void | add_project_to_workspace () |
add project(s) to the workspace tree | |
void | remove_project_from_workspace (int id) |
remove project from workspace | |
Variables | |
char * | work_menu_items [NITEMS-2] |
Function declarations for workspace managment.
Definition in file workspace.h.
G_MODULE_EXPORT void activate_project | ( | GtkWidget * | widg, |
gpointer | data ) |
activate a project
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 191 of file workspace.c.
void add_project_to_workspace | ( | ) |
add project(s) to the workspace tree
Definition at line 594 of file workspace.c.
G_MODULE_EXPORT void change_project_name | ( | GtkWidget * | wid, |
gpointer | edata ) |
change project name
wid | the GtkWidgent sending the signal |
edata | the associated data pointer |
Definition at line 357 of file workspace.c.
void correct_this_window_title | ( | GtkWidget * | win, |
gchar * | str ) |
use new title for GtkWindow, providing it exists
win | the GtkWindow |
str | the new title |
Definition at line 337 of file workspace.c.
void remove_project_from_workspace | ( | int | id | ) |
remove project from workspace
id | the id of the project to be remove |
Definition at line 650 of file workspace.c.
|
extern |
Definition at line 89 of file workspace.c.