atomes 1.3.1
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 (int id)
 remove project from workspace

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 179 of file workspace.c.

◆ add_project_to_workspace()

void add_project_to_workspace ( )

add project(s) to the workspace tree

Definition at line 597 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 344 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 324 of file workspace.c.

◆ remove_project_from_workspace()

void remove_project_from_workspace ( int id)

remove project from workspace

Parameters
idthe id of the project to be remove

Definition at line 653 of file workspace.c.