atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
workspace.h File Reference

Function declarations for workspace managment. More...

+ This graph shows which files directly or indirectly include this file:

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 ()
 

Variables

char * work_menu_items [NITEMS-2]
 

Detailed Description

Function declarations for workspace managment.

Author
Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r

Definition in file workspace.h.

Function Documentation

◆ activate_project()

G_MODULE_EXPORT void activate_project ( GtkWidget * widg,
gpointer data )

activate a project

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 191 of file workspace.c.

◆ add_project_to_workspace()

void add_project_to_workspace ( )

add project(s) to the workspace tree

Definition at line 594 of file workspace.c.

◆ change_project_name()

G_MODULE_EXPORT void change_project_name ( GtkWidget * wid,
gpointer edata )

change project name

Parameters
widthe GtkWidgent sending the signal
edatathe associated data pointer

Definition at line 357 of file workspace.c.

◆ correct_this_window_title()

void correct_this_window_title ( GtkWidget * win,
gchar * str )

use new title for GtkWindow, providing it exists

Parameters
winthe GtkWindow
strthe new title

Definition at line 337 of file workspace.c.

◆ remove_project_from_workspace()

void remove_project_from_workspace ( )

Variable Documentation

◆ work_menu_items

char* work_menu_items[NITEMS-2]
extern

Definition at line 89 of file workspace.c.