Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GdauiEntryShell ├── GdauiEntryWrapper ╰── GdauiEntryCombo
GdauiEntryShell implements AtkImplementorIface, GtkBuildable and GtkOrientable.
void gdaui_entry_shell_pack_entry (GdauiEntryShell *shell
,GtkWidget *entry
);
Packs a GtkWidget widget into the shell
.
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).
shell |
||
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