|
/opt/src/beast/beast-gtk/gxk/gxkparam.h
SYNOPSIS
| struct
| GxkParam; |
| struct
| GxkParamEditor; |
| struct
| GxkParamEditorIdent; |
| struct
| GxkParamEditorSizes; |
| struct
| _GxkParamBinding; |
| |
| void
| gxk_object_set_param_callback
| (object, ufunc); |
| void
| gxk_param_add_grab_widget
| (param, widget); |
| void
| gxk_param_add_object
| (param, object); |
| void
| gxk_param_apply_default
| (param); |
| void
| gxk_param_apply_value
| (param); |
| GtkWidget*
| gxk_param_create_editor
| (param, editor_name); |
| guint
| gxk_param_create_size_group
| (); |
| void
| gxk_param_destroy
| (param); |
| gchar*
| gxk_param_dup_tooltip
| (param); |
| void
| gxk_param_editor_debug_score
| (pspec); |
| guint
| gxk_param_editor_score
| (editor_name, pspec); |
| gboolean
| gxk_param_ensure_focus
| (widget); |
| void
| gxk_param_entry_connect_handlers
| (param, entry, changed); |
| gboolean
| gxk_param_entry_key_press
| (entry, event); |
| void
| gxk_param_entry_set_text
| (param, entry, text); |
| GtkAdjustment*
| gxk_param_get_adjustment
| (param); |
| GtkAdjustment*
| gxk_param_get_adjustment_with_stepping
| (param, pstepping); |
| GtkAdjustment*
| gxk_param_get_decibel_adjustment
| (param); |
| guint
| gxk_param_get_digits
| (value, base); |
| const GxkParamEditorSizes*
| gxk_param_get_editor_sizes
| (param); |
| GtkAdjustment*
| gxk_param_get_log_adjustment
| (param); |
| const gchar*
| gxk_param_get_name
| (param); |
| GObject*
| gxk_param_get_object
| (param); |
| gchar**
| gxk_param_list_editors
| (); |
| const gchar*
| gxk_param_lookup_editor
| (editor_name, pspec); |
| GxkParam*
| gxk_param_new
| (pspec, binding, user_data); |
| GxkParam*
| gxk_param_new_constant
| (pspec, binding, user_data); |
| GxkParam*
| gxk_param_new_constant_value
| (pspec, notify, notify_data); |
| GxkParam*
| gxk_param_new_object
| (pspec, object); |
| GxkParam*
| gxk_param_new_value
| (pspec, notify, notify_data); |
| void
| gxk_param_register_aliases
| (aliases); |
| void
| gxk_param_register_editor
| (editor, i18n_domain); |
| void
| gxk_param_set_devel_tips
| (enabled); |
| void
| gxk_param_set_editable
| (param, editable); |
| void
| gxk_param_set_object
| (param, object); |
| void
| gxk_param_set_size_group
| (param, size_group); |
| void
| gxk_param_set_sizes
| (size_group, esizes); |
| void
| gxk_param_start_grouping
| (param); |
| void
| gxk_param_stop_grouping
| (param); |
| void
| gxk_param_update
| (param); |
DESCRIPTION
GxkParam | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:29 |
GxkParamEditor | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:115 |
GxkParamEditorIdent | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:112 |
GxkParamEditorSizes | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:148 |
_GxkParamBinding | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:50 |
gxk_object_set_param_callback | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:90 |
gxk_param_add_grab_widget | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:78 |
gxk_param_add_object | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:80 |
gxk_param_apply_default | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:82 |
gxk_param_apply_value | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:81 |
gxk_param_create_editor | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:144 |
gxk_param_create_size_group | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:163 |
gxk_param_destroy | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:88 |
gxk_param_dup_tooltip | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:86 |
gxk_param_editor_debug_score | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:145 |
gxk_param_editor_score | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:140 |
gxk_param_ensure_focus | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:183 |
gxk_param_entry_connect_handlers | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:182 |
gxk_param_entry_key_press | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:175 |
gxk_param_entry_set_text | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:178 |
gxk_param_get_adjustment | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:184 |
gxk_param_get_adjustment_with_stepping | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:186 |
gxk_param_get_decibel_adjustment | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:188 |
gxk_param_get_digits | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:170 |
gxk_param_get_editor_sizes | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:168 |
gxk_param_get_log_adjustment | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:187 |
gxk_param_get_name | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:85 |
gxk_param_get_object | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:108 |
gxk_param_list_editors | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:138 |
gxk_param_lookup_editor | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:142 |
gxk_param_new | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:70 |
gxk_param_new_constant | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:73 |
gxk_param_new_constant_value | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:101 |
gxk_param_new_object | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:105 |
gxk_param_new_value | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:98 |
gxk_param_register_aliases | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:137 |
gxk_param_register_editor | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:136 |
gxk_param_set_devel_tips | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:87 |
gxk_param_set_editable | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:84 |
gxk_param_set_object | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:107 |
gxk_param_set_size_group | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:167 |
gxk_param_set_sizes | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:165 |
gxk_param_start_grouping | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:75 |
gxk_param_stop_grouping | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:76 |
gxk_param_update | | /opt/src/beast/beast-gtk/gxk/gxkparam.h:74 |
|
|