Class: Gtk::ActionBar

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

Instance Method Summary collapse

Instance Method Details

#center_widgetGtk::Widget

Retrieves the center bar widget of the bar.

Returns:

#center_widget=(center_widget) ⇒ nil

Sets the center widget for the Gtk::ActionBar.

Parameters:

  • center_widget (Gtk::Widget)

    a widget to use for the center

Returns:

  • (nil)

#newGtk::Widget

Creates a new Gtk::ActionBar widget.

Returns:

#pack_end(child) ⇒ nil

Adds child to action_bar, packed with reference to the end of the action_bar.

Parameters:

  • child (Gtk::Widget)

    the Gtk::Widget to be added to action_bar

Returns:

  • (nil)

#pack_start(child) ⇒ nil

Adds child to action_bar, packed with reference to the start of the action_bar.

Parameters:

  • child (Gtk::Widget)

    the Gtk::Widget to be added to action_bar

Returns:

  • (nil)