Class: Handy::PreferencesGroup

Inherits:
Gtk::Bin
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Constructor Details

#initializeGtk::Widget

Creates a new HdyPreferencesGroup.

Instance Method Details

#descriptionString

The description for this group of preferences.

Returns:

  • (String)

    description

#description=(description) ⇒ String

The description for this group of preferences.

Parameters:

  • description (String)

Returns:

  • (String)

    description

  • (String)

    description

#titleString

The title for this group of preferences.

Returns:

  • (String)

    title

#title=(title) ⇒ String

The title for this group of preferences.

Parameters:

  • title (String)

Returns:

  • (String)

    title

  • (String)

    title

#use_markupBoolean

Gets whether self uses markup for the title and description.

Returns:

  • (Boolean)

    whether self uses markup for its labels

#use_markup=(use_markup) ⇒ Boolean

Whether to use markup for the title and description.

Parameters:

  • use_markup (Boolean)

Returns:

  • (Boolean)

    use-markup

  • (Boolean)

    use-markup

#use_markup?Boolean

Whether to use markup for the title and description.

Returns:

  • (Boolean)

    use-markup