![]() |
![]() |
![]() |
Gwyddion Widgets Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libgwydgets/gwydgets.h> GtkWidget* gwy_menu_gradient (GCallback callback, gpointer cbdata); GtkWidget* gwy_gradient_selection_new (GCallback callback, gpointer cbdata, const gchar *active); GtkWidget* gwy_gradient_tree_view_new (GCallback callback, gpointer cbdata, const gchar *active); gboolean gwy_gradient_tree_view_set_active (GtkWidget *treeview, const gchar *active); const gchar* gwy_gradient_selection_get_active (GtkWidget *selection); void gwy_gradient_selection_set_active (GtkWidget *selection, const gchar *active); GtkWidget* gwy_menu_gl_material (GCallback callback, gpointer cbdata); GtkWidget* gwy_gl_material_selection_new (GCallback callback, gpointer cbdata, const gchar *active); GtkWidget* gwy_gl_material_tree_view_new (GCallback callback, gpointer cbdata, const gchar *active); gboolean gwy_gl_material_tree_view_set_active (GtkWidget *treeview, const gchar *active); const gchar* gwy_gl_material_selection_get_active (GtkWidget *selection); void gwy_gl_material_selection_set_active (GtkWidget *selection, const gchar *active); gboolean gwy_resource_tree_view_set_active (GtkWidget *treeview, const gchar *active);
GtkWidget* gwy_menu_gradient (GCallback callback, gpointer cbdata);
Creates a pop-up gradient menu.
Object data "gradient-name"
is set to gradient name for
each menu item.
|
A callback called when a menu item is activated (or NULL for
none).
|
|
User data passed to the callback. |
Returns : |
The newly created pop-up menu as GtkWidget. |
GtkWidget* gwy_gradient_selection_new (GCallback callback, gpointer cbdata, const gchar *active);
Creates a gradient selection button.
|
Callback to connect to "changed" signal of tree view selection
(or NULL for none).
|
|
User data passed to callback .
|
|
Gradient name to be shown as currently selected
(or NULL for default).
|
Returns : |
The newly created gradient selection button as GtkWidget. |
GtkWidget* gwy_gradient_tree_view_new (GCallback callback, gpointer cbdata, const gchar *active);
Creates a tree view with gradient list.
|
Callback to connect to "changed" signal of tree view selection
(or NULL for none).
|
|
User data passed to callback .
|
|
Gradient name to be shown as currently selected
(or NULL for default).
|
Returns : |
The newly created gradient tree view as GtkWidget. |
gboolean gwy_gradient_tree_view_set_active (GtkWidget *treeview, const gchar *active);
Selects a gradient in a gradient list and scrolls to make it visible.
|
A gradient selector tree view. |
|
Gradient name to be shown as currently selected. |
Returns : |
TRUE if active was selected, FALSE if there is no such
gradient.
|
const gchar* gwy_gradient_selection_get_active (GtkWidget *selection);
Gets the name of currently selected gradient of a selection button.
|
Gradient selection button. |
Returns : |
Name as a string owned by the selected gradient. |
void gwy_gradient_selection_set_active (GtkWidget *selection, const gchar *active);
Sets the currently selected gradient of a selection button.
|
Gradient selection button. |
|
Gradient name to be shown as currently selected. |
GtkWidget* gwy_menu_gl_material (GCallback callback, gpointer cbdata);
Creates a pop-up GL material menu.
Object data "gl-material-name"
is set to GL material
name for each menu item.
|
A callback called when a menu item is activated (or NULL for
none).
|
|
User data passed to the callback. |
Returns : |
The newly created pop-up menu as GtkWidget. |
GtkWidget* gwy_gl_material_selection_new (GCallback callback, gpointer cbdata, const gchar *active);
Creates a GL material selection button.
|
Callback to connect to "changed" signal of tree view selection
(or NULL for none).
|
|
User data passed to callback .
|
|
GL material name to be shown as currently selected
(or NULL for default).
|
Returns : |
The newly created GL material selection button as GtkWidget. |
GtkWidget* gwy_gl_material_tree_view_new (GCallback callback, gpointer cbdata, const gchar *active);
Creates a tree view with GL material list.
|
Callback to connect to "changed" signal of tree view selection
(or NULL for none).
|
|
User data passed to callback .
|
|
GL material name to be shown as currently selected
(or NULL for default).
|
Returns : |
The newly created GL material tree view as GtkWidget. |
gboolean gwy_gl_material_tree_view_set_active (GtkWidget *treeview, const gchar *active);
Selects a GL material in a GL material list and scrolls to make it visible.
|
A GL material selector tree view. |
|
GL material name to be shown as currently selected. |
Returns : |
TRUE if active was selected, FALSE if there is no such
GL material.
|
const gchar* gwy_gl_material_selection_get_active (GtkWidget *selection);
Gets the name of currently selected GL material of a selection button.
|
GL material selection button. |
Returns : |
Name as a string owned by the selected GL material. |
void gwy_gl_material_selection_set_active (GtkWidget *selection, const gchar *active);
Sets the currently selected GL material of a selection button.
|
GL material selection button. |
|
GL material name to be shown as currently selected. |
gboolean gwy_resource_tree_view_set_active (GtkWidget *treeview, const gchar *active);
Selects a resource in a list and scrolls to make it visible.
|
A resource selector tree view. |
|
Resource name to be shown as currently selected. |
Returns : |
TRUE if active was selected, FALSE if there is no such
resource.
|