UnicapgtkPropertyDialog

UnicapgtkPropertyDialog

Synopsis

                    UnicapgtkPropertyDialog;
GtkWidget*          unicapgtk_property_dialog_new       (void);
GtkWidget*          unicapgtk_property_dialog_new_by_handle
                                                        (unicap_handle_t handle);
void                unicapgtk_property_dialog_reset     (UnicapgtkPropertyDialog *ugtk);
void                unicapgtk_property_dialog_set_device
                                                        (UnicapgtkPropertyDialog *ugtk,
                                                         unicap_device_t *device_spec);
void                unicapgtk_property_dialog_set_handle
                                                        (UnicapgtkPropertyDialog *ugtk,
                                                         unicap_handle_t handle);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----UnicapgtkPropertyDialog

Implemented Interfaces

UnicapgtkPropertyDialog implements GtkBuildable and AtkImplementorIface.

Properties

  "update-interval"          gint                  : Read / Write

Description

Details

UnicapgtkPropertyDialog

typedef struct _UnicapgtkPropertyDialog UnicapgtkPropertyDialog;


unicapgtk_property_dialog_new ()

GtkWidget*          unicapgtk_property_dialog_new       (void);

Creates a new UnicapgtkPropertyDialog

Returns :

a new UnicapgtkPropertyDialog

unicapgtk_property_dialog_new_by_handle ()

GtkWidget*          unicapgtk_property_dialog_new_by_handle
                                                        (unicap_handle_t handle);

Creates a new UnicapgtkPropertyDialog with a given unicap_handle_t

handle :

a unicap_handle_t

Returns :

a new UnicapgtkPropertyDialog

unicapgtk_property_dialog_reset ()

void                unicapgtk_property_dialog_reset     (UnicapgtkPropertyDialog *ugtk);

unicapgtk_property_dialog_set_device ()

void                unicapgtk_property_dialog_set_device
                                                        (UnicapgtkPropertyDialog *ugtk,
                                                         unicap_device_t *device_spec);

Sets the device which should be controlled by this dialog

ugtk :

a UnicapgtkPropertyDialog

device_spec :

the device to be controlled by this dialog

unicapgtk_property_dialog_set_handle ()

void                unicapgtk_property_dialog_set_handle
                                                        (UnicapgtkPropertyDialog *ugtk,
                                                         unicap_handle_t handle);

Sets the handle to the device to be controlled by this dialog. The handle will be cloned by this call.

ugtk :

a UnicapgtkPropertyDialog

handle :

a handle of the device to be controlled by this dialog

Property Details

The "update-interval" property

  "update-interval"          gint                  : Read / Write

Allowed values: [0,99999]

Default value: 100