|
| G_MODULE_EXPORT void | set_data_aspect (GtkComboBox *box, gpointer data) |
| | change data aspect (x/y or histogram bars)
|
| |
| G_MODULE_EXPORT void | update_axis (GtkComboBox *widg, gpointer data) |
| | change the axis
|
| |
| void | action_to_plot (gpointer data) |
| | add to plot, or, remove curve from plot
|
| |
| gboolean | was_not_added (ExtraSets *sets, int a, int b, int c) |
| | test if already in the menu or not
|
| |
| G_MODULE_EXPORT void | choose_set (GtkComboBox *box, gpointer data) |
| | change the data set to customize
|
| |
| GtkWidget * | create_org_list (gpointer data) |
| | create the data set organisation widget
|
| |
| GtkWidget * | create_tab_1 (gpointer data) |
| | handle the creation of the 1st tab of the curve edition dialog
|
| |
| GtkWidget * | create_tab_2 (gpointer data) |
| | handle the creation of the 2nd tab of the curve edition dialog
|
| |
| GtkWidget * | create_tab_3 (gpointer data) |
| | handle the creation of the 3rd tab of the curve edition dialog
|
| |
| GtkWidget * | create_tab_4 (gpointer data) |
| | handle the creation of the 4th tab of the curve edition dialog
|
| |
| void | prepbox (int k, int l, int m) |
| | prepare the curve selection combo box
|
| |
| void | set_set (int a, int b, int c) |
| | addjust widgets to handle the new curve
|
| |
| G_MODULE_EXPORT void | toggle_curve (GtkCellRendererToggle *cell_renderer, gchar *string_path, gpointer data) |
| | show / hide curve cellrenderer toggle callback
|
| |
| void | set_visible_curve_data (GtkTreeViewColumn *col, GtkCellRenderer *renderer, GtkTreeModel *mod, GtkTreeIter *iter, gpointer data) |
| | show / hide cell renderer
|
| |
| GtkWidget * | create_projects_tree () |
| | curve edition create the project(s) / curves tree model
|
| |
| G_MODULE_EXPORT void | run_curve_edit (GtkDialog *dial, gint response_id, gpointer data) |
| | curve edition dialog callback
|
| |
| void | edit_curve (gpointer data) |
| | create the curve edition dialog
|
| |
Initialization of the curve layout edition dialog.
- 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 cedit.c.