GladeWidgetAction
GladeWidgetAction
|
|
Object Hierarchy
GObject
+----GladeWidgetAction
Details
struct GWActionClass
struct GWActionClass {
gchar *id; /* The identifier of this action in the action tree */
gchar *path; /* Full action path */
gchar *label; /* A translated label to show in the UI for this action */
gchar *stock; /* If set, this stock item will be shown in the UI along side
* the label */
gboolean important; /* If this action is important */
GList *actions; /* Recursive list of child actions */
};
GladeWidgetAction
typedef struct _GladeWidgetAction GladeWidgetAction;
glade_widget_action_class_free ()
void glade_widget_action_class_free (GWActionClass *action
);
Property Details
The "class"
property
"class" gpointer : Write / Construct Only
GladeWidgetActionClass structure pointer.
The "sensitive"
property
"sensitive" gboolean : Read / Write
Whether this action is sensitive.
Default value: TRUE