AdwPreferencesGroup

AdwPreferencesGroup

Functions

Properties

char * description Read / Write
char * title Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── AdwPreferencesGroup

Implemented Interfaces

AdwPreferencesGroup implements GtkAccessible, GtkBuildable and GtkConstraintTarget.

Description

Functions

adw_preferences_group_new ()

GtkWidget *
adw_preferences_group_new (void);

Creates a new AdwPreferencesGroup.

Returns

a new AdwPreferencesGroup

Since: 1.0


adw_preferences_group_get_title ()

const char *
adw_preferences_group_get_title (AdwPreferencesGroup *self);

Gets the title of self .

Parameters

Returns

the title of self .

Since: 1.0


adw_preferences_group_set_title ()

void
adw_preferences_group_set_title (AdwPreferencesGroup *self,
                                 const char *title);

Sets the title for self .

Parameters

self

a AdwPreferencesGroup

 

title

the title

 

Since: 1.0


adw_preferences_group_get_description ()

const char *
adw_preferences_group_get_description (AdwPreferencesGroup *self);

Parameters

Returns

the description of self .

Since: 1.0


adw_preferences_group_set_description ()

void
adw_preferences_group_set_description (AdwPreferencesGroup *self,
                                       const char *description);

Sets the description for self .

Parameters

self

a AdwPreferencesGroup

 

description

the description

 

Since: 1.0


adw_preferences_group_add ()

void
adw_preferences_group_add (AdwPreferencesGroup *self,
                           GtkWidget *child);

adw_preferences_group_remove ()

void
adw_preferences_group_remove (AdwPreferencesGroup *self,
                              GtkWidget *child);

Types and Values

ADW_TYPE_PREFERENCES_GROUP

#define ADW_TYPE_PREFERENCES_GROUP (adw_preferences_group_get_type())

struct AdwPreferencesGroupClass

struct AdwPreferencesGroupClass {
  GtkWidgetClass parent_class;
};

Members


AdwPreferencesGroup

typedef struct _AdwPreferencesGroup AdwPreferencesGroup;

Property Details

The “description” property

  “description”              char *

The description for this group of preferences.

Owner: AdwPreferencesGroup

Flags: Read / Write

Default value: ""

Since: 1.0


The “title” property

  “title”                    char *

The title for this group of preferences.

Owner: AdwPreferencesGroup

Flags: Read / Write

Default value: ""

Since: 1.0