Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkEventBox ╰── AnacondaSpokeSelector
GtkWidget * anaconda_spoke_selector_new ();
Creates a new AnacondaSpokeSelector, which is a selectable display for a single spoke of an Anaconda hub. Many spokes may be put together into a grid, displaying everything that a user needs to do in one place.
gboolean
anaconda_spoke_selector_get_incomplete
(AnacondaSpokeSelector *spoke
);
Returns whether or not this spoke has been completed.
Since: 1.0
void anaconda_spoke_selector_set_incomplete (AnacondaSpokeSelector *spoke
,gboolean is_incomplete
);
Specifies whether this spoke must still be visited by the user. If so, this means anaconda doesn't have enough information to continue and the user must take some action. A warning icon will be displayed alongside the spoke's icon, and the continue button will be disabled.
Since: 1.0
struct AnacondaSpokeSelector;
The AnacondaSpokeSelector struct contains only private fields and should not be directly accessed.
“icon”
property “icon” char *
The “icon” string is the standard icon name for an icon to display beside this spoke's :title. It is strongly suggested that one of the "-symbolic" icons be used, as that is consistent with the style we are going for.
Owner: AnacondaSpokeSelector
Flags: Read / Write
Default value: "image-missing"
Since: 1.0
“status”
property “status” char *
The “status” string is text displayed underneath the spoke's “title” and also beside the “icon”. This text very briefly describes what has been selected on the spoke associated with this selector. For instance, it might be set up to "English" for a language-related spoke. Special formatting will be applied to error status text for incomplete spokes.
Owner: AnacondaSpokeSelector
Flags: Read / Write
Default value: "None"
Since: 1.0
“title”
property “title” char *
The :title of this selector, which will be displayed large and bold beside the :icon. The title string should contain a keyboard mnemonic (a letter preceeded by an underscore), in which case this will be the keystroke that can be used to focus this selector.
Owner: AnacondaSpokeSelector
Flags: Read / Write
Default value: "New Selector"
Since: 1.0