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

Function to create the background color menu item. More...

#include "global.h"
#include "color_box.h"
#include "glwindow.h"
+ Include dependency graph for m_back.c:

Go to the source code of this file.

Functions

G_MODULE_EXPORT void gradient_advanced (GtkWidget *widg, gpointer data)
 Background configuration window.
 
GMenu * menu_back (glwin *view, int popm)
 create the background color menu item GTK4
 

Detailed Description

Function to create the background color menu item.

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

Function Documentation

◆ gradient_advanced()

G_MODULE_EXPORT void gradient_advanced ( GtkWidget * widg,
gpointer data )
extern

Background configuration window.

Parameters
widgthe widget sending the signal, if any
theassociated data pointer

Definition at line 434 of file w_colors.c.

◆ menu_back()

GMenu * menu_back ( glwin * view,
int popm )

create the background color menu item GTK4

Parameters
viewthe target glwin
popmmain app (0) or popup (1)

Definition at line 89 of file m_back.c.