Dazzle.RadioBox

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget Dazzle.RadioBox Dazzle.RadioBox GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Bin Gtk.Bin Gtk.Bin->Dazzle.RadioBox Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Widget->Gtk.Container

Subclasses:

None

Methods

Inherited:

Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new ()

add_item (id, text)

get_active_id ()

remove_item (id)

set_active_id (id)

Virtual Methods

Inherited:

Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Container (3), Gtk.Widget (39)

Name

Type

Flags

Short Description

active-id

str

r/w

Active Id

has-more

bool

r

Has more items to view

show-more

bool

r/w

Show additional items

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Short Description

changed

Fields

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

parent_instance

Gtk.Bin

r

Class Details

class Dazzle.RadioBox(**kwargs)
Bases:

Gtk.Bin

Abstract:

No

Structure:

Dazzle.RadioBoxClass

classmethod new()
Return type:

Gtk.Widget

add_item(id, text)
Parameters:
get_active_id()
Return type:

str

remove_item(id)
Parameters:

id (str) –

set_active_id(id)
Parameters:

id (str) –

Signal Details

Dazzle.RadioBox.signals.changed(radio_box)
Signal Name:

changed

Flags:

RUN_LAST

Parameters:

radio_box (Dazzle.RadioBox) – The object which received the signal

Property Details

Dazzle.RadioBox.props.active_id
Name:

active-id

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Active Id

Dazzle.RadioBox.props.has_more
Name:

has-more

Type:

bool

Default Value:

False

Flags:

READABLE

Has more items to view

Dazzle.RadioBox.props.show_more
Name:

show-more

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE

Show additional items