A widget that displays the search results for all the searchers of a
search.
|
|
|
|
|
|
|
|
set_searchers(self,
searcher_entries)
Set the list of searchers used for the search and for which results
should be displayed. |
source code
|
|
|
|
set_results(self,
searcher_entry,
result_model)
Update the search results for a given searcher entry. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool
|
cycle_focus(self,
reverse=False,
excludes=[])
Try to pass the focus to the next child widget in a cyclic way. |
source code
|
|
|
|
|
bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool
|
|
|
|
|
|
|
|
|
|
|
|
|
do_state_changed(self,
previous_state)
Default 'state-changed' signal handler |
source code
|
|
|
|
do_style_set(self,
style)
Default 'style-set' signal handler |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_name(self,
name)
Set the name of the widget and potentially update its style if name
specific rules were declared in the stylesheets. |
source code
|
|
|
|
state__get(self)
The present state of the widget |
source code
|
|
|
|
state__set(self,
state)
Set the state of the widget and emit the "state-changed"
signal if necessary. |
source code
|
|
|
|
|
|
|
style__set(self,
style)
Set the present style, after binding it to the widget and subscribing
for property change notifications. |
source code
|
|
|
|
|
|
|
|
|
|
| add(self,
child,
forward_signals=True,
layer=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
get_factors_absolute(self,
unit)
Compute the size in absolute coordinates, that is the canvas
coordinates system, of one 'unit' for the x-axis and for the y-axis. |
source code
|
|
|
|
get_factors_relative(self,
unit)
Compute the size in relative coordinates, that is in the group's
coordinates system, of one 'unit' for the x-axis and for the y-axis. |
source code
|
|
|
|
is_mapped(self)
True when the group is visible, that is when it is in a canvas and
absolute_visible is True |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
elisa.core.input_event.EventValue
|
next_event_value = EventValue.KEY_GO_DOWN
An event value to navigate to the next widget
|
|
elisa.core.input_event.EventValue
|
prev_event_value = EventValue.KEY_GO_UP
An event value to navigate to the previous widget
|
|
|
__gsignals__ = {'focus':(gobject.SIGNAL_RUN_LAST, gobject.TYPE...
|
|
|
focus = property(_focus__get, _focus__set)
|
|
|
canvas = property(canvas__get, canvas__set)
|
|
|
layer = property(layer__get, layer__set)
|
|
|
absolute_height = property(absolute_height__get, absolute_heig...
|
|
|
absolute_width = property(absolute_width__get, absolute_width_...
|
|
|
absolute_x = property(absolute_x__get, absolute_x__set)
|
|
|
absolute_y = property(absolute_y__get, absolute_y__set)
|
|
|
absolute_z = property(absolute_z__get, absolute_z__set)
|
|
|
height = property(height__get, height__set)
|
|
|
opacity = property(opacity__get, opacity__set)
|
|
|
parent = property(parent__get, parent__set)
|
|
|
position = property(position__get, position__set)
|
|
|
size = property(size__get, size__set)
|
|
|
visible = property(visible__get, visible__set)
|
|
|
width = property(width__get, width__set)
|
|
|
x = property(x__get, x__set)
|
|
|
y = property(y__get, y__set)
|
|
|
z = property(z__get, z__set)
|