Skip to content
Snippets Groups Projects
Commit 082d6822 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Dataform: Document options

parent c976a9fd
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,17 @@
from gajim.gtk.util import MaxWidthComboBoxText
# Options
# no-scrolling No scrollbars
# form-width Minimal form width
# right-align Right align labels
# hide-fallback-fields Hide fallback fields in IBR form (ejabberd)
# left-width Width for labels
# read-only Read only mode for fields
# entry-activates-default Form entrys activate the default widget
class DataFormWidget(Gtk.ScrolledWindow):
__gsignals__ = {'is-valid': (GObject.SignalFlags.RUN_LAST, None, (bool,))}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment