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

Functions to create the 'add cell(s)' tab in the cell edition window. More...

#include "cell_edit.h"
+ Include dependency graph for cell_extra.c:

Go to the source code of this file.

Functions

G_MODULE_EXPORT void add_cell (GtkSpinButton *res, gpointer data)
 add cell callback
 
GtkWidget * add_extra_cell_tab (glwin *view)
 create the add cell(s) tab
 

Detailed Description

Functions to create the 'add cell(s)' tab in the cell edition window.

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 cell_extra.c.

Function Documentation

◆ add_cell()

G_MODULE_EXPORT void add_cell ( GtkSpinButton * res,
gpointer data )

add cell callback

Parameters
resthe GtkSpinButton sending the signal
datathe associated data pointer

Definition at line 49 of file cell_extra.c.

◆ add_extra_cell_tab()

GtkWidget * add_extra_cell_tab ( glwin * view)

create the add cell(s) tab

Parameters
viewthe target glwin

Definition at line 81 of file cell_extra.c.