Home
last modified time | relevance | path

Searched refs:widgets (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dprogressbar.py42 from . import widgets
99 _DEFAULT_WIDGETS = [widgets.Percentage(), ' ', widgets.Bar()]
101 def __init__(self, maxval=None, widgets=None, term_width=None, poll=1, argument
106 if widgets is None:
107 widgets = list(self._DEFAULT_WIDGETS)
110 self.widgets = widgets
203 for index, widget in enumerate(self.widgets):
204 if isinstance(widget, widgets.WidgetHFill):
208 widget = widgets.format_updatable(widget, self)
228 widgets = ''.join(self._format_widgets())
[all …]
H A D__init__.py50 from .widgets import *
/openbmc/openbmc/poky/meta/recipes-gnome/libhandy/
H A Dlibhandy_1.8.3.bb1 SUMMARY = "A library full of GTK+ widgets for mobile phones"
2 DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \
3 GTK widgets and GObjects to ease developing applications for mobile phones. \
5 to extend Gtk by providing mobile-friendly widgets and make the creation of \
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py40 def __init__(self, msg, maxval, widgets=None, extrapos=-1, resize_handler=None): argument
43 if not widgets:
44 widgets = [': ', progressbar.Percentage(), ' ', progressbar.Bar(),
52 progressbar.ProgressBar.__init__(self, maxval, [self.msg] + widgets, fd=sys.stdout)
66 self.widgets[0] = msg
76 self.widgets[self.extrapos] = extrastr
273 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.BouncingSlider(), ''], extrapos=3,…
276 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.Percentage(), ' ', progressbar.Bar…
307 widgets = [' ', progressbar.Percentage(), ' ', progressbar.Bar()]
308 …self.main_progress = BBProgress("Running tasks", maxtask, widgets=widgets, resize_handler=self.sig…
/openbmc/openbmc/poky/meta/recipes-gnome/libdazzle/
H A Dlibdazzle_3.44.0.bb2 DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \
/openbmc/openbmc/poky/meta/recipes-support/fribidi/
H A Dfribidi_1.0.16.bb3 of interactive editors and widgets that implement BiDi functionality. \
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxmu_1.2.1.bb5 various applications and widgets. This library is required by the Athena \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyatspi_2.46.1.bb2 DESCRIPTION = "AT-SPI2 is a protocol over DBus, toolkit widgets use to provide content to screen re…
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/
H A Dopengl.patch21 docs/tools/widgets.c | 6 +++++-
73 - 'widgets.c',
75 + 'widgets.c'
85 diff --git a/docs/tools/widgets.c b/docs/tools/widgets.c
87 --- a/docs/tools/widgets.c
88 +++ b/docs/tools/widgets.c
92 #include "widgets.h"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/
H A D0001-meson.build-require-iso-codes-native.patch7 FAILED: app/widgets/gimplanguagestore-data.h
/openbmc/u-boot/arch/arm/dts/
H A Dam3517-evm-ui.dtsi16 simple-audio-card,widgets =
46 simple-audio-card,widgets =
H A Dsun8i-a33-olinuxino.dts194 /* Board level jack widgets */
195 simple-audio-card,widgets = "Microphone", "Microphone Jack",
H A Duniphier-ld20-global.dts57 widgets = "Headphone", "Headphones";
H A Duniphier-ld11-global.dts57 widgets = "Headphone", "Headphones";
H A Ddra7-evm-common.dtsi26 simple-audio-card,widgets =
H A Dda850-lcdk.dts45 simple-audio-card,widgets =
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Fix-build-with-clang.patch78 * Implementation of all the alignment widgets:
307 * Implementation of the Label, Heading and OutputField widgets
318 * A vertical or horizontal stacking of widgets, implementing HBox and VBox.
461 * Base class for various kinds of multi-value widgets.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Durls.py16 from toastergui import widgets
246 url(r'^mostrecentbuilds$', widgets.MostRecentBuildsView.as_view(),
H A Dtypeaheads.py11 from toastergui.widgets import ToasterTypeAhead
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/
H A Dlibnewt_0.52.25.bb4 interfaces. Newt can be used to add stacked windows, entry widgets, \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/
H A Dgtk+.inc3 set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete appli…
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/
H A Dgimp_3.0.4.bb129 sed -i -e "s|${B}||" ${B}/app/widgets/gimplanguagestore-data.h
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py406 if not issubclass(table_cls, toastergui.widgets.ToasterTable) or \
407 table_cls == toastergui.widgets.ToasterTable or \
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/
H A Dgtk4_4.18.5.bb3 set of widgets, GTK is suitable for projects ranging from small one-off projects to complete applic…
H A Dgtk+3_3.24.43.bb3 set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete appli…

12