• Devhelp 3.0 »
  • Classes »
  • Devhelp.SearchBar
  • Devhelp.SearchBar
    • Methods
    • Virtual Methods
    • Properties
    • Style Properties
    • Signals
    • Fields
    • Class Details
      • Devhelp.SearchBar
        • Devhelp.SearchBar.new()
        • Devhelp.SearchBar.get_notebook()
        • Devhelp.SearchBar.grab_focus_to_search_entry()
    • Property Details
      • Devhelp.SearchBar.props.notebook
  • Devhelp 3.0 »
  • Classes »
  • Devhelp.SearchBar
  • Devhelp.SearchBar
    • Methods
    • Virtual Methods
    • Properties
    • Style Properties
    • Signals
    • Fields
    • Class Details
      • Devhelp.SearchBar
        • Devhelp.SearchBar.new()
        • Devhelp.SearchBar.get_notebook()
        • Devhelp.SearchBar.grab_focus_to_search_entry()
    • Property Details
      • Devhelp.SearchBar.props.notebook

Devhelp.SearchBar¶

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget Devhelp.SearchBar Devhelp.SearchBar GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Bin Gtk.Bin Gtk.SearchBar Gtk.SearchBar Gtk.Bin->Gtk.SearchBar Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.SearchBar->Devhelp.SearchBar Gtk.Widget->Gtk.Container

Subclasses:

None

Methods¶

Inherited:

Gtk.SearchBar (7), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new (notebook)

get_notebook ()

grab_focus_to_search_entry ()

Virtual Methods¶

Inherited:

Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties¶

Inherited:

Gtk.SearchBar (2), Gtk.Container (3), Gtk.Widget (39)

Name

Type

Flags

Short Description

notebook

Devhelp.Notebook

r/w/co

Style Properties¶

Inherited:

Gtk.Widget (17)

Signals¶

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields¶

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

parent

Gtk.SearchBar

r

Class Details¶

class Devhelp.SearchBar(**kwargs)¶
Bases:

Gtk.SearchBar

Abstract:

No

Structure:

Devhelp.SearchBarClass

classmethod new(notebook)¶
Parameters:

notebook (Devhelp.Notebook) – a Devhelp.Notebook.

Returns:

a new Devhelp.SearchBar.

Return type:

Devhelp.SearchBar

New in version 3.30.

get_notebook()¶
Returns:

the Devhelp.SearchBar :notebook.

Return type:

Devhelp.Notebook

New in version 3.30.

grab_focus_to_search_entry()¶

Grabs the focus to the Devhelp.SearchBar search entry and selects its text.

New in version 3.36.

Property Details¶

Devhelp.SearchBar.props.notebook¶
Name:

notebook

Type:

Devhelp.Notebook

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The associated Devhelp.Notebook. Devhelp.SearchBar has a strong reference to the Devhelp.Notebook.

New in version 3.30.