| 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, int arg1, int arg2, gpointer user_data)
Flags: Run First