![]() |
![]() |
![]() |
MATE UI Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
#include <libmateui/libmateui.h> struct MatePropertyBox; GtkWidget * mate_property_box_new (void
); void mate_property_box_changed (MatePropertyBox *property_box
); void mate_property_box_set_modified (MatePropertyBox *property_box
,gboolean state
); gint mate_property_box_append_page (MatePropertyBox *property_box
,GtkWidget *child
,GtkWidget *tab_label
); void mate_property_box_set_state (MatePropertyBox *property_box
,gboolean state
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----MateDialog +----MatePropertyBox
struct MatePropertyBox;
MatePropertyBox
is deprecated and should not be used in newly-written code.
An opaque widget representing a property box. Items should be added to this widget using mate_property_box_append_page.
GtkWidget * mate_property_box_new (void
);
mate_property_box_new
is deprecated and should not be used in newly-written code.
Returns : |
void mate_property_box_changed (MatePropertyBox *property_box
);
mate_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.
|
The MatePropertyBox that contains the changed data |
void mate_property_box_set_modified (MatePropertyBox *property_box
,gboolean state
);
mate_property_box_set_modified
is deprecated and should not be used in newly-written code.
This sets the modified flag of the MatePropertyBox to the value in state
.
Affects whether the OK/Apply buttons are sensitive.
|
The MatePropertyBox that contains the changed data |
|
The state. TRUE means modified, FALSE means unmodified.
|
gint mate_property_box_append_page (MatePropertyBox *property_box
,GtkWidget *child
,GtkWidget *tab_label
);
mate_property_box_append_page
is deprecated and should not be used in newly-written code.
Appends a new page to the MatePropertyBox.
|
The property box where we are inserting a new page |
|
The widget that is being inserted |
|
The widget used as the label for this confiugration page |
Returns : |
the assigned index of the page inside the MatePropertyBox or -1 if one of the arguments is invalid. |
void mate_property_box_set_state (MatePropertyBox *property_box
,gboolean state
);
mate_property_box_set_state
is deprecated and should not be used in newly-written code.
An alias for mate_property_box_set_modified()
.
|
The MatePropertyBox that contains the changed data |
|
The state. TRUE means modified, FALSE means unmodified.
|
"apply"
signalvoid user_function (MatePropertyBox *propertybox,
gint arg1,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
the notebook page number which emitted the signal. |
|
user data set when the signal handler was connected. |
"help"
signalvoid user_function (MatePropertyBox *propertybox,
gint arg1,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
the notebook page number which emitted the signal. |
|
user data set when the signal handler was connected. |