GdauiEntryShell

GdauiEntryShell

Functions

Properties

GdaDataHandler * handler Read / Write
gboolean is-cell-renderer Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GdauiEntryShell
                        ├── GdauiEntryWrapper
                        ╰── GdauiEntryCombo

Implemented Interfaces

GdauiEntryShell implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

gdaui_entry_shell_pack_entry ()

void
gdaui_entry_shell_pack_entry (GdauiEntryShell *shell,
                              GtkWidget *entry);

Packs a GtkWidget widget into the shell .

Parameters

shell

a GdauiEntryShell object

 

entry

a GtkWidget to pack into shell

 

gdaui_entry_shell_set_invalid_color ()

void
gdaui_entry_shell_set_invalid_color (GdauiEntryShell *shell,
                                     gdouble red,
                                     gdouble green,
                                     gdouble blue,
                                     gdouble alpha);

gdaui_entry_shell_set_invalid_color has been deprecated since version 6.0 and should not be used in newly-written code.

create your own CSS style and apply to your application

Defines the color to be used when de displays an invalid value. Any value not between 0. and 1. will result in the default hard coded values to be used (grayish).

Parameters

shell

a GdauiEntryShell

 

red

the red component of a color

 

green

the green component of a color

 

blue

the blue component of a color

 

alpha

the alpha component of a color

 

Since: 5.0.3

Types and Values

GDAUI_TYPE_ENTRY_SHELL

#define GDAUI_TYPE_ENTRY_SHELL          (gdaui_entry_shell_get_type())

struct GdauiEntryShellClass

struct GdauiEntryShellClass {
	GtkBoxClass           parent_class;
};

GdauiEntryShell

typedef struct _GdauiEntryShell GdauiEntryShell;

Property Details

The “handler” property

  “handler”                  GdaDataHandler *

Owner: GdauiEntryShell

Flags: Read / Write


The “is-cell-renderer” property

  “is-cell-renderer”         gboolean

Owner: GdauiEntryShell

Flags: Read / Write

Default value: TRUE