-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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 ¶meters)
{
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
Labels
No labels