Top | ![]() |
![]() |
![]() |
![]() |
BonoboControl * (*BonoboPropertyControlGetControlFn) (BonoboPropertyControl *control
,int page_number
,void *closure
);
BonoboPropertyControl * bonobo_property_control_construct (BonoboPropertyControl *property_control
,BonoboEventSource *event_source
,BonoboPropertyControlGetControlFn get_fn
,int num_pages
,void *closure
);
Initialises the BonoboPropertyControl object.
BonoboPropertyControl * bonobo_property_control_new_full (BonoboPropertyControlGetControlFn get_fn
,int num_pages
,BonoboEventSource *event_source
,void *closure
);
Creates a BonoboPropertyControl object.
BonoboPropertyControl * bonobo_property_control_new (BonoboPropertyControlGetControlFn get_fn
,int num_pages
,void *closure
);
Creates a BonoboPropertyControl object.
void bonobo_property_control_changed (BonoboPropertyControl *property_control
,CORBA_Environment *opt_ev
);
Tells the server that a value in the property control has been changed, and that it should indicate this somehow.
BonoboEventSource *
bonobo_property_control_get_event_source
(BonoboPropertyControl *property_control
);
Returns the BonoboEventSource that property_control
uses.
typedef struct _BonoboPropertyControlPrivate BonoboPropertyControlPrivate;
#define BONOBO_PROPERTY_CONTROL_CHANGED "Bonobo::PropertyControl_changed"
“action”
signalvoid user_function (BonoboPropertyControl *bonobopropertycontrol, gint arg1, gint arg2, gpointer user_data)
bonobopropertycontrol |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run First