Method

HeSegmentedButtonadd_child

Declaration

void
he_segmented_button_add_child (
  HeSegmentedButton* self,
  GtkBuilder* builder,
  GObject* child,
  const gchar* type
)

Description [src]

Adds a widget to SegmentedButton, should only be used in the context of a UI or Blueprint file. There should be no need to use this method in code.

Since: 1.0.

Parameters

builder

Type: GtkBuilder

No description available.

The data is owned by the caller of the method.
child

Type: GObject

No description available.

The data is owned by the caller of the method.
type

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.