Functions to create the 'View -> Axis' submenu.
More...
#include "global.h"
#include "glview.h"
#include "glwindow.h"
#include "submenus.h"
Go to the source code of this file.
|
| G_MODULE_EXPORT void | axis_advanced (GtkWidget *widg, gpointer data) |
| | create the axis advanced parameters window
|
| |
| GtkWidget * | create_layout_widget (gchar *str, GtkWidget *menu, int vab, gpointer data) |
| |
| G_MODULE_EXPORT void | change_axis_pos_radio (GSimpleAction *action, GVariant *parameter, gpointer data) |
| | handle change axis position signal GTK4
|
| |
| GMenu * | position_submenu (glwin *view, int popm, int pos) |
| | create elements of the 'Axis -> Position' submenu GTK4
|
| |
| GMenu * | axis_position_submenu (glwin *view, int popm) |
| | create the 'Axis -> Position' submenu GTK4
|
| |
| void | menu_axis (GMenu *menu_ab, glwin *view, int popm) |
| | create the 'Axis' submenu GTK4
|
| |
◆ axis_advanced()
| G_MODULE_EXPORT void axis_advanced |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
|
extern |
create the axis advanced parameters window
- Parameters
-
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 786 of file w_axis.c.
◆ axis_position_submenu()
| GMenu * axis_position_submenu |
( |
glwin * | view, |
|
|
int | popm ) |
create the 'Axis -> Position' submenu GTK4
- Parameters
-
| view | the target glwin |
| popm | main app (0) or popup (1) |
Definition at line 306 of file m_axis.c.
◆ change_axis_pos_radio()
| G_MODULE_EXPORT void change_axis_pos_radio |
( |
GSimpleAction * | action, |
|
|
GVariant * | parameter, |
|
|
gpointer | data ) |
handle change axis position signal GTK4
- Parameters
-
| action | the GAction sending the signal |
| parameter | GVariant parameter of the GAction, if any |
| data | the associated data pointer |
Definition at line 223 of file m_axis.c.
◆ create_layout_widget()
| GtkWidget * create_layout_widget |
( |
gchar * | str, |
|
|
GtkWidget * | menu, |
|
|
int | vab, |
|
|
gpointer | data ) |
|
extern |
◆ menu_axis()
| void menu_axis |
( |
GMenu * | menu_ab, |
|
|
glwin * | view, |
|
|
int | popm ) |
create the 'Axis' submenu GTK4
- Parameters
-
| menu_ab | the menu to attach the new menu to |
| view | the target glwin |
| popm | main app (0) or popup (1) |
Definition at line 330 of file m_axis.c.
◆ position_submenu()
| GMenu * position_submenu |
( |
glwin * | view, |
|
|
int | popm, |
|
|
int | pos ) |
create elements of the 'Axis -> Position' submenu GTK4
- Parameters
-
| view | the target glwin |
| popm | main app (0) or popup (1) |
| pos | position id |
Definition at line 282 of file m_axis.c.