Module p.u.r.gwp

Part of pida.utils.rat

No module docstring
Line # Kind Name Docs
54 Class Spec The spec is an adapter between a GConfValue and a Python value,
74 Class GConfValue The GConfValue represents the GConf key's data. You define a certain schema
202 Class RadioButtonPersistencyLink A radio_group is a dictionary that associates a gconf boolean key
318 Function _persistency_link_file_chooser Associates a L{gwp.PersistencyLink} to a gtk.FileChooserButton. This is an utility function
351 Function _persistency_link_entry Associates to a U{gtk.Entry <http://pygtk.org/pygtk2reference/class-gtkentry.html>}
361 Function _persistency_link_spin_button Associates to a U{gtk.SpinButton <http://pygtk.org/pygtk2reference/class-gtkspinbutton.html>}
376 Function _persistency_link_toggle_button This is to be used with a U{gtk.ToggleButton <http://pygtk.org/pygtk2reference/class-gtktogglebutton.html>}
def _persistency_link_file_chooser(button, key, *args, use_directory=False, use_uri=True, **kwargs):
Associates a L{gwp.PersistencyLink} to a gtk.FileChooserButton. This is an utility function that wrapps around L{gwp.PersistencyLink}.

@param button: the file chooser button @param key: the gconf key @param use_directory: boolean variable setting if it's we're using files or directories. @param use_uri: boolean variable setting if we're using URI's or normal filenames. @param default: the default value that L{gwp.GConfValue} falls back to. @param client: The GConfClient @type button: U{gtk.FileChooserButton <http://pygtk.org/pygtk2reference/class-gtkfilechooserbutton.html>}

@rtype: L{gwp.PersistencyLink}

def _persistency_link_entry(entry, key, *args, data_spec=Spec.STRING, **kwargs):
Associates to a U{gtk.Entry <http://pygtk.org/pygtk2reference/class-gtkentry.html>}

@rtype: L{gwp.PersistencyLink}

def _persistency_link_spin_button(spinbutton, key, *args, use_int=True, **kwargs):
Associates to a U{gtk.SpinButton <http://pygtk.org/pygtk2reference/class-gtkspinbutton.html>}

@param use_int: when set to False it uses floats instead. @rtype: L{gwp.PersistencyLink}

def _persistency_link_toggle_button(toggle, key, *args, **kwargs):
This is to be used with a U{gtk.ToggleButton <http://pygtk.org/pygtk2reference/class-gtktogglebutton.html>}

@rtype: L{gwp.PersistencyLink}

API Documentation for PIDA, generated by pydoctor.