Skip to content

GtkRadioButton_::set_group implementation #159

@d47081

Description

@d47081

GTK documentation
https://docs.gtk.org/gtk3/method.RadioButton.set_group.html

I see that is not implemented, and there is no exceptions.

Tried to play around, but seems no simple way to init GSList by PHP objects there?
Hm, or maybe re-init every the method by array values..

void GtkRadioButton_::set_group(Php::Parameters &parameters)
{
	GSList* group;

	Php::Value arr = parameters[0];

	for(int index=0; index < (int)arr.size(); index++) {

		g_slist_append(

                // ...

Same for constructor..

I'm using RadioButton::join_group() as the solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions