class documentation

class AttachmentBrowserPluginWidget(Gtk.HBox, WindowSidePaneWidget): (source)

View In Hierarchy

Wrapper aroung the FileBrowserIconView that adds the buttons for zoom / open folder / etc. ...
Method __init__ Undocumented
Method on_open_folder Undocumented
Method on_preferences_changed Undocumented
Method on_refresh_button Undocumented
Method on_zoom_in Undocumented
Method on_zoom_out Undocumented
Method set_embeded_closebutton Embed a button in the widget to close the side pane @param button: a button widget or None to unset @returns: True if supported and successfull
Method set_folder Undocumented
Method set_icon_size Undocumented
Method update_status Undocumented
Class Variable title Undocumented
Instance Variable buttonbox Undocumented
Instance Variable extension Undocumented
Instance Variable icon_size Undocumented
Instance Variable iconview Undocumented
Instance Variable opener Undocumented
Instance Variable preferences Undocumented
Instance Variable uistate Undocumented
Instance Variable zoomin_button Undocumented
Instance Variable zoomout_button Undocumented
Instance Variable _close_button Undocumented
Instance Variable _stack Undocumented

Inherited from WindowSidePaneWidget:

Method get_title_label Undocumented
Method set_title Undocumented
Method _drop_label Undocumented
Instance Variable _title_labels Undocumented

Inherited from ConnectorMixin (via WindowSidePaneWidget):

Method connectto Connect to signals of another object E.g.:
Method connectto_all Convenience method to combine multiple calls to connectto().
Method disconnect_all Disconnect all signals that have been connected with connectto and friends. Typically called when you want to destroy this object.
Method disconnect_from Disc all signals that have been connected with connectto and friends to a specific object.
Method _disconnect_from Undocumented
Instance Variable _connected_signals Undocumented
def __init__(self, extension, opener, preferences): (source)

Undocumented

def on_open_folder(self, o): (source)

Undocumented

def on_preferences_changed(self, *a): (source)

Undocumented

def on_refresh_button(self): (source)

Undocumented

def on_zoom_in(self): (source)

Undocumented

def on_zoom_out(self): (source)

Undocumented

def set_embeded_closebutton(self, button): (source)
Embed a button in the widget to close the side pane
Parameters
buttona button widget or None to unset
Returns
True if supported and successfull
def set_folder(self, folder): (source)

Undocumented

def set_icon_size(self, icon_size): (source)

Undocumented

def update_status(self): (source)

Undocumented

buttonbox = (source)

Undocumented

extension = (source)

Undocumented

icon_size = (source)

Undocumented

iconview = (source)

Undocumented

opener = (source)

Undocumented

preferences = (source)

Undocumented

uistate = (source)

Undocumented

zoomin_button = (source)

Undocumented

zoomout_button = (source)

Undocumented

_close_button = (source)

Undocumented

_stack = (source)

Undocumented