Functions to close an atomes project
Callbacks to close an atomes project.
More...
#include "global.h"
#include "bind.h"
#include "callbacks.h"
#include "interface.h"
#include "project.h"
#include "workspace.h"
#include "curve.h"
#include "glview.h"
Go to the source code of this file.
Functions to close an atomes project
Callbacks to close an atomes project.
- 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 close_p.c.
◆ close_project()
void close_project |
( |
project * | to_close | ) |
|
close a project
- Parameters
-
to_close | the project to close |
Definition at line 96 of file close_p.c.
◆ on_close_activate()
G_MODULE_EXPORT void on_close_activate |
( |
GtkWidget * | widg, |
|
|
gpointer | cdata ) |
signal to close a project
- Parameters
-
widg | the GtkWidget sending the signal |
cdata | the associated data pointer |
Definition at line 332 of file close_p.c.
◆ replace_combo_tree()
GtkTreeModel * replace_combo_tree |
( |
gboolean | insert, |
|
|
int | proj ) |
|
extern |
replace combo box in the tree view
- Parameters
-
insert | add 'Select ...' combo box item |
proj | target crystal builder project id |
Definition at line 2615 of file w_search.c.
◆ to_close_this_project()
void to_close_this_project |
( |
int | to_activate, |
|
|
project * | this_proj ) |
to close this project
- Parameters
-
to_activate | If the workspace is not empty, activate first another project |
this_proj | the target project |
Definition at line 309 of file close_p.c.
◆ update_insert_combos()
void update_insert_combos |
( |
| ) |
|
update some GtkComboBox in the workspace if a project is removed
Definition at line 60 of file close_p.c.
◆ tool_model