| |
- gtk.DrawingArea(gtk.Widget)
-
- FigureCanvasGTK(gtk.DrawingArea, matplotlib.backend_bases.FigureCanvasBase)
- gtk.FileChooserDialog(gtk.Dialog, gtk.FileChooser)
-
- FileChooserDialog
- gtk.Toolbar(gtk.Container)
-
- NavigationToolbar
- NavigationToolbar2GTK(matplotlib.backend_bases.NavigationToolbar2, gtk.Toolbar)
- matplotlib.backend_bases.FigureCanvasBase
-
- FigureCanvasGTK(gtk.DrawingArea, matplotlib.backend_bases.FigureCanvasBase)
- matplotlib.backend_bases.FigureManagerBase
-
- FigureManagerGTK
- FigureManagerGTK
- matplotlib.backend_bases.NavigationToolbar2
-
- NavigationToolbar2GTK(matplotlib.backend_bases.NavigationToolbar2, gtk.Toolbar)
- DialogLineprops
class DialogLineprops |
|
A GUI dialog for controlling lineprops |
|
Methods defined here:
- __init__(self, lines)
- get_active_line(self)
- get the active line
- get_active_linestyle(self)
- get the active lineinestyle
- get_active_marker(self)
- get the active lineinestyle
- on_colorbutton_linestyle_color_set(self, button)
- on_colorbutton_markerface_color_set(self, button)
- called colorbutton marker clicked
- on_combobox_lineprops_changed(self, item)
- update the widgets from the active line
- on_combobox_linestyle_changed(self, item)
- on_combobox_marker_changed(self, item)
- on_dialog_lineprops_cancelbutton_clicked(self, button)
- on_dialog_lineprops_okbutton_clicked(self, button)
- show(self)
- populate the combo box
Data and other attributes defined here:
- i = 23
- linestyled = {'-': 4, '--': 1, '-.': 3, ':': 7, 'None': 0, 'steps': 6, 'steps-mid': 2, 'steps-post': 8, 'steps-pre': 5}
- linestyles = ['None', '--', 'steps-mid', '-.', '-', 'steps-pre', 'steps', ':', 'steps-post']
- ls = 'steps-post'
- m = '|'
- markerd = {'': 0, ' ': 1, '+': 2, ',': 3, '.': 4, '1': 5, '2': 7, '3': 6, '4': 8, '<': 9, ...}
- markers = ['', ' ', '+', ',', '.', '1', '3', '2', '4', '<', '>', 'None', 'D', 'H', '_', '^', 'd', 'h', 'o', 'p', ...]
- s = '|'
- signals = ('on_combobox_lineprops_changed', 'on_combobox_linestyle_changed', 'on_combobox_marker_changed', 'on_colorbutton_linestyle_color_set', 'on_colorbutton_markerface_color_set', 'on_dialog_lineprops_okbutton_clicked', 'on_dialog_lineprops_cancelbutton_clicked')
|
class FigureCanvasGTK(gtk.DrawingArea, matplotlib.backend_bases.FigureCanvasBase) |
| |
- Method resolution order:
- FigureCanvasGTK
- gtk.DrawingArea
- gtk.Widget
- gtk.Object
- gobject.GObject
- atk.ImplementorIface
- gtk.Buildable
- gobject.GInterface
- __builtin__.object
- matplotlib.backend_bases.FigureCanvasBase
Methods defined here:
- __init__(self, figure)
- button_press_event(self, widget, event)
- button_release_event(self, widget, event)
- configure_event(self, widget, event)
- draw(self)
- draw_idle(self)
- expose_event(self, widget, event)
- Expose_event for all GTK backends. Should not be overridden.
- flush_events(self)
- get_default_filetype(self)
- key_press_event(self, widget, event)
- key_release_event(self, widget, event)
- motion_notify_event(self, widget, event)
- print_jpeg(self, filename, *args, **kwargs)
- print_jpg = print_jpeg(self, filename, *args, **kwargs)
- print_png(self, filename, *args, **kwargs)
- scroll_event(self, widget, event)
- start_event_loop(self, timeout)
- Start an event loop. This is used to start a blocking event
loop so that interactive functions, such as ginput and
waitforbuttonpress, can wait for events. This should not be
confused with the main GUI event loop, which is always running
and has nothing to do with this.
This function provides default event loop functionality based
on time.sleep that is meant to be used until event loop
functions for each of the GUI backends can be written. As
such, it throws a deprecated warning.
Call signature::
start_event_loop_default(self,timeout=0)
This call blocks until a callback function triggers
stop_event_loop() or *timeout* is reached. If *timeout* is
<=0, never timeout.
- stop_event_loop(self)
- Stop an event loop. This is used to stop a blocking event
loop so that interactive functions, such as ginput and
waitforbuttonpress, can wait for events.
Call signature::
stop_event_loop_default(self)
Data and other attributes defined here:
- event_mask = <flags GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MA...ASK | GDK_LEAVE_NOTIFY_MASK of type GdkEventMask>
- filetypes = {'emf': 'Enhanced Metafile', 'eps': 'Encapsulated Postscript', 'jpeg': 'JPEG', 'jpg': 'JPEG', 'pdf': 'Portable Document Format', 'png': 'Portable Network Graphics', 'ps': 'Postscript', 'raw': 'Raw RGBA bitmap', 'rgba': 'Raw RGBA bitmap', 'svg': 'Scalable Vector Graphics', ...}
- keyvald = {65288: 'backspace', 65293: 'enter', 65299: 'break', 65300: 'scroll_lock', 65307: 'escape', 65360: 'home', 65361: 'left', 65362: 'up', 65363: 'right', 65364: 'down', ...}
Methods inherited from gtk.DrawingArea:
- size(...)
Data and other attributes inherited from gtk.DrawingArea:
- __gtype__ = <GType GtkDrawingArea (18662432)>
Methods inherited from gtk.Widget:
- activate(...)
- add_accelerator(...)
- add_events(...)
- add_mnemonic_label(...)
- can_activate_accel(...)
- child_focus(...)
- child_notify(...)
- class_path(...)
- create_pango_context(...)
- create_pango_layout(...)
- destroy(...)
- drag_begin(...)
- drag_check_threshold(...)
- drag_dest_add_image_targets(...)
- drag_dest_add_text_targets(...)
- drag_dest_add_uri_targets(...)
- drag_dest_find_target(...)
- drag_dest_get_target_list(...)
- drag_dest_get_track_motion(...)
- drag_dest_set(...)
- drag_dest_set_proxy(...)
- drag_dest_set_target_list(...)
- drag_dest_set_track_motion(...)
- drag_dest_unset(...)
- drag_get_data(...)
- drag_highlight(...)
- drag_source_add_image_targets(...)
- drag_source_add_text_targets(...)
- drag_source_add_uri_targets(...)
- drag_source_get_target_list(...)
- drag_source_set(...)
- drag_source_set_icon(...)
- drag_source_set_icon_name(...)
- drag_source_set_icon_pixbuf(...)
- drag_source_set_icon_stock(...)
- drag_source_set_target_list(...)
- drag_source_unset(...)
- drag_unhighlight(...)
- ensure_style(...)
- error_bell(...)
- event(...)
- freeze_child_notify(...)
- get_accessible(...)
- get_action(...)
- get_allocation(...)
- get_ancestor(...)
- get_child_requisition(...)
- get_child_visible(...)
- get_clipboard(...)
- get_colormap(...)
- get_composite_name(...)
- get_direction(...)
- get_display(...)
- get_events(...)
- get_extension_events(...)
- get_has_tooltip(...)
- get_modifier_style(...)
- get_name(...)
- get_no_show_all(...)
- get_pango_context(...)
- get_parent(...)
- get_parent_window(...)
- get_pointer(...)
- get_root_window(...)
- get_screen(...)
- get_settings(...)
- get_size_request(...)
- get_style(...)
- get_tooltip_markup(...)
- get_tooltip_text(...)
- get_tooltip_window(...)
- get_toplevel(...)
- get_visual(...)
- grab_add(...)
- grab_default(...)
- grab_focus(...)
- grab_remove(...)
- has_screen(...)
- hide(...)
- hide_all(...)
- hide_on_delete(...)
- input_shape_combine_mask(...)
- intersect(...)
- is_ancestor(...)
- is_composited(...)
- is_focus(...)
- keynav_failed(...)
- list_mnemonic_labels(...)
- map(...)
- menu_get_for_attach_widget(...)
- mnemonic_activate(...)
- modify_base(...)
- modify_bg(...)
- modify_cursor(...)
- modify_fg(...)
- modify_font(...)
- modify_style(...)
- modify_text(...)
- path(...)
- queue_clear(...)
- queue_clear_area(...)
- queue_draw(...)
- queue_draw_area(...)
- queue_resize(...)
- queue_resize_no_redraw(...)
- rc_get_style(...)
- realize(...)
- region_intersect(...)
- remove_accelerator(...)
- remove_mnemonic_label(...)
- render_icon(...)
- reparent(...)
- reset_rc_styles(...)
- reset_shapes(...)
- selection_add_target(...)
- selection_add_targets(...)
- selection_clear_targets(...)
- selection_convert(...)
- selection_owner_set(...)
- selection_remove_all(...)
- send_expose(...)
- set_accel_path(...)
- set_app_paintable(...)
- set_child_visible(...)
- set_colormap(...)
- set_composite_name(...)
- set_direction(...)
- set_double_buffered(...)
- set_events(...)
- set_extension_events(...)
- set_name(...)
- set_no_show_all(...)
- set_parent(...)
- set_parent_window(...)
- set_redraw_on_allocate(...)
- set_scroll_adjustments(...)
- set_sensitive(...)
- set_size_request(...)
- set_state(...)
- set_style(...)
- set_tooltip_markup(...)
- set_tooltip_text(...)
- set_tooltip_window(...)
- set_uposition(...)
- set_usize(...)
- shape_combine_mask(...)
- show(...)
- show_all(...)
- show_now(...)
- size_allocate(...)
- size_request(...)
- style_get_property(...)
- thaw_child_notify(...)
- translate_coordinates(...)
- trigger_tooltip_query(...)
- unmap(...)
- unparent(...)
- unrealize(...)
Data descriptors inherited from gtk.Widget:
- allocation
- name
- parent
- saved_state
- state
- style
- window
Data and other attributes inherited from gtk.Widget:
- do_button_press_event = <built-in method do_button_press_event of GObjectMeta object at 0x19cd070>
- do_button_release_event = <built-in method do_button_release_event of GObjectMeta object at 0x19cd070>
- do_can_activate_accel = <built-in method do_can_activate_accel of GObjectMeta object at 0x19cd070>
- do_client_event = <built-in method do_client_event of GObjectMeta object at 0x19cd070>
- do_composited_changed = <built-in method do_composited_changed of GObjectMeta object at 0x19cd070>
- do_configure_event = <built-in method do_configure_event of GObjectMeta object at 0x19cd070>
- do_delete_event = <built-in method do_delete_event of GObjectMeta object at 0x19cd070>
- do_destroy_event = <built-in method do_destroy_event of GObjectMeta object at 0x19cd070>
- do_direction_changed = <built-in method do_direction_changed of GObjectMeta object at 0x19cd070>
- do_drag_begin = <built-in method do_drag_begin of GObjectMeta object at 0x19cd070>
- do_drag_data_delete = <built-in method do_drag_data_delete of GObjectMeta object at 0x19cd070>
- do_drag_data_get = <built-in method do_drag_data_get of GObjectMeta object at 0x19cd070>
- do_drag_data_received = <built-in method do_drag_data_received of GObjectMeta object at 0x19cd070>
- do_drag_drop = <built-in method do_drag_drop of GObjectMeta object at 0x19cd070>
- do_drag_end = <built-in method do_drag_end of GObjectMeta object at 0x19cd070>
- do_drag_leave = <built-in method do_drag_leave of GObjectMeta object at 0x19cd070>
- do_drag_motion = <built-in method do_drag_motion of GObjectMeta object at 0x19cd070>
- do_enter_notify_event = <built-in method do_enter_notify_event of GObjectMeta object at 0x19cd070>
- do_event = <built-in method do_event of GObjectMeta object at 0x19cd070>
- do_expose_event = <built-in method do_expose_event of GObjectMeta object at 0x19cd070>
- do_focus = <built-in method do_focus of GObjectMeta object at 0x19cd070>
- do_focus_in_event = <built-in method do_focus_in_event of GObjectMeta object at 0x19cd070>
- do_focus_out_event = <built-in method do_focus_out_event of GObjectMeta object at 0x19cd070>
- do_get_accessible = <built-in method do_get_accessible of GObjectMeta object at 0x19cd070>
- do_grab_broken_event = <built-in method do_grab_broken_event of GObjectMeta object at 0x19cd070>
- do_grab_focus = <built-in method do_grab_focus of GObjectMeta object at 0x19cd070>
- do_grab_notify = <built-in method do_grab_notify of GObjectMeta object at 0x19cd070>
- do_hide = <built-in method do_hide of GObjectMeta object at 0x19cd070>
- do_hide_all = <built-in method do_hide_all of GObjectMeta object at 0x19cd070>
- do_hierarchy_changed = <built-in method do_hierarchy_changed of GObjectMeta object at 0x19cd070>
- do_key_press_event = <built-in method do_key_press_event of GObjectMeta object at 0x19cd070>
- do_key_release_event = <built-in method do_key_release_event of GObjectMeta object at 0x19cd070>
- do_leave_notify_event = <built-in method do_leave_notify_event of GObjectMeta object at 0x19cd070>
- do_map = <built-in method do_map of GObjectMeta object at 0x19cd070>
- do_map_event = <built-in method do_map_event of GObjectMeta object at 0x19cd070>
- do_mnemonic_activate = <built-in method do_mnemonic_activate of GObjectMeta object at 0x19cd070>
- do_motion_notify_event = <built-in method do_motion_notify_event of GObjectMeta object at 0x19cd070>
- do_no_expose_event = <built-in method do_no_expose_event of GObjectMeta object at 0x19cd070>
- do_parent_set = <built-in method do_parent_set of GObjectMeta object at 0x19cd070>
- do_popup_menu = <built-in method do_popup_menu of GObjectMeta object at 0x19cd070>
- do_property_notify_event = <built-in method do_property_notify_event of GObjectMeta object at 0x19cd070>
- do_proximity_in_event = <built-in method do_proximity_in_event of GObjectMeta object at 0x19cd070>
- do_proximity_out_event = <built-in method do_proximity_out_event of GObjectMeta object at 0x19cd070>
- do_realize = <built-in method do_realize of GObjectMeta object at 0x19cd070>
- do_screen_changed = <built-in method do_screen_changed of GObjectMeta object at 0x19cd070>
- do_scroll_event = <built-in method do_scroll_event of GObjectMeta object at 0x19cd070>
- do_selection_clear_event = <built-in method do_selection_clear_event of GObjectMeta object at 0x19cd070>
- do_selection_get = <built-in method do_selection_get of GObjectMeta object at 0x19cd070>
- do_selection_notify_event = <built-in method do_selection_notify_event of GObjectMeta object at 0x19cd070>
- do_selection_received = <built-in method do_selection_received of GObjectMeta object at 0x19cd070>
- do_selection_request_event = <built-in method do_selection_request_event of GObjectMeta object at 0x19cd070>
- do_show = <built-in method do_show of GObjectMeta object at 0x19cd070>
- do_show_all = <built-in method do_show_all of GObjectMeta object at 0x19cd070>
- do_show_help = <built-in method do_show_help of GObjectMeta object at 0x19cd070>
- do_size_allocate = <built-in method do_size_allocate of GObjectMeta object at 0x19cd070>
- do_size_request = <built-in method do_size_request of GObjectMeta object at 0x19cd070>
- do_state_changed = <built-in method do_state_changed of GObjectMeta object at 0x19cd070>
- do_style_set = <built-in method do_style_set of GObjectMeta object at 0x19cd070>
- do_unmap = <built-in method do_unmap of GObjectMeta object at 0x19cd070>
- do_unmap_event = <built-in method do_unmap_event of GObjectMeta object at 0x19cd070>
- do_unrealize = <built-in method do_unrealize of GObjectMeta object at 0x19cd070>
- do_visibility_notify_event = <built-in method do_visibility_notify_event of GObjectMeta object at 0x19cd070>
- do_window_state_event = <built-in method do_window_state_event of GObjectMeta object at 0x19cd070>
- get_activate_signal = <built-in method get_activate_signal of GObjectMeta object at 0x19cd070>
- set_activate_signal = <built-in method set_activate_signal of GObjectMeta object at 0x19cd070>
- set_set_scroll_adjustments_signal = <built-in method set_set_scroll_adjustments_signal of GObjectMeta object at 0x19cd070>
Methods inherited from gtk.Object:
- flags(...)
- remove_data(...)
- remove_no_notify(...)
- set_flags(...)
- unset_flags(...)
Data and other attributes inherited from gtk.Object:
- do_destroy = <built-in method do_destroy of GObjectMeta object at 0x19cd070>
Methods inherited from gobject.GObject:
- __cmp__(...)
- x.__cmp__(y) <==> cmp(x,y)
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __gobject_init__(...)
- __hash__(...)
- x.__hash__() <==> hash(x)
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- chain(...)
- connect(...)
- connect_after(...)
- connect_object(...)
- connect_object_after(...)
- disconnect(...)
- disconnect_by_func(...)
- emit(...)
- emit_stop_by_name(...)
- freeze_notify(...)
- get_data(...)
- get_properties(...)
- get_property(...)
- handler_block(...)
- handler_block_by_func(...)
- handler_disconnect(...)
- handler_is_connected(...)
- handler_unblock(...)
- handler_unblock_by_func(...)
- notify(...)
- set_data(...)
- set_properties(...)
- set_property(...)
- stop_emission(...)
- thaw_notify(...)
- weak_ref(...)
Data descriptors inherited from gobject.GObject:
- __dict__
- __grefcount__
Data and other attributes inherited from gobject.GObject:
- __gdoc__ = 'Object GtkDrawingArea\n\nSignals from GtkWidget:\n ...ointer\n\nSignals from GObject:\n notify (GParam)\n\n'
- __new__ = <built-in method __new__ of GObjectMeta object at 0x7f5d82c48820>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
- props = <gobject.GProps object at 0x1a3e0d0>
Methods inherited from atk.ImplementorIface:
- ref_accessible(...)
Methods inherited from gtk.Buildable:
- add_child(...)
- construct_child(...)
- get_internal_child(...)
- parser_finished(...)
Data and other attributes inherited from gtk.Buildable:
- do_add_child = <built-in method do_add_child of GObjectMeta object at 0x19cd070>
- do_construct_child = <built-in method do_construct_child of GObjectMeta object at 0x19cd070>
- do_get_internal_child = <built-in method do_get_internal_child of GObjectMeta object at 0x19cd070>
- do_parser_finished = <built-in method do_parser_finished of GObjectMeta object at 0x19cd070>
- do_set_name = <built-in method do_set_name of GObjectMeta object at 0x19cd070>
Methods inherited from matplotlib.backend_bases.FigureCanvasBase:
- blit(self, bbox=None)
- blit the canvas in bbox (default entire canvas)
- draw_cursor(self, event)
- Draw a cursor in the event.axes if inaxes is not None. Use
native GUI drawing for efficiency if possible
- draw_event(self, renderer)
- This method will be call all functions connected to the
'draw_event' with a :class:`DrawEvent`
- get_supported_filetypes(self)
- get_supported_filetypes_grouped(self)
- get_width_height(self)
- return the figure width and height in points or pixels
(depending on the backend), truncated to integers
- idle_event(self, guiEvent=None)
- call when GUI is idle
- mpl_connect(self, s, func)
- Connect event with string *s* to *func*. The signature of *func* is::
def func(event)
where event is a :class:`matplotlib.backend_bases.Event`. The
following events are recognized
- 'button_press_event'
- 'button_release_event'
- 'draw_event'
- 'key_press_event'
- 'key_release_event'
- 'motion_notify_event'
- 'pick_event'
- 'resize_event'
- 'scroll_event'
For the location events (button and key press/release), if the
mouse is over the axes, the variable ``event.inaxes`` will be
set to the :class:`~matplotlib.axes.Axes` the event occurs is
over, and additionally, the variables ``event.xdata`` and
``event.ydata`` will be defined. This is the mouse location
in data coords. See
:class:`~matplotlib.backend_bases.KeyEvent` and
:class:`~matplotlib.backend_bases.MouseEvent` for more info.
Return value is a connection id that can be used with
:meth:`~matplotlib.backend_bases.Event.mpl_disconnect`.
Example usage::
def on_press(event):
print 'you pressed', event.button, event.xdata, event.ydata
cid = canvas.mpl_connect('button_press_event', on_press)
- mpl_disconnect(self, cid)
- disconnect callback id cid
Example usage::
cid = canvas.mpl_connect('button_press_event', on_press)
#...later
canvas.mpl_disconnect(cid)
- onHilite(self, ev)
- Mouse event processor which highlights the artists
under the cursor. Connect this to the 'motion_notify_event'
using::
canvas.mpl_connect('motion_notify_event',canvas.onHilite)
- onRemove(self, ev)
- Mouse event processor which removes the top artist
under the cursor. Connect this to the 'mouse_press_event'
using::
canvas.mpl_connect('mouse_press_event',canvas.onRemove)
- pick(self, mouseevent)
- pick_event(self, mouseevent, artist, **kwargs)
- This method will be called by artists who are picked and will
fire off :class:`PickEvent` callbacks registered listeners
- print_bmp = print_raw(self, *args, **kwargs)
- print_emf(self, *args, **kwargs)
- print_eps(self, *args, **kwargs)
- print_figure(self, filename, dpi=None, facecolor='w', edgecolor='w', orientation='portrait', format=None, **kwargs)
- Render the figure to hardcopy. Set the figure patch face and edge
colors. This is useful because some of the GUIs have a gray figure
face color background and you'll probably want to override this on
hardcopy.
Arguments are:
*filename*
can also be a file object on image backends
*orientation*
only currently applies to PostScript printing.
*dpi*
the dots per inch to save the figure in; if None, use savefig.dpi
*facecolor*
the facecolor of the figure
*edgecolor*
the edgecolor of the figure
*orientation* '
landscape' | 'portrait' (not supported on all backends)
*format*
when set, forcibly set the file format to save to
- print_pdf(self, *args, **kwargs)
- print_ps(self, *args, **kwargs)
- print_raw(self, *args, **kwargs)
- print_rgb = print_raw(self, *args, **kwargs)
- print_svg(self, *args, **kwargs)
- print_svgz(self, *args, **kwargs)
- resize(self, w, h)
- set the canvas size in pixels
- resize_event(self)
- This method will be call all functions connected to the
'resize_event' with a :class:`ResizeEvent`
- set_window_title(self, title)
- Set the title text of the window containing the figure. Note that
this has no effect if there is no window (eg, a PS backend).
- start_event_loop_default(self, timeout=0)
- Start an event loop. This is used to start a blocking event
loop so that interactive functions, such as ginput and
waitforbuttonpress, can wait for events. This should not be
confused with the main GUI event loop, which is always running
and has nothing to do with this.
This function provides default event loop functionality based
on time.sleep that is meant to be used until event loop
functions for each of the GUI backends can be written. As
such, it throws a deprecated warning.
Call signature::
start_event_loop_default(self,timeout=0)
This call blocks until a callback function triggers
stop_event_loop() or *timeout* is reached. If *timeout* is
<=0, never timeout.
- stop_event_loop_default(self)
- Stop an event loop. This is used to stop a blocking event
loop so that interactive functions, such as ginput and
waitforbuttonpress, can wait for events.
Call signature::
stop_event_loop_default(self)
- switch_backends(self, FigureCanvasClass)
- instantiate an instance of FigureCanvasClass
This is used for backend switching, eg, to instantiate a
FigureCanvasPS from a FigureCanvasGTK. Note, deep copying is
not done, so any changes to one of the instances (eg, setting
figure size or line props), will be reflected in the other
Data and other attributes inherited from matplotlib.backend_bases.FigureCanvasBase:
- events = ['resize_event', 'draw_event', 'key_press_event', 'key_release_event', 'button_press_event', 'button_release_event', 'scroll_event', 'motion_notify_event', 'pick_event', 'idle_event']
|
class FileChooserDialog(gtk.FileChooserDialog) |
|
GTK+ 2.4 file selector which remembers the last file/directory
selected and presents the user with a menu of supported image formats |
|
- Method resolution order:
- FileChooserDialog
- gtk.FileChooserDialog
- gtk.Dialog
- gtk.Window
- gtk.Bin
- gtk.Container
- gtk.Widget
- gtk.Object
- gobject.GObject
- atk.ImplementorIface
- gtk.Buildable
- gtk.FileChooser
- gobject.GInterface
- __builtin__.object
Methods defined here:
- __init__(self, title='Save file', parent=None, action=<enum GTK_FILE_CHOOSER_ACTION_SAVE of type GtkFileChooserAction>, buttons=('gtk-cancel', <enum GTK_RESPONSE_CANCEL of type GtkResponseType>, 'gtk-save', <enum GTK_RESPONSE_OK of type GtkResponseType>), path=None, filetypes=[], default_filetype=None)
- get_filename_from_user(self)
Data and other attributes inherited from gtk.FileChooserDialog:
- __gtype__ = <GType GtkFileChooserDialog (11235936)>
Methods inherited from gtk.Dialog:
- add_action_widget(...)
- add_button(...)
- add_buttons(...)
- get_has_separator(...)
- get_response_for_widget(...)
- response(...)
- run(...)
- set_alternative_button_order(...)
- set_default_response(...)
- set_has_separator(...)
- set_response_sensitive(...)
Data descriptors inherited from gtk.Dialog:
- action_area
- vbox
Data and other attributes inherited from gtk.Dialog:
- do_close = <built-in method do_close of GObjectMeta object at 0x19d9390>
- do_response = <built-in method do_response of GObjectMeta object at 0x19d9390>
Methods inherited from gtk.Window:
- activate_default(...)
- activate_focus(...)
- activate_key(...)
- add_accel_group(...)
- add_mnemonic(...)
- begin_move_drag(...)
- begin_resize_drag(...)
- deiconify(...)
- fullscreen(...)
- get_accept_focus(...)
- get_decorated(...)
- get_default_size(...)
- get_deletable(...)
- get_destroy_with_parent(...)
- get_focus(...)
- get_focus_on_map(...)
- get_frame_dimensions(...)
- get_gravity(...)
- get_group(...)
- get_has_frame(...)
- get_icon(...)
- get_icon_list(...)
- get_icon_name(...)
- get_mnemonic_modifier(...)
- get_modal(...)
- get_opacity(...)
- get_position(...)
- get_resizable(...)
- get_role(...)
- get_screen(...)
- get_size(...)
- get_skip_pager_hint(...)
- get_skip_taskbar_hint(...)
- get_title(...)
- get_transient_for(...)
- get_type_hint(...)
- get_urgency_hint(...)
- has_toplevel_focus(...)
- iconify(...)
- is_active(...)
- maximize(...)
- mnemonic_activate(...)
- move(...)
- parse_geometry(...)
- present(...)
- present_with_time(...)
- propagate_key_event(...)
- remove_accel_group(...)
- remove_mnemonic(...)
- reshow_with_initial_size(...)
- resize(...)
- set_accept_focus(...)
- set_decorated(...)
- set_default(...)
- set_default_size(...)
- set_deletable(...)
- set_destroy_with_parent(...)
- set_focus(...)
- set_focus_on_map(...)
- set_frame_dimensions(...)
- set_geometry_hints(...)
- set_gravity(...)
- set_has_frame(...)
- set_icon(...)
- set_icon_from_file(...)
- set_icon_list(...)
- set_icon_name(...)
- set_keep_above(...)
- set_keep_below(...)
- set_mnemonic_modifier(...)
- set_modal(...)
- set_opacity(...)
- set_policy(...)
- set_position(...)
- set_resizable(...)
- set_role(...)
- set_screen(...)
- set_skip_pager_hint(...)
- set_skip_taskbar_hint(...)
- set_startup_id(...)
- set_title(...)
- set_transient_for(...)
- set_type_hint(...)
- set_urgency_hint(...)
- set_wmclass(...)
- stick(...)
- tooltips_get_info_from_tip_window(...)
- unfullscreen(...)
- unmaximize(...)
- unstick(...)
Data descriptors inherited from gtk.Window:
- allow_grow
- allow_shrink
- configure_notify_received
- configure_request_count
- decorated
- default_widget
- destroy_with_parent
- focus_widget
- frame
- frame_bottom
- frame_left
- frame_right
- frame_top
- gravity
- group
- has_focus
- has_frame
- has_user_ref_count
- iconify_initially
- keys_changed_handler
- maximize_initially
- mnemonic_modifier
- modal
- need_default_position
- need_default_size
- position
- stick_initially
- title
- transient_parent
- type
- type_hint
- wm_role
- wmclass_class
- wmclass_name
Data and other attributes inherited from gtk.Window:
- do_activate_default = <built-in method do_activate_default of GObjectMeta object at 0x19d9390>
- do_activate_focus = <built-in method do_activate_focus of GObjectMeta object at 0x19d9390>
- do_frame_event = <built-in method do_frame_event of GObjectMeta object at 0x19d9390>
- do_keys_changed = <built-in method do_keys_changed of GObjectMeta object at 0x19d9390>
- do_move_focus = <built-in method do_move_focus of GObjectMeta object at 0x19d9390>
- do_set_focus = <built-in method do_set_focus of GObjectMeta object at 0x19d9390>
Methods inherited from gtk.Bin:
- get_child(...)
Data descriptors inherited from gtk.Bin:
- child
Methods inherited from gtk.Container:
- __iter__(...)
- x.__iter__() <==> iter(x)
- __len__(...)
- x.__len__() <==> len(x)
- __nonzero__(...)
- x.__nonzero__() <==> x != 0
- add(...)
- add_with_properties(...)
- check_resize(...)
- child_get(...)
- child_get_property(...)
- child_set(...)
- child_set_property(...)
- child_type(...)
- children(...)
- forall(...)
- foreach(...)
- get_border_width(...)
- get_children(...)
- get_focus_chain(...)
- get_focus_hadjustment(...)
- get_focus_vadjustment(...)
- get_resize_mode(...)
- propagate_expose(...)
- remove(...)
- resize_children(...)
- set_border_width(...)
- set_focus_chain(...)
- set_focus_child(...)
- set_focus_hadjustment(...)
- set_focus_vadjustment(...)
- set_reallocate_redraws(...)
- set_resize_mode(...)
- unset_focus_chain(...)
Data descriptors inherited from gtk.Container:
- border_width
- focus_child
- has_focus_chain
- need_resize
- reallocate_redraws
- resize_mode
Data and other attributes inherited from gtk.Container:
- do_add = <built-in method do_add of GObjectMeta object at 0x19d9390>
- do_check_resize = <built-in method do_check_resize of GObjectMeta object at 0x19d9390>
- do_child_type = <built-in method do_child_type of GObjectMeta object at 0x19d9390>
- do_composite_name = <built-in method do_composite_name of GObjectMeta object at 0x19d9390>
- do_forall = <built-in method do_forall of GObjectMeta object at 0x19d9390>
- do_get_child_property = <built-in method do_get_child_property of GObjectMeta object at 0x19d9390>
- do_remove = <built-in method do_remove of GObjectMeta object at 0x19d9390>
- do_set_child_property = <built-in method do_set_child_property of GObjectMeta object at 0x19d9390>
- do_set_focus_child = <built-in method do_set_focus_child of GObjectMeta object at 0x19d9390>
- install_child_property = <built-in method install_child_property of GObjectMeta object at 0x19d9390>
- list_child_properties = <built-in method list_child_properties of GObjectMeta object at 0x19d9390>
Methods inherited from gtk.Widget:
- activate(...)
- add_accelerator(...)
- add_events(...)
- add_mnemonic_label(...)
- can_activate_accel(...)
- child_focus(...)
- child_notify(...)
- class_path(...)
- create_pango_context(...)
- create_pango_layout(...)
- destroy(...)
- drag_begin(...)
- drag_check_threshold(...)
- drag_dest_add_image_targets(...)
- drag_dest_add_text_targets(...)
- drag_dest_add_uri_targets(...)
- drag_dest_find_target(...)
- drag_dest_get_target_list(...)
- drag_dest_get_track_motion(...)
- drag_dest_set(...)
- drag_dest_set_proxy(...)
- drag_dest_set_target_list(...)
- drag_dest_set_track_motion(...)
- drag_dest_unset(...)
- drag_get_data(...)
- drag_highlight(...)
- drag_source_add_image_targets(...)
- drag_source_add_text_targets(...)
- drag_source_add_uri_targets(...)
- drag_source_get_target_list(...)
- drag_source_set(...)
- drag_source_set_icon(...)
- drag_source_set_icon_name(...)
- drag_source_set_icon_pixbuf(...)
- drag_source_set_icon_stock(...)
- drag_source_set_target_list(...)
- drag_source_unset(...)
- drag_unhighlight(...)
- draw(...)
- ensure_style(...)
- error_bell(...)
- event(...)
- freeze_child_notify(...)
- get_accessible(...)
- get_action(...)
- get_allocation(...)
- get_ancestor(...)
- get_child_requisition(...)
- get_child_visible(...)
- get_clipboard(...)
- get_colormap(...)
- get_composite_name(...)
- get_direction(...)
- get_display(...)
- get_events(...)
- get_extension_events(...)
- get_has_tooltip(...)
- get_modifier_style(...)
- get_name(...)
- get_no_show_all(...)
- get_pango_context(...)
- get_parent(...)
- get_parent_window(...)
- get_pointer(...)
- get_root_window(...)
- get_settings(...)
- get_size_request(...)
- get_style(...)
- get_tooltip_markup(...)
- get_tooltip_text(...)
- get_tooltip_window(...)
- get_toplevel(...)
- get_visual(...)
- grab_add(...)
- grab_default(...)
- grab_focus(...)
- grab_remove(...)
- has_screen(...)
- hide(...)
- hide_all(...)
- hide_on_delete(...)
- input_shape_combine_mask(...)
- intersect(...)
- is_ancestor(...)
- is_composited(...)
- is_focus(...)
- keynav_failed(...)
- list_mnemonic_labels(...)
- map(...)
- menu_get_for_attach_widget(...)
- modify_base(...)
- modify_bg(...)
- modify_cursor(...)
- modify_fg(...)
- modify_font(...)
- modify_style(...)
- modify_text(...)
- path(...)
- queue_clear(...)
- queue_clear_area(...)
- queue_draw(...)
- queue_draw_area(...)
- queue_resize(...)
- queue_resize_no_redraw(...)
- rc_get_style(...)
- realize(...)
- region_intersect(...)
- remove_accelerator(...)
- remove_mnemonic_label(...)
- render_icon(...)
- reparent(...)
- reset_rc_styles(...)
- reset_shapes(...)
- selection_add_target(...)
- selection_add_targets(...)
- selection_clear_targets(...)
- selection_convert(...)
- selection_owner_set(...)
- selection_remove_all(...)
- send_expose(...)
- set_accel_path(...)
- set_app_paintable(...)
- set_child_visible(...)
- set_colormap(...)
- set_composite_name(...)
- set_direction(...)
- set_double_buffered(...)
- set_events(...)
- set_extension_events(...)
- set_name(...)
- set_no_show_all(...)
- set_parent(...)
- set_parent_window(...)
- set_redraw_on_allocate(...)
- set_scroll_adjustments(...)
- set_sensitive(...)
- set_size_request(...)
- set_state(...)
- set_style(...)
- set_tooltip_markup(...)
- set_tooltip_text(...)
- set_tooltip_window(...)
- set_uposition(...)
- set_usize(...)
- shape_combine_mask(...)
- show(...)
- show_all(...)
- show_now(...)
- size_allocate(...)
- size_request(...)
- style_get_property(...)
- thaw_child_notify(...)
- translate_coordinates(...)
- trigger_tooltip_query(...)
- unmap(...)
- unparent(...)
- unrealize(...)
Data descriptors inherited from gtk.Widget:
- allocation
- name
- parent
- saved_state
- state
- style
- window
Data and other attributes inherited from gtk.Widget:
- do_button_press_event = <built-in method do_button_press_event of GObjectMeta object at 0x19d9390>
- do_button_release_event = <built-in method do_button_release_event of GObjectMeta object at 0x19d9390>
- do_can_activate_accel = <built-in method do_can_activate_accel of GObjectMeta object at 0x19d9390>
- do_client_event = <built-in method do_client_event of GObjectMeta object at 0x19d9390>
- do_composited_changed = <built-in method do_composited_changed of GObjectMeta object at 0x19d9390>
- do_configure_event = <built-in method do_configure_event of GObjectMeta object at 0x19d9390>
- do_delete_event = <built-in method do_delete_event of GObjectMeta object at 0x19d9390>
- do_destroy_event = <built-in method do_destroy_event of GObjectMeta object at 0x19d9390>
- do_direction_changed = <built-in method do_direction_changed of GObjectMeta object at 0x19d9390>
- do_drag_begin = <built-in method do_drag_begin of GObjectMeta object at 0x19d9390>
- do_drag_data_delete = <built-in method do_drag_data_delete of GObjectMeta object at 0x19d9390>
- do_drag_data_get = <built-in method do_drag_data_get of GObjectMeta object at 0x19d9390>
- do_drag_data_received = <built-in method do_drag_data_received of GObjectMeta object at 0x19d9390>
- do_drag_drop = <built-in method do_drag_drop of GObjectMeta object at 0x19d9390>
- do_drag_end = <built-in method do_drag_end of GObjectMeta object at 0x19d9390>
- do_drag_leave = <built-in method do_drag_leave of GObjectMeta object at 0x19d9390>
- do_drag_motion = <built-in method do_drag_motion of GObjectMeta object at 0x19d9390>
- do_enter_notify_event = <built-in method do_enter_notify_event of GObjectMeta object at 0x19d9390>
- do_event = <built-in method do_event of GObjectMeta object at 0x19d9390>
- do_expose_event = <built-in method do_expose_event of GObjectMeta object at 0x19d9390>
- do_focus = <built-in method do_focus of GObjectMeta object at 0x19d9390>
- do_focus_in_event = <built-in method do_focus_in_event of GObjectMeta object at 0x19d9390>
- do_focus_out_event = <built-in method do_focus_out_event of GObjectMeta object at 0x19d9390>
- do_get_accessible = <built-in method do_get_accessible of GObjectMeta object at 0x19d9390>
- do_grab_broken_event = <built-in method do_grab_broken_event of GObjectMeta object at 0x19d9390>
- do_grab_focus = <built-in method do_grab_focus of GObjectMeta object at 0x19d9390>
- do_grab_notify = <built-in method do_grab_notify of GObjectMeta object at 0x19d9390>
- do_hide = <built-in method do_hide of GObjectMeta object at 0x19d9390>
- do_hide_all = <built-in method do_hide_all of GObjectMeta object at 0x19d9390>
- do_hierarchy_changed = <built-in method do_hierarchy_changed of GObjectMeta object at 0x19d9390>
- do_key_press_event = <built-in method do_key_press_event of GObjectMeta object at 0x19d9390>
- do_key_release_event = <built-in method do_key_release_event of GObjectMeta object at 0x19d9390>
- do_leave_notify_event = <built-in method do_leave_notify_event of GObjectMeta object at 0x19d9390>
- do_map = <built-in method do_map of GObjectMeta object at 0x19d9390>
- do_map_event = <built-in method do_map_event of GObjectMeta object at 0x19d9390>
- do_mnemonic_activate = <built-in method do_mnemonic_activate of GObjectMeta object at 0x19d9390>
- do_motion_notify_event = <built-in method do_motion_notify_event of GObjectMeta object at 0x19d9390>
- do_no_expose_event = <built-in method do_no_expose_event of GObjectMeta object at 0x19d9390>
- do_parent_set = <built-in method do_parent_set of GObjectMeta object at 0x19d9390>
- do_popup_menu = <built-in method do_popup_menu of GObjectMeta object at 0x19d9390>
- do_property_notify_event = <built-in method do_property_notify_event of GObjectMeta object at 0x19d9390>
- do_proximity_in_event = <built-in method do_proximity_in_event of GObjectMeta object at 0x19d9390>
- do_proximity_out_event = <built-in method do_proximity_out_event of GObjectMeta object at 0x19d9390>
- do_realize = <built-in method do_realize of GObjectMeta object at 0x19d9390>
- do_screen_changed = <built-in method do_screen_changed of GObjectMeta object at 0x19d9390>
- do_scroll_event = <built-in method do_scroll_event of GObjectMeta object at 0x19d9390>
- do_selection_clear_event = <built-in method do_selection_clear_event of GObjectMeta object at 0x19d9390>
- do_selection_get = <built-in method do_selection_get of GObjectMeta object at 0x19d9390>
- do_selection_notify_event = <built-in method do_selection_notify_event of GObjectMeta object at 0x19d9390>
- do_selection_received = <built-in method do_selection_received of GObjectMeta object at 0x19d9390>
- do_selection_request_event = <built-in method do_selection_request_event of GObjectMeta object at 0x19d9390>
- do_show = <built-in method do_show of GObjectMeta object at 0x19d9390>
- do_show_all = <built-in method do_show_all of GObjectMeta object at 0x19d9390>
- do_show_help = <built-in method do_show_help of GObjectMeta object at 0x19d9390>
- do_size_allocate = <built-in method do_size_allocate of GObjectMeta object at 0x19d9390>
- do_size_request = <built-in method do_size_request of GObjectMeta object at 0x19d9390>
- do_state_changed = <built-in method do_state_changed of GObjectMeta object at 0x19d9390>
- do_style_set = <built-in method do_style_set of GObjectMeta object at 0x19d9390>
- do_unmap = <built-in method do_unmap of GObjectMeta object at 0x19d9390>
- do_unmap_event = <built-in method do_unmap_event of GObjectMeta object at 0x19d9390>
- do_unrealize = <built-in method do_unrealize of GObjectMeta object at 0x19d9390>
- do_visibility_notify_event = <built-in method do_visibility_notify_event of GObjectMeta object at 0x19d9390>
- do_window_state_event = <built-in method do_window_state_event of GObjectMeta object at 0x19d9390>
- get_activate_signal = <built-in method get_activate_signal of GObjectMeta object at 0x19d9390>
- set_activate_signal = <built-in method set_activate_signal of GObjectMeta object at 0x19d9390>
- set_set_scroll_adjustments_signal = <built-in method set_set_scroll_adjustments_signal of GObjectMeta object at 0x19d9390>
Methods inherited from gtk.Object:
- flags(...)
- remove_data(...)
- remove_no_notify(...)
- set_flags(...)
- unset_flags(...)
Data and other attributes inherited from gtk.Object:
- do_destroy = <built-in method do_destroy of GObjectMeta object at 0x19d9390>
Methods inherited from gobject.GObject:
- __cmp__(...)
- x.__cmp__(y) <==> cmp(x,y)
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __gobject_init__(...)
- __hash__(...)
- x.__hash__() <==> hash(x)
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- chain(...)
- connect(...)
- connect_after(...)
- connect_object(...)
- connect_object_after(...)
- disconnect(...)
- disconnect_by_func(...)
- emit(...)
- emit_stop_by_name(...)
- freeze_notify(...)
- get_data(...)
- get_properties(...)
- get_property(...)
- handler_block(...)
- handler_block_by_func(...)
- handler_disconnect(...)
- handler_is_connected(...)
- handler_unblock(...)
- handler_unblock_by_func(...)
- notify(...)
- set_data(...)
- set_properties(...)
- set_property(...)
- stop_emission(...)
- thaw_notify(...)
- weak_ref(...)
Data descriptors inherited from gobject.GObject:
- __dict__
- __grefcount__
Data and other attributes inherited from gobject.GObject:
- __gdoc__ = 'Object GtkFileChooserDialog\n\nGTK+ 2.4 file selec...ointer\n\nSignals from GObject:\n notify (GParam)\n\n'
- __new__ = <built-in method __new__ of GObjectMeta object at 0x7f5d82c48820>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
- props = <gobject.GProps object at 0x1a21c90>
Methods inherited from atk.ImplementorIface:
- ref_accessible(...)
Methods inherited from gtk.Buildable:
- add_child(...)
- construct_child(...)
- get_internal_child(...)
- parser_finished(...)
Data and other attributes inherited from gtk.Buildable:
- do_add_child = <built-in method do_add_child of GObjectMeta object at 0x19d9390>
- do_construct_child = <built-in method do_construct_child of GObjectMeta object at 0x19d9390>
- do_get_internal_child = <built-in method do_get_internal_child of GObjectMeta object at 0x19d9390>
- do_parser_finished = <built-in method do_parser_finished of GObjectMeta object at 0x19d9390>
- do_set_name = <built-in method do_set_name of GObjectMeta object at 0x19d9390>
Methods inherited from gtk.FileChooser:
- add_filter(...)
- add_shortcut_folder(...)
- add_shortcut_folder_uri(...)
- get_current_folder(...)
- get_current_folder_uri(...)
- get_do_overwrite_confirmation(...)
- get_extra_widget(...)
- get_filename(...)
- get_filenames(...)
- get_filter(...)
- get_local_only(...)
- get_preview_filename(...)
- get_preview_uri(...)
- get_preview_widget(...)
- get_preview_widget_active(...)
- get_select_multiple(...)
- get_show_hidden(...)
- get_uri(...)
- get_uris(...)
- get_use_preview_label(...)
- list_filters(...)
- list_shortcut_folder_uris(...)
- list_shortcut_folders(...)
- remove_filter(...)
- remove_shortcut_folder(...)
- remove_shortcut_folder_uri(...)
- select_all(...)
- select_filename(...)
- select_uri(...)
- set_action(...)
- set_current_folder(...)
- set_current_folder_uri(...)
- set_current_name(...)
- set_do_overwrite_confirmation(...)
- set_extra_widget(...)
- set_filename(...)
- set_filter(...)
- set_local_only(...)
- set_preview_widget(...)
- set_preview_widget_active(...)
- set_select_multiple(...)
- set_show_hidden(...)
- set_uri(...)
- set_use_preview_label(...)
- unselect_all(...)
- unselect_filename(...)
- unselect_uri(...)
|
class NavigationToolbar(gtk.Toolbar) |
|
Public attributes
canvas - the FigureCanvas (gtk.DrawingArea)
win - the gtk.Window |
|
- Method resolution order:
- NavigationToolbar
- gtk.Toolbar
- gtk.Container
- gtk.Widget
- gtk.Object
- gobject.GObject
- atk.ImplementorIface
- gtk.Buildable
- gobject.GInterface
- __builtin__.object
Methods defined here:
- __init__(self, canvas, window)
- figManager is the FigureManagerGTK instance that contains the
toolbar, with attributes figure, window and drawingArea
- panx(self, button, direction)
- panx in direction
- pany(self, button, direction)
- pany in direction
- save_figure(self, button)
- set_active(self, ind)
- zoomx(self, button, direction)
- zoomx in direction
- zoomy(self, button, direction)
- zoomy in direction
Data and other attributes defined here:
- toolitems = (('Left', 'Pan left with click or wheel mouse (bidirectional)', 'gtk-go-back', 'panx', -1, True), ('Right', 'Pan right with click or wheel mouse (bidirectional)', 'gtk-go-forward', 'panx', 1, True), ('Zoom In X', 'Zoom In X (shrink the x axis limits) with click or wheel mouse (bidirectional)', 'gtk-zoom-in', 'zoomx', 1, True), ('Zoom Out X', 'Zoom Out X (expand the x axis limits) with click or wheel mouse (bidirectional)', 'gtk-zoom-out', 'zoomx', -1, True), (None, None, None, None, None, None), ('Up', 'Pan up with click or wheel mouse (bidirectional)', 'gtk-go-up', 'pany', 1, True), ('Down', 'Pan down with click or wheel mouse (bidirectional)', 'gtk-go-down', 'pany', -1, True), ('Zoom In Y', 'Zoom in Y (shrink the y axis limits) with click or wheel mouse (bidirectional)', 'gtk-zoom-in', 'zoomy', 1, True), ('Zoom Out Y', 'Zoom Out Y (expand the y axis limits) with click or wheel mouse (bidirectional)', 'gtk-zoom-out', 'zoomy', -1, True), (None, None, None, None, None, None), ('Save', 'Save the figure', 'gtk-save', 'save_figure', None, False))
Methods inherited from gtk.Toolbar:
- append_element(...)
- append_item(...)
- append_space(...)
- append_widget(...)
- get_drop_index(...)
- get_icon_size(...)
- get_item_index(...)
- get_n_items(...)
- get_nth_item(...)
- get_orientation(...)
- get_relief_style(...)
- get_show_arrow(...)
- get_style(...)
- get_tooltips(...)
- insert(...)
- insert_element(...)
- insert_item(...)
- insert_space(...)
- insert_stock(...)
- insert_widget(...)
- prepend_element(...)
- prepend_item(...)
- prepend_space(...)
- prepend_widget(...)
- remove_space(...)
- set_drop_highlight_item(...)
- set_icon_size(...)
- set_orientation(...)
- set_show_arrow(...)
- set_style(...)
- set_tooltips(...)
- unset_icon_size(...)
- unset_style(...)
Data and other attributes inherited from gtk.Toolbar:
- __gtype__ = <GType GtkToolbar (18671952)>
- do_orientation_changed = <built-in method do_orientation_changed of GObjectMeta object at 0x19d8ce0>
- do_popup_context_menu = <built-in method do_popup_context_menu of GObjectMeta object at 0x19d8ce0>
- do_style_changed = <built-in method do_style_changed of GObjectMeta object at 0x19d8ce0>
Methods inherited from gtk.Container:
- __iter__(...)
- x.__iter__() <==> iter(x)
- __len__(...)
- x.__len__() <==> len(x)
- __nonzero__(...)
- x.__nonzero__() <==> x != 0
- add(...)
- add_with_properties(...)
- check_resize(...)
- child_get(...)
- child_get_property(...)
- child_set(...)
- child_set_property(...)
- child_type(...)
- children(...)
- forall(...)
- foreach(...)
- get_border_width(...)
- get_children(...)
- get_focus_chain(...)
- get_focus_hadjustment(...)
- get_focus_vadjustment(...)
- get_resize_mode(...)
- propagate_expose(...)
- remove(...)
- resize_children(...)
- set_border_width(...)
- set_focus_chain(...)
- set_focus_child(...)
- set_focus_hadjustment(...)
- set_focus_vadjustment(...)
- set_reallocate_redraws(...)
- set_resize_mode(...)
- unset_focus_chain(...)
Data descriptors inherited from gtk.Container:
- border_width
- focus_child
- has_focus_chain
- need_resize
- reallocate_redraws
- resize_mode
Data and other attributes inherited from gtk.Container:
- do_add = <built-in method do_add of GObjectMeta object at 0x19d8ce0>
- do_check_resize = <built-in method do_check_resize of GObjectMeta object at 0x19d8ce0>
- do_child_type = <built-in method do_child_type of GObjectMeta object at 0x19d8ce0>
- do_composite_name = <built-in method do_composite_name of GObjectMeta object at 0x19d8ce0>
- do_forall = <built-in method do_forall of GObjectMeta object at 0x19d8ce0>
- do_get_child_property = <built-in method do_get_child_property of GObjectMeta object at 0x19d8ce0>
- do_remove = <built-in method do_remove of GObjectMeta object at 0x19d8ce0>
- do_set_child_property = <built-in method do_set_child_property of GObjectMeta object at 0x19d8ce0>
- do_set_focus_child = <built-in method do_set_focus_child of GObjectMeta object at 0x19d8ce0>
- install_child_property = <built-in method install_child_property of GObjectMeta object at 0x19d8ce0>
- list_child_properties = <built-in method list_child_properties of GObjectMeta object at 0x19d8ce0>
Methods inherited from gtk.Widget:
- activate(...)
- add_accelerator(...)
- add_events(...)
- add_mnemonic_label(...)
- can_activate_accel(...)
- child_focus(...)
- child_notify(...)
- class_path(...)
- create_pango_context(...)
- create_pango_layout(...)
- destroy(...)
- drag_begin(...)
- drag_check_threshold(...)
- drag_dest_add_image_targets(...)
- drag_dest_add_text_targets(...)
- drag_dest_add_uri_targets(...)
- drag_dest_find_target(...)
- drag_dest_get_target_list(...)
- drag_dest_get_track_motion(...)
- drag_dest_set(...)
- drag_dest_set_proxy(...)
- drag_dest_set_target_list(...)
- drag_dest_set_track_motion(...)
- drag_dest_unset(...)
- drag_get_data(...)
- drag_highlight(...)
- drag_source_add_image_targets(...)
- drag_source_add_text_targets(...)
- drag_source_add_uri_targets(...)
- drag_source_get_target_list(...)
- drag_source_set(...)
- drag_source_set_icon(...)
- drag_source_set_icon_name(...)
- drag_source_set_icon_pixbuf(...)
- drag_source_set_icon_stock(...)
- drag_source_set_target_list(...)
- drag_source_unset(...)
- drag_unhighlight(...)
- draw(...)
- ensure_style(...)
- error_bell(...)
- event(...)
- freeze_child_notify(...)
- get_accessible(...)
- get_action(...)
- get_allocation(...)
- get_ancestor(...)
- get_child_requisition(...)
- get_child_visible(...)
- get_clipboard(...)
- get_colormap(...)
- get_composite_name(...)
- get_direction(...)
- get_display(...)
- get_events(...)
- get_extension_events(...)
- get_has_tooltip(...)
- get_modifier_style(...)
- get_name(...)
- get_no_show_all(...)
- get_pango_context(...)
- get_parent(...)
- get_parent_window(...)
- get_pointer(...)
- get_root_window(...)
- get_screen(...)
- get_settings(...)
- get_size_request(...)
- get_tooltip_markup(...)
- get_tooltip_text(...)
- get_tooltip_window(...)
- get_toplevel(...)
- get_visual(...)
- grab_add(...)
- grab_default(...)
- grab_focus(...)
- grab_remove(...)
- has_screen(...)
- hide(...)
- hide_all(...)
- hide_on_delete(...)
- input_shape_combine_mask(...)
- intersect(...)
- is_ancestor(...)
- is_composited(...)
- is_focus(...)
- keynav_failed(...)
- list_mnemonic_labels(...)
- map(...)
- menu_get_for_attach_widget(...)
- mnemonic_activate(...)
- modify_base(...)
- modify_bg(...)
- modify_cursor(...)
- modify_fg(...)
- modify_font(...)
- modify_style(...)
- modify_text(...)
- path(...)
- queue_clear(...)
- queue_clear_area(...)
- queue_draw(...)
- queue_draw_area(...)
- queue_resize(...)
- queue_resize_no_redraw(...)
- rc_get_style(...)
- realize(...)
- region_intersect(...)
- remove_accelerator(...)
- remove_mnemonic_label(...)
- render_icon(...)
- reparent(...)
- reset_rc_styles(...)
- reset_shapes(...)
- selection_add_target(...)
- selection_add_targets(...)
- selection_clear_targets(...)
- selection_convert(...)
- selection_owner_set(...)
- selection_remove_all(...)
- send_expose(...)
- set_accel_path(...)
- set_app_paintable(...)
- set_child_visible(...)
- set_colormap(...)
- set_composite_name(...)
- set_direction(...)
- set_double_buffered(...)
- set_events(...)
- set_extension_events(...)
- set_name(...)
- set_no_show_all(...)
- set_parent(...)
- set_parent_window(...)
- set_redraw_on_allocate(...)
- set_scroll_adjustments(...)
- set_sensitive(...)
- set_size_request(...)
- set_state(...)
- set_tooltip_markup(...)
- set_tooltip_text(...)
- set_tooltip_window(...)
- set_uposition(...)
- set_usize(...)
- shape_combine_mask(...)
- show(...)
- show_all(...)
- show_now(...)
- size_allocate(...)
- size_request(...)
- style_get_property(...)
- thaw_child_notify(...)
- translate_coordinates(...)
- trigger_tooltip_query(...)
- unmap(...)
- unparent(...)
- unrealize(...)
Data descriptors inherited from gtk.Widget:
- allocation
- name
- parent
- saved_state
- state
- style
- window
Data and other attributes inherited from gtk.Widget:
- do_button_press_event = <built-in method do_button_press_event of GObjectMeta object at 0x19d8ce0>
- do_button_release_event = <built-in method do_button_release_event of GObjectMeta object at 0x19d8ce0>
- do_can_activate_accel = <built-in method do_can_activate_accel of GObjectMeta object at 0x19d8ce0>
- do_client_event = <built-in method do_client_event of GObjectMeta object at 0x19d8ce0>
- do_composited_changed = <built-in method do_composited_changed of GObjectMeta object at 0x19d8ce0>
- do_configure_event = <built-in method do_configure_event of GObjectMeta object at 0x19d8ce0>
- do_delete_event = <built-in method do_delete_event of GObjectMeta object at 0x19d8ce0>
- do_destroy_event = <built-in method do_destroy_event of GObjectMeta object at 0x19d8ce0>
- do_direction_changed = <built-in method do_direction_changed of GObjectMeta object at 0x19d8ce0>
- do_drag_begin = <built-in method do_drag_begin of GObjectMeta object at 0x19d8ce0>
- do_drag_data_delete = <built-in method do_drag_data_delete of GObjectMeta object at 0x19d8ce0>
- do_drag_data_get = <built-in method do_drag_data_get of GObjectMeta object at 0x19d8ce0>
- do_drag_data_received = <built-in method do_drag_data_received of GObjectMeta object at 0x19d8ce0>
- do_drag_drop = <built-in method do_drag_drop of GObjectMeta object at 0x19d8ce0>
- do_drag_end = <built-in method do_drag_end of GObjectMeta object at 0x19d8ce0>
- do_drag_leave = <built-in method do_drag_leave of GObjectMeta object at 0x19d8ce0>
- do_drag_motion = <built-in method do_drag_motion of GObjectMeta object at 0x19d8ce0>
- do_enter_notify_event = <built-in method do_enter_notify_event of GObjectMeta object at 0x19d8ce0>
- do_event = <built-in method do_event of GObjectMeta object at 0x19d8ce0>
- do_expose_event = <built-in method do_expose_event of GObjectMeta object at 0x19d8ce0>
- do_focus = <built-in method do_focus of GObjectMeta object at 0x19d8ce0>
- do_focus_in_event = <built-in method do_focus_in_event of GObjectMeta object at 0x19d8ce0>
- do_focus_out_event = <built-in method do_focus_out_event of GObjectMeta object at 0x19d8ce0>
- do_get_accessible = <built-in method do_get_accessible of GObjectMeta object at 0x19d8ce0>
- do_grab_broken_event = <built-in method do_grab_broken_event of GObjectMeta object at 0x19d8ce0>
- do_grab_focus = <built-in method do_grab_focus of GObjectMeta object at 0x19d8ce0>
- do_grab_notify = <built-in method do_grab_notify of GObjectMeta object at 0x19d8ce0>
- do_hide = <built-in method do_hide of GObjectMeta object at 0x19d8ce0>
- do_hide_all = <built-in method do_hide_all of GObjectMeta object at 0x19d8ce0>
- do_hierarchy_changed = <built-in method do_hierarchy_changed of GObjectMeta object at 0x19d8ce0>
- do_key_press_event = <built-in method do_key_press_event of GObjectMeta object at 0x19d8ce0>
- do_key_release_event = <built-in method do_key_release_event of GObjectMeta object at 0x19d8ce0>
- do_leave_notify_event = <built-in method do_leave_notify_event of GObjectMeta object at 0x19d8ce0>
- do_map = <built-in method do_map of GObjectMeta object at 0x19d8ce0>
- do_map_event = <built-in method do_map_event of GObjectMeta object at 0x19d8ce0>
- do_mnemonic_activate = <built-in method do_mnemonic_activate of GObjectMeta object at 0x19d8ce0>
- do_motion_notify_event = <built-in method do_motion_notify_event of GObjectMeta object at 0x19d8ce0>
- do_no_expose_event = <built-in method do_no_expose_event of GObjectMeta object at 0x19d8ce0>
- do_parent_set = <built-in method do_parent_set of GObjectMeta object at 0x19d8ce0>
- do_popup_menu = <built-in method do_popup_menu of GObjectMeta object at 0x19d8ce0>
- do_property_notify_event = <built-in method do_property_notify_event of GObjectMeta object at 0x19d8ce0>
- do_proximity_in_event = <built-in method do_proximity_in_event of GObjectMeta object at 0x19d8ce0>
- do_proximity_out_event = <built-in method do_proximity_out_event of GObjectMeta object at 0x19d8ce0>
- do_realize = <built-in method do_realize of GObjectMeta object at 0x19d8ce0>
- do_screen_changed = <built-in method do_screen_changed of GObjectMeta object at 0x19d8ce0>
- do_scroll_event = <built-in method do_scroll_event of GObjectMeta object at 0x19d8ce0>
- do_selection_clear_event = <built-in method do_selection_clear_event of GObjectMeta object at 0x19d8ce0>
- do_selection_get = <built-in method do_selection_get of GObjectMeta object at 0x19d8ce0>
- do_selection_notify_event = <built-in method do_selection_notify_event of GObjectMeta object at 0x19d8ce0>
- do_selection_received = <built-in method do_selection_received of GObjectMeta object at 0x19d8ce0>
- do_selection_request_event = <built-in method do_selection_request_event of GObjectMeta object at 0x19d8ce0>
- do_show = <built-in method do_show of GObjectMeta object at 0x19d8ce0>
- do_show_all = <built-in method do_show_all of GObjectMeta object at 0x19d8ce0>
- do_show_help = <built-in method do_show_help of GObjectMeta object at 0x19d8ce0>
- do_size_allocate = <built-in method do_size_allocate of GObjectMeta object at 0x19d8ce0>
- do_size_request = <built-in method do_size_request of GObjectMeta object at 0x19d8ce0>
- do_state_changed = <built-in method do_state_changed of GObjectMeta object at 0x19d8ce0>
- do_style_set = <built-in method do_style_set of GObjectMeta object at 0x19d8ce0>
- do_unmap = <built-in method do_unmap of GObjectMeta object at 0x19d8ce0>
- do_unmap_event = <built-in method do_unmap_event of GObjectMeta object at 0x19d8ce0>
- do_unrealize = <built-in method do_unrealize of GObjectMeta object at 0x19d8ce0>
- do_visibility_notify_event = <built-in method do_visibility_notify_event of GObjectMeta object at 0x19d8ce0>
- do_window_state_event = <built-in method do_window_state_event of GObjectMeta object at 0x19d8ce0>
- get_activate_signal = <built-in method get_activate_signal of GObjectMeta object at 0x19d8ce0>
- set_activate_signal = <built-in method set_activate_signal of GObjectMeta object at 0x19d8ce0>
- set_set_scroll_adjustments_signal = <built-in method set_set_scroll_adjustments_signal of GObjectMeta object at 0x19d8ce0>
Methods inherited from gtk.Object:
- flags(...)
- remove_data(...)
- remove_no_notify(...)
- set_flags(...)
- unset_flags(...)
Data and other attributes inherited from gtk.Object:
- do_destroy = <built-in method do_destroy of GObjectMeta object at 0x19d8ce0>
Methods inherited from gobject.GObject:
- __cmp__(...)
- x.__cmp__(y) <==> cmp(x,y)
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __gobject_init__(...)
- __hash__(...)
- x.__hash__() <==> hash(x)
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- chain(...)
- connect(...)
- connect_after(...)
- connect_object(...)
- connect_object_after(...)
- disconnect(...)
- disconnect_by_func(...)
- emit(...)
- emit_stop_by_name(...)
- freeze_notify(...)
- get_data(...)
- get_properties(...)
- get_property(...)
- handler_block(...)
- handler_block_by_func(...)
- handler_disconnect(...)
- handler_is_connected(...)
- handler_unblock(...)
- handler_unblock_by_func(...)
- notify(...)
- set_data(...)
- set_properties(...)
- set_property(...)
- stop_emission(...)
- thaw_notify(...)
- weak_ref(...)
Data descriptors inherited from gobject.GObject:
- __dict__
- __grefcount__
Data and other attributes inherited from gobject.GObject:
- __gdoc__ = 'Object GtkToolbar\n\n\n Public attributes\n\n ...ointer\n\nSignals from GObject:\n notify (GParam)\n\n'
- __new__ = <built-in method __new__ of GObjectMeta object at 0x7f5d82c48820>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
- props = <gobject.GProps object at 0x1a21dd0>
Methods inherited from atk.ImplementorIface:
- ref_accessible(...)
Methods inherited from gtk.Buildable:
- add_child(...)
- construct_child(...)
- get_internal_child(...)
- parser_finished(...)
Data and other attributes inherited from gtk.Buildable:
- do_add_child = <built-in method do_add_child of GObjectMeta object at 0x19d8ce0>
- do_construct_child = <built-in method do_construct_child of GObjectMeta object at 0x19d8ce0>
- do_get_internal_child = <built-in method do_get_internal_child of GObjectMeta object at 0x19d8ce0>
- do_parser_finished = <built-in method do_parser_finished of GObjectMeta object at 0x19d8ce0>
- do_set_name = <built-in method do_set_name of GObjectMeta object at 0x19d8ce0>
|
class NavigationToolbar2GTK(matplotlib.backend_bases.NavigationToolbar2, gtk.Toolbar) |
| |
- Method resolution order:
- NavigationToolbar2GTK
- matplotlib.backend_bases.NavigationToolbar2
- gtk.Toolbar
- gtk.Container
- gtk.Widget
- gtk.Object
- gobject.GObject
- atk.ImplementorIface
- gtk.Buildable
- gobject.GInterface
- __builtin__.object
Methods defined here:
- __init__(self, canvas, window)
- configure_subplots(self, button)
- draw_rubberband(self, event, x0, y0, x1, y1)
- adapted from http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/189744
- dynamic_update(self)
- release(self, event)
- save_figure(self, button)
- set_cursor(self, cursor)
- set_message(self, s)
Data and other attributes defined here:
- toolitems = (('Home', 'Reset original view', 'home.png', 'home'), ('Back', 'Back to previous view', 'back.png', 'back'), ('Forward', 'Forward to next view', 'forward.png', 'forward'), ('Pan', 'Pan axes with left mouse, zoom with right', 'move.png', 'pan'), ('Zoom', 'Zoom to rectangle', 'zoom_to_rect.png', 'zoom'), (None, None, None, None), ('Subplots', 'Configure subplots', 'subplots.png', 'configure_subplots'), ('Save', 'Save the figure', 'filesave.png', 'save_figure'))
Methods inherited from matplotlib.backend_bases.NavigationToolbar2:
- back(self, *args)
- move back up the view lim stack
- drag_pan(self, event)
- the drag callback in pan/zoom mode
- draw(self)
- redraw the canvases, update the locators
- forward(self, *args)
- move forward in the view lim stack
- home(self, *args)
- restore the original view
- mouse_move(self, event)
- pan(self, *args)
- Activate the pan/zoom tool. pan with left button, zoom with right
- press(self, event)
- this will be called whenver a mouse button is pressed
- press_pan(self, event)
- the press mouse button in pan/zoom mode callback
- press_zoom(self, event)
- the press mouse button in zoom to rect mode callback
- push_current(self)
- push the current view limits and position onto the stack
- release_pan(self, event)
- the release mouse button callback in pan/zoom mode
- release_zoom(self, event)
- the release mouse button callback in zoom to rect mode
- set_history_buttons(self)
- enable or disable back/forward button
- update(self)
- reset the axes stack
- zoom(self, *args)
- activate zoom to rect mode
Methods inherited from gtk.Toolbar:
- append_element(...)
- append_item(...)
- append_space(...)
- append_widget(...)
- get_drop_index(...)
- get_icon_size(...)
- get_item_index(...)
- get_n_items(...)
- get_nth_item(...)
- get_orientation(...)
- get_relief_style(...)
- get_show_arrow(...)
- get_style(...)
- get_tooltips(...)
- insert(...)
- insert_element(...)
- insert_item(...)
- insert_space(...)
- insert_stock(...)
- insert_widget(...)
- prepend_element(...)
- prepend_item(...)
- prepend_space(...)
- prepend_widget(...)
- remove_space(...)
- set_drop_highlight_item(...)
- set_icon_size(...)
- set_orientation(...)
- set_show_arrow(...)
- set_style(...)
- set_tooltips(...)
- unset_icon_size(...)
- unset_style(...)
Data and other attributes inherited from gtk.Toolbar:
- __gtype__ = <GType GtkToolbar (18671952)>
- do_orientation_changed = <built-in method do_orientation_changed of GObjectMeta object at 0x1961780>
- do_popup_context_menu = <built-in method do_popup_context_menu of GObjectMeta object at 0x1961780>
- do_style_changed = <built-in method do_style_changed of GObjectMeta object at 0x1961780>
Methods inherited from gtk.Container:
- __iter__(...)
- x.__iter__() <==> iter(x)
- __len__(...)
- x.__len__() <==> len(x)
- __nonzero__(...)
- x.__nonzero__() <==> x != 0
- add(...)
- add_with_properties(...)
- check_resize(...)
- child_get(...)
- child_get_property(...)
- child_set(...)
- child_set_property(...)
- child_type(...)
- children(...)
- forall(...)
- foreach(...)
- get_border_width(...)
- get_children(...)
- get_focus_chain(...)
- get_focus_hadjustment(...)
- get_focus_vadjustment(...)
- get_resize_mode(...)
- propagate_expose(...)
- remove(...)
- resize_children(...)
- set_border_width(...)
- set_focus_chain(...)
- set_focus_child(...)
- set_focus_hadjustment(...)
- set_focus_vadjustment(...)
- set_reallocate_redraws(...)
- set_resize_mode(...)
- unset_focus_chain(...)
Data descriptors inherited from gtk.Container:
- border_width
- focus_child
- has_focus_chain
- need_resize
- reallocate_redraws
- resize_mode
Data and other attributes inherited from gtk.Container:
- do_add = <built-in method do_add of GObjectMeta object at 0x1961780>
- do_check_resize = <built-in method do_check_resize of GObjectMeta object at 0x1961780>
- do_child_type = <built-in method do_child_type of GObjectMeta object at 0x1961780>
- do_composite_name = <built-in method do_composite_name of GObjectMeta object at 0x1961780>
- do_forall = <built-in method do_forall of GObjectMeta object at 0x1961780>
- do_get_child_property = <built-in method do_get_child_property of GObjectMeta object at 0x1961780>
- do_remove = <built-in method do_remove of GObjectMeta object at 0x1961780>
- do_set_child_property = <built-in method do_set_child_property of GObjectMeta object at 0x1961780>
- do_set_focus_child = <built-in method do_set_focus_child of GObjectMeta object at 0x1961780>
- install_child_property = <built-in method install_child_property of GObjectMeta object at 0x1961780>
- list_child_properties = <built-in method list_child_properties of GObjectMeta object at 0x1961780>
Methods inherited from gtk.Widget:
- activate(...)
- add_accelerator(...)
- add_events(...)
- add_mnemonic_label(...)
- can_activate_accel(...)
- child_focus(...)
- child_notify(...)
- class_path(...)
- create_pango_context(...)
- create_pango_layout(...)
- destroy(...)
- drag_begin(...)
- drag_check_threshold(...)
- drag_dest_add_image_targets(...)
- drag_dest_add_text_targets(...)
- drag_dest_add_uri_targets(...)
- drag_dest_find_target(...)
- drag_dest_get_target_list(...)
- drag_dest_get_track_motion(...)
- drag_dest_set(...)
- drag_dest_set_proxy(...)
- drag_dest_set_target_list(...)
- drag_dest_set_track_motion(...)
- drag_dest_unset(...)
- drag_get_data(...)
- drag_highlight(...)
- drag_source_add_image_targets(...)
- drag_source_add_text_targets(...)
- drag_source_add_uri_targets(...)
- drag_source_get_target_list(...)
- drag_source_set(...)
- drag_source_set_icon(...)
- drag_source_set_icon_name(...)
- drag_source_set_icon_pixbuf(...)
- drag_source_set_icon_stock(...)
- drag_source_set_target_list(...)
- drag_source_unset(...)
- drag_unhighlight(...)
- ensure_style(...)
- error_bell(...)
- event(...)
- freeze_child_notify(...)
- get_accessible(...)
- get_action(...)
- get_allocation(...)
- get_ancestor(...)
- get_child_requisition(...)
- get_child_visible(...)
- get_clipboard(...)
- get_colormap(...)
- get_composite_name(...)
- get_direction(...)
- get_display(...)
- get_events(...)
- get_extension_events(...)
- get_has_tooltip(...)
- get_modifier_style(...)
- get_name(...)
- get_no_show_all(...)
- get_pango_context(...)
- get_parent(...)
- get_parent_window(...)
- get_pointer(...)
- get_root_window(...)
- get_screen(...)
- get_settings(...)
- get_size_request(...)
- get_tooltip_markup(...)
- get_tooltip_text(...)
- get_tooltip_window(...)
- get_toplevel(...)
- get_visual(...)
- grab_add(...)
- grab_default(...)
- grab_focus(...)
- grab_remove(...)
- has_screen(...)
- hide(...)
- hide_all(...)
- hide_on_delete(...)
- input_shape_combine_mask(...)
- intersect(...)
- is_ancestor(...)
- is_composited(...)
- is_focus(...)
- keynav_failed(...)
- list_mnemonic_labels(...)
- map(...)
- menu_get_for_attach_widget(...)
- mnemonic_activate(...)
- modify_base(...)
- modify_bg(...)
- modify_cursor(...)
- modify_fg(...)
- modify_font(...)
- modify_style(...)
- modify_text(...)
- path(...)
- queue_clear(...)
- queue_clear_area(...)
- queue_draw(...)
- queue_draw_area(...)
- queue_resize(...)
- queue_resize_no_redraw(...)
- rc_get_style(...)
- realize(...)
- region_intersect(...)
- remove_accelerator(...)
- remove_mnemonic_label(...)
- render_icon(...)
- reparent(...)
- reset_rc_styles(...)
- reset_shapes(...)
- selection_add_target(...)
- selection_add_targets(...)
- selection_clear_targets(...)
- selection_convert(...)
- selection_owner_set(...)
- selection_remove_all(...)
- send_expose(...)
- set_accel_path(...)
- set_app_paintable(...)
- set_child_visible(...)
- set_colormap(...)
- set_composite_name(...)
- set_direction(...)
- set_double_buffered(...)
- set_events(...)
- set_extension_events(...)
- set_name(...)
- set_no_show_all(...)
- set_parent(...)
- set_parent_window(...)
- set_redraw_on_allocate(...)
- set_scroll_adjustments(...)
- set_sensitive(...)
- set_size_request(...)
- set_state(...)
- set_tooltip_markup(...)
- set_tooltip_text(...)
- set_tooltip_window(...)
- set_uposition(...)
- set_usize(...)
- shape_combine_mask(...)
- show(...)
- show_all(...)
- show_now(...)
- size_allocate(...)
- size_request(...)
- style_get_property(...)
- thaw_child_notify(...)
- translate_coordinates(...)
- trigger_tooltip_query(...)
- unmap(...)
- unparent(...)
- unrealize(...)
Data descriptors inherited from gtk.Widget:
- allocation
- name
- parent
- saved_state
- state
- style
- window
Data and other attributes inherited from gtk.Widget:
- do_button_press_event = <built-in method do_button_press_event of GObjectMeta object at 0x1961780>
- do_button_release_event = <built-in method do_button_release_event of GObjectMeta object at 0x1961780>
- do_can_activate_accel = <built-in method do_can_activate_accel of GObjectMeta object at 0x1961780>
- do_client_event = <built-in method do_client_event of GObjectMeta object at 0x1961780>
- do_composited_changed = <built-in method do_composited_changed of GObjectMeta object at 0x1961780>
- do_configure_event = <built-in method do_configure_event of GObjectMeta object at 0x1961780>
- do_delete_event = <built-in method do_delete_event of GObjectMeta object at 0x1961780>
- do_destroy_event = <built-in method do_destroy_event of GObjectMeta object at 0x1961780>
- do_direction_changed = <built-in method do_direction_changed of GObjectMeta object at 0x1961780>
- do_drag_begin = <built-in method do_drag_begin of GObjectMeta object at 0x1961780>
- do_drag_data_delete = <built-in method do_drag_data_delete of GObjectMeta object at 0x1961780>
- do_drag_data_get = <built-in method do_drag_data_get of GObjectMeta object at 0x1961780>
- do_drag_data_received = <built-in method do_drag_data_received of GObjectMeta object at 0x1961780>
- do_drag_drop = <built-in method do_drag_drop of GObjectMeta object at 0x1961780>
- do_drag_end = <built-in method do_drag_end of GObjectMeta object at 0x1961780>
- do_drag_leave = <built-in method do_drag_leave of GObjectMeta object at 0x1961780>
- do_drag_motion = <built-in method do_drag_motion of GObjectMeta object at 0x1961780>
- do_enter_notify_event = <built-in method do_enter_notify_event of GObjectMeta object at 0x1961780>
- do_event = <built-in method do_event of GObjectMeta object at 0x1961780>
- do_expose_event = <built-in method do_expose_event of GObjectMeta object at 0x1961780>
- do_focus = <built-in method do_focus of GObjectMeta object at 0x1961780>
- do_focus_in_event = <built-in method do_focus_in_event of GObjectMeta object at 0x1961780>
- do_focus_out_event = <built-in method do_focus_out_event of GObjectMeta object at 0x1961780>
- do_get_accessible = <built-in method do_get_accessible of GObjectMeta object at 0x1961780>
- do_grab_broken_event = <built-in method do_grab_broken_event of GObjectMeta object at 0x1961780>
- do_grab_focus = <built-in method do_grab_focus of GObjectMeta object at 0x1961780>
- do_grab_notify = <built-in method do_grab_notify of GObjectMeta object at 0x1961780>
- do_hide = <built-in method do_hide of GObjectMeta object at 0x1961780>
- do_hide_all = <built-in method do_hide_all of GObjectMeta object at 0x1961780>
- do_hierarchy_changed = <built-in method do_hierarchy_changed of GObjectMeta object at 0x1961780>
- do_key_press_event = <built-in method do_key_press_event of GObjectMeta object at 0x1961780>
- do_key_release_event = <built-in method do_key_release_event of GObjectMeta object at 0x1961780>
- do_leave_notify_event = <built-in method do_leave_notify_event of GObjectMeta object at 0x1961780>
- do_map = <built-in method do_map of GObjectMeta object at 0x1961780>
- do_map_event = <built-in method do_map_event of GObjectMeta object at 0x1961780>
- do_mnemonic_activate = <built-in method do_mnemonic_activate of GObjectMeta object at 0x1961780>
- do_motion_notify_event = <built-in method do_motion_notify_event of GObjectMeta object at 0x1961780>
- do_no_expose_event = <built-in method do_no_expose_event of GObjectMeta object at 0x1961780>
- do_parent_set = <built-in method do_parent_set of GObjectMeta object at 0x1961780>
- do_popup_menu = <built-in method do_popup_menu of GObjectMeta object at 0x1961780>
- do_property_notify_event = <built-in method do_property_notify_event of GObjectMeta object at 0x1961780>
- do_proximity_in_event = <built-in method do_proximity_in_event of GObjectMeta object at 0x1961780>
- do_proximity_out_event = <built-in method do_proximity_out_event of GObjectMeta object at 0x1961780>
- do_realize = <built-in method do_realize of GObjectMeta object at 0x1961780>
- do_screen_changed = <built-in method do_screen_changed of GObjectMeta object at 0x1961780>
- do_scroll_event = <built-in method do_scroll_event of GObjectMeta object at 0x1961780>
- do_selection_clear_event = <built-in method do_selection_clear_event of GObjectMeta object at 0x1961780>
- do_selection_get = <built-in method do_selection_get of GObjectMeta object at 0x1961780>
- do_selection_notify_event = <built-in method do_selection_notify_event of GObjectMeta object at 0x1961780>
- do_selection_received = <built-in method do_selection_received of GObjectMeta object at 0x1961780>
- do_selection_request_event = <built-in method do_selection_request_event of GObjectMeta object at 0x1961780>
- do_show = <built-in method do_show of GObjectMeta object at 0x1961780>
- do_show_all = <built-in method do_show_all of GObjectMeta object at 0x1961780>
- do_show_help = <built-in method do_show_help of GObjectMeta object at 0x1961780>
- do_size_allocate = <built-in method do_size_allocate of GObjectMeta object at 0x1961780>
- do_size_request = <built-in method do_size_request of GObjectMeta object at 0x1961780>
- do_state_changed = <built-in method do_state_changed of GObjectMeta object at 0x1961780>
- do_style_set = <built-in method do_style_set of GObjectMeta object at 0x1961780>
- do_unmap = <built-in method do_unmap of GObjectMeta object at 0x1961780>
- do_unmap_event = <built-in method do_unmap_event of GObjectMeta object at 0x1961780>
- do_unrealize = <built-in method do_unrealize of GObjectMeta object at 0x1961780>
- do_visibility_notify_event = <built-in method do_visibility_notify_event of GObjectMeta object at 0x1961780>
- do_window_state_event = <built-in method do_window_state_event of GObjectMeta object at 0x1961780>
- get_activate_signal = <built-in method get_activate_signal of GObjectMeta object at 0x1961780>
- set_activate_signal = <built-in method set_activate_signal of GObjectMeta object at 0x1961780>
- set_set_scroll_adjustments_signal = <built-in method set_set_scroll_adjustments_signal of GObjectMeta object at 0x1961780>
Methods inherited from gtk.Object:
- flags(...)
- remove_data(...)
- remove_no_notify(...)
- set_flags(...)
- unset_flags(...)
Data and other attributes inherited from gtk.Object:
- do_destroy = <built-in method do_destroy of GObjectMeta object at 0x1961780>
Methods inherited from gobject.GObject:
- __cmp__(...)
- x.__cmp__(y) <==> cmp(x,y)
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __gobject_init__(...)
- __hash__(...)
- x.__hash__() <==> hash(x)
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- chain(...)
- connect(...)
- connect_after(...)
- connect_object(...)
- connect_object_after(...)
- disconnect(...)
- disconnect_by_func(...)
- emit(...)
- emit_stop_by_name(...)
- freeze_notify(...)
- get_data(...)
- get_properties(...)
- get_property(...)
- handler_block(...)
- handler_block_by_func(...)
- handler_disconnect(...)
- handler_is_connected(...)
- handler_unblock(...)
- handler_unblock_by_func(...)
- notify(...)
- set_data(...)
- set_properties(...)
- set_property(...)
- stop_emission(...)
- thaw_notify(...)
- weak_ref(...)
Data descriptors inherited from gobject.GObject:
- __dict__
- __grefcount__
Data and other attributes inherited from gobject.GObject:
- __gdoc__ = 'Object GtkToolbar\n\nSignals from GtkToolbar:\n or...ointer\n\nSignals from GObject:\n notify (GParam)\n\n'
- __new__ = <built-in method __new__ of GObjectMeta object at 0x7f5d82c48820>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
- props = <gobject.GProps object at 0x1a21ed0>
Methods inherited from atk.ImplementorIface:
- ref_accessible(...)
Methods inherited from gtk.Buildable:
- add_child(...)
- construct_child(...)
- get_internal_child(...)
- parser_finished(...)
Data and other attributes inherited from gtk.Buildable:
- do_add_child = <built-in method do_add_child of GObjectMeta object at 0x1961780>
- do_construct_child = <built-in method do_construct_child of GObjectMeta object at 0x1961780>
- do_get_internal_child = <built-in method do_get_internal_child of GObjectMeta object at 0x1961780>
- do_parser_finished = <built-in method do_parser_finished of GObjectMeta object at 0x1961780>
- do_set_name = <built-in method do_set_name of GObjectMeta object at 0x1961780>
| |