Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gnome_property_box_new () |
void | gnome_property_box_changed () |
void | gnome_property_box_set_modified () |
gint | gnome_property_box_append_page () |
void | gnome_property_box_set_state () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GnomeDialog ╰── GnomePropertyBox
GtkWidget *
gnome_property_box_new (void
);
gnome_property_box_new
is deprecated and should not be used in newly-written code.
void
gnome_property_box_changed (GnomePropertyBox *property_box
);
gnome_property_box_changed
is deprecated and should not be used in newly-written code.
When a setting has changed, the code needs to invoke this routine to make the Ok/Apply buttons sensitive.
void gnome_property_box_set_modified (GnomePropertyBox *property_box
,gboolean state
);
gnome_property_box_set_modified
is deprecated and should not be used in newly-written code.
This sets the modified flag of the GnomePropertyBox to the value in state
.
Affects whether the OK/Apply buttons are sensitive.
gint gnome_property_box_append_page (GnomePropertyBox *property_box
,GtkWidget *child
,GtkWidget *tab_label
);
gnome_property_box_append_page
is deprecated and should not be used in newly-written code.
Appends a new page to the GnomePropertyBox.
Returns the assigned index of the page inside the GnomePropertyBox or -1 if one of the arguments is invalid.
void gnome_property_box_set_state (GnomePropertyBox *property_box
,gboolean state
);
gnome_property_box_set_state
is deprecated and should not be used in newly-written code.
An alias for gnome_property_box_set_modified()
.
“apply”
signalvoid user_function (GnomePropertyBox *propertybox, gint arg1, gpointer user_data)
Flags: Run Last
“help”
signalvoid user_function (GnomePropertyBox *propertybox, gint arg1, gpointer user_data)
Flags: Run Last