GdauiNumericEntry

GdauiNumericEntry

Functions

Properties

char decimal-sep Read / Write
guint n-decimals Read / Write
char thousands-sep Read / Write
GType * type Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkEntry
                ╰── GdauiEntry
                    ╰── GdauiNumericEntry

Implemented Interfaces

GdauiNumericEntry implements AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.

Description

Functions

gdaui_numeric_entry_new ()

GtkWidget *
gdaui_numeric_entry_new (GType type);

Creates a new GdauiNumericEntry widget.

Parameters

type

the numeric type

 

Returns

the newly created GdauiNumericEntry widget.

[transfer full]


gdaui_numeric_entry_get_value ()

GValue *
gdaui_numeric_entry_get_value (GdauiNumericEntry *entry);

Types and Values

GDAUI_TYPE_NUMERIC_ENTRY

#define GDAUI_TYPE_NUMERIC_ENTRY                 (gdaui_numeric_entry_get_type ())

struct GdauiNumericEntryClass

struct GdauiNumericEntryClass {
	GdauiEntryClass             parent_class;
};

GdauiNumericEntry

typedef struct _GdauiNumericEntry GdauiNumericEntry;

Property Details

The “decimal-sep” property

  “decimal-sep”              char

Owner: GdauiNumericEntry

Flags: Read / Write

Allowed values: >= 0

Default value: 46


The “n-decimals” property

  “n-decimals”               guint

Owner: GdauiNumericEntry

Flags: Read / Write

Allowed values: <= 65535

Default value: 65535


The “thousands-sep” property

  “thousands-sep”            char

Owner: GdauiNumericEntry

Flags: Read / Write

Allowed values: >= 0

Default value: 44


The “type” property

  “type”                     GType *

Owner: GdauiNumericEntry

Flags: Read / Write

Allowed values: void