UnicapgtkPropertyDialog

UnicapgtkPropertyDialog

Functions

Properties

gint update-interval Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── GtkDialog
                                ╰── UnicapgtkPropertyDialog

Implemented Interfaces

UnicapgtkPropertyDialog implements AtkImplementorIface and GtkBuildable.

Description

Functions

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

Parameters

handle

a unicap_handle_t

 

Returns

a new UnicapgtkPropertyDialog


unicapgtk_property_dialog_reset ()

void
unicapgtk_property_dialog_reset (UnicapgtkPropertyDialog *ugtk);

Parameters


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

Parameters

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.

Parameters

ugtk

a UnicapgtkPropertyDialog

 

handle

a handle of the device to be controlled by this dialog

 

Types and Values

struct UnicapgtkPropertyDialog

struct UnicapgtkPropertyDialog;

Property Details

The “update-interval” property

  “update-interval”          gint

Owner: UnicapgtkPropertyDialog

Flags: Read / Write

Allowed values: [0,99999]

Default value: 100