Home
last modified time | relevance | path

Searched refs:widget (Results 1 – 25 of 6411) sorted by relevance

12345678910>>...257

/dports/editors/textadept/cdk-5.0-20200923/
H A Dhistogram.c68 widget->fieldHeight = boxHeight - TitleLinesOf (widget) - 2 * BorderOf (widget); in newCDKHistogram()
148 widget->percent = ((widget->high == 0) in setCDKHistogramValue()
155 widget->barSize = (int)(widget->percent * (float)widget->fieldHeight); in setCDKHistogramValue()
159 widget->barSize = (int)(widget->percent * (float)widget->fieldWidth); in setCDKHistogramValue()
266 widget->lowx = widget->fieldWidth; in setCDKHistogramValue()
272 widget->highx = widget->fieldWidth; in setCDKHistogramValue()
291 widget->curx = widget->fieldWidth; in setCDKHistogramValue()
395 widget->lowy = widget->boxHeight - 2 * BorderOf (widget); in setCDKHistogramValue()
402 widget->highy = widget->boxHeight - 2 * BorderOf (widget); in setCDKHistogramValue()
420 widget->cury = widget->boxHeight - 2 * BorderOf (widget); in setCDKHistogramValue()
[all …]
H A Dgraph.c73 widget->xtitle = char2Chtype (xtitle, &widget->xtitleLen, &widget->xtitlePos); in newCDKGraph()
80 widget->xtitle = char2Chtype ("<C></5>X Axis", &widget->xtitleLen, &widget->xtitlePos); in newCDKGraph()
89 widget->ytitle = char2Chtype (ytitle, &widget->ytitleLen, &widget->ytitlePos); in newCDKGraph()
96 widget->ytitle = char2Chtype ("<C></5>Y Axis", &widget->ytitleLen, &widget->ytitlePos); in newCDKGraph()
114 drawCDKGraph (widget, ObjOf (widget)->box); in activateCDKGraph()
140 widget->xscale = ((widget->maxx - widget->minx) in setScales()
147 widget->yscale = ((widget->boxWidth - 4) / MAXIMUM (1, widget->count)); in setScales()
218 widget->minx = MINIMUM (value, widget->minx); in setCDKGraphValue()
219 widget->maxx = MAXIMUM (value, widget->maxx); in setCDKGraphValue()
353 alignxy (WindowOf (widget), &xpos, &ypos, widget->boxWidth, widget->boxHeight); in _moveCDKGraph()
[all …]
H A Dgen-slider.c128 widget->labelWin = subwin (widget->win,
140 widget->fieldWin = subwin (widget->win,
170 ObjOf (widget)->inputWindow = widget->win;
256 if (widget->current < widget->low) in limitCurrentValue()
258 widget->current = widget->low; in limitCurrentValue()
261 else if (widget->current > widget->high) in limitCurrentValue()
263 widget->current = widget->high; in limitCurrentValue()
276 formattedSize (widget, widget->current) - in moveToEditPosition()
480 widget->current = widget->low;
484 widget->current = widget->high;
[all …]
H A Dgen-scale.c119 widget->labelWin = subwin (widget->win,
131 widget->fieldWin = subwin (widget->win,
165 ObjOf (widget)->inputWindow = widget->win;
200 drawCDK<MIXED> (widget, ObjOf (widget)->box);
245 if (widget->current < widget->low) in limitCurrentValue()
247 widget->current = widget->low; in limitCurrentValue()
250 else if (widget->current > widget->high) in limitCurrentValue()
252 widget->current = widget->high; in limitCurrentValue()
459 widget->current = widget->low;
463 widget->current = widget->high;
[all …]
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dhistogram.c68 widget->fieldHeight = boxHeight - TitleLinesOf (widget) - 2 * BorderOf (widget); in newCDKHistogram()
148 widget->percent = ((widget->high == 0) in setCDKHistogramValue()
155 widget->barSize = (int)(widget->percent * (float)widget->fieldHeight); in setCDKHistogramValue()
159 widget->barSize = (int)(widget->percent * (float)widget->fieldWidth); in setCDKHistogramValue()
266 widget->lowx = widget->fieldWidth; in setCDKHistogramValue()
272 widget->highx = widget->fieldWidth; in setCDKHistogramValue()
291 widget->curx = widget->fieldWidth; in setCDKHistogramValue()
395 widget->lowy = widget->boxHeight - 2 * BorderOf (widget); in setCDKHistogramValue()
402 widget->highy = widget->boxHeight - 2 * BorderOf (widget); in setCDKHistogramValue()
420 widget->cury = widget->boxHeight - 2 * BorderOf (widget); in setCDKHistogramValue()
[all …]
H A Dgraph.c73 widget->xtitle = char2Chtype (xtitle, &widget->xtitleLen, &widget->xtitlePos); in newCDKGraph()
80 widget->xtitle = char2Chtype ("<C></5>X Axis", &widget->xtitleLen, &widget->xtitlePos); in newCDKGraph()
89 widget->ytitle = char2Chtype (ytitle, &widget->ytitleLen, &widget->ytitlePos); in newCDKGraph()
96 widget->ytitle = char2Chtype ("<C></5>Y Axis", &widget->ytitleLen, &widget->ytitlePos); in newCDKGraph()
114 drawCDKGraph (widget, ObjOf (widget)->box); in activateCDKGraph()
140 widget->xscale = ((widget->maxx - widget->minx) in setScales()
147 widget->yscale = ((widget->boxWidth - 4) / MAXIMUM (1, widget->count)); in setScales()
218 widget->minx = MINIMUM (value, widget->minx); in setCDKGraphValue()
219 widget->maxx = MAXIMUM (value, widget->maxx); in setCDKGraphValue()
353 alignxy (WindowOf (widget), &xpos, &ypos, widget->boxWidth, widget->boxHeight); in _moveCDKGraph()
[all …]
H A Dslider.c122 widget->labelWin = subwin (widget->win, in newCDKSlider()
134 widget->fieldWin = subwin (widget->win, in newCDKSlider()
164 ObjOf (widget)->inputWindow = widget->win; in newCDKSlider()
250 if (widget->current < widget->low) in limitCurrentValue()
252 widget->current = widget->low; in limitCurrentValue()
255 else if (widget->current > widget->high) in limitCurrentValue()
257 widget->current = widget->high; in limitCurrentValue()
270 formattedSize (widget, widget->current) - in moveToEditPosition()
468 widget->current = widget->low; in _injectCDKSlider()
472 widget->current = widget->high; in _injectCDKSlider()
[all …]
H A Dgen-slider.c128 widget->labelWin = subwin (widget->win,
140 widget->fieldWin = subwin (widget->win,
170 ObjOf (widget)->inputWindow = widget->win;
256 if (widget->current < widget->low) in limitCurrentValue()
258 widget->current = widget->low; in limitCurrentValue()
261 else if (widget->current > widget->high) in limitCurrentValue()
263 widget->current = widget->high; in limitCurrentValue()
276 formattedSize (widget, widget->current) - in moveToEditPosition()
480 widget->current = widget->low;
484 widget->current = widget->high;
[all …]
/dports/devel/cdk/cdk-5.0-20161210/
H A Dhistogram.c68 widget->fieldHeight = boxHeight - TitleLinesOf (widget) - 2 * BorderOf (widget); in newCDKHistogram()
148 widget->percent = ((widget->high == 0) in setCDKHistogramValue()
155 widget->barSize = (int)(widget->percent * (float)widget->fieldHeight); in setCDKHistogramValue()
159 widget->barSize = (int)(widget->percent * (float)widget->fieldWidth); in setCDKHistogramValue()
266 widget->lowx = widget->fieldWidth; in setCDKHistogramValue()
272 widget->highx = widget->fieldWidth; in setCDKHistogramValue()
291 widget->curx = widget->fieldWidth; in setCDKHistogramValue()
395 widget->lowy = widget->boxHeight - 2 * BorderOf (widget); in setCDKHistogramValue()
402 widget->highy = widget->boxHeight - 2 * BorderOf (widget); in setCDKHistogramValue()
420 widget->cury = widget->boxHeight - 2 * BorderOf (widget); in setCDKHistogramValue()
[all …]
H A Dgraph.c73 widget->xtitle = char2Chtype (xtitle, &widget->xtitleLen, &widget->xtitlePos); in newCDKGraph()
80 widget->xtitle = char2Chtype ("<C></5>X Axis", &widget->xtitleLen, &widget->xtitlePos); in newCDKGraph()
89 widget->ytitle = char2Chtype (ytitle, &widget->ytitleLen, &widget->ytitlePos); in newCDKGraph()
96 widget->ytitle = char2Chtype ("<C></5>Y Axis", &widget->ytitleLen, &widget->ytitlePos); in newCDKGraph()
114 drawCDKGraph (widget, ObjOf (widget)->box); in activateCDKGraph()
140 widget->xscale = ((widget->maxx - widget->minx) in setScales()
147 widget->yscale = ((widget->boxWidth - 4) / MAXIMUM (1, widget->count)); in setScales()
218 widget->minx = MINIMUM (value, widget->minx); in setCDKGraphValue()
219 widget->maxx = MAXIMUM (value, widget->maxx); in setCDKGraphValue()
353 alignxy (WindowOf (widget), &xpos, &ypos, widget->boxWidth, widget->boxHeight); in _moveCDKGraph()
[all …]
H A Dgen-slider.c128 widget->labelWin = subwin (widget->win,
140 widget->fieldWin = subwin (widget->win,
170 ObjOf (widget)->inputWindow = widget->win;
256 if (widget->current < widget->low) in limitCurrentValue()
258 widget->current = widget->low; in limitCurrentValue()
261 else if (widget->current > widget->high) in limitCurrentValue()
263 widget->current = widget->high; in limitCurrentValue()
276 formattedSize (widget, widget->current) - in moveToEditPosition()
480 widget->current = widget->low;
484 widget->current = widget->high;
[all …]
H A Dgen-scale.c119 widget->labelWin = subwin (widget->win,
131 widget->fieldWin = subwin (widget->win,
165 ObjOf (widget)->inputWindow = widget->win;
200 drawCDK<MIXED> (widget, ObjOf (widget)->box);
245 if (widget->current < widget->low) in limitCurrentValue()
247 widget->current = widget->low; in limitCurrentValue()
250 else if (widget->current > widget->high) in limitCurrentValue()
252 widget->current = widget->high; in limitCurrentValue()
459 widget->current = widget->low;
463 widget->current = widget->high;
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkWidget.t40 $widget->unparent;
46 $widget->show;
48 $widget->hide;
50 $widget->show_now;
52 $widget->hide_all;
54 $widget->show_all;
61 $widget->map;
63 $widget->unmap;
65 $widget->realize;
67 $widget->unrealize;
[all …]
/dports/games/biloba/biloba-0.9.3/src/
H A Dwidget.c164 widget->text[widget->max_text_len] = '\0'; in text_widget_set_text()
270 widget->x + widget->text_x + 4, widget->y + widget->text_y + 8, in widget_draw_text()
271 widget->surface->w - widget->text_x - 8, widget->is_editing, in widget_draw_text()
304 widget->get_strings(widget, &widget->list_strings); in list_widget_draw_list()
366 put_image(widget->surface, widget->x, widget->y); in widget_show()
381 widget->y + widget->text_y); in widget_show()
478 widget->x, widget->y, in widget_clicked()
479 widget->x + widget->surface->w, widget->y + widget->surface->h); in widget_clicked()
542 widget, widget->text_validate_cb_data); in handle_input()
618 if (!widget->visible || !widget->enabled) in gui_wait_event()
[all …]
/dports/graphics/libgphoto2/libgphoto2-2.5.26/libgphoto2/
H A Dgphoto2-widget.c135 C_PARAMS (widget); in gp_widget_free()
148 free (widget); in gp_widget_free()
162 C_PARAMS (widget); in gp_widget_ref()
179 C_PARAMS (widget); in gp_widget_unref()
273 *id = widget->id; in gp_widget_get_id()
478 …C_MEM (widget->children = realloc(widget->children, sizeof(CameraWidget*)*(widget->children_count+… in gp_widget_append()
479 widget->children[widget->children_count] = child; in gp_widget_append()
506 …C_MEM (widget->children = realloc(widget->children, sizeof(CameraWidget*)*(widget->children_count+… in gp_widget_prepend()
510 widget->children[x] = widget->children[x - 1]; in gp_widget_prepend()
766 C_MEM (widget->choice = realloc (widget->choice, sizeof(char*)*(widget->choice_count+1))); in gp_widget_add_choice()
[all …]
/dports/games/lbreakout2/lbreakout2-2.6.5/gui/
H A Dgui_widget.c259 list_add( widget->parent->widgets, widget ); in gui_widget_create()
262 widget->root = (parent==0)?widget:parent->root; in gui_widget_create()
292 widget->screen_region = widget->parent_region; in gui_widget_create()
302 widget->width = width; widget->height = height; in gui_widget_create()
311 if ( widget->root == widget ) in gui_widget_create()
327 if ( (*widget)->root != *widget ) { in gui_widget_delete()
388 if ( widget->root == widget ) { in gui_widget_show()
431 if ( widget->root == widget ) { in gui_widget_hide()
494 widget->user_event_handler( widget, event ); in gui_widget_call_user_event_handler()
505 widget->default_event_handler( widget, event ); in gui_widget_handle_event()
[all …]
H A Dgui_edit.c82 px = widget->screen_region.x + widget->border; in default_event_handler()
83 py = widget->screen_region.y + widget->border + in default_event_handler()
185 widget->spec.edit.pos = widget->spec.edit.length; in gui_edit_adjust_cursor()
222 widget->spec.edit.x = widget->spec.edit.width; in gui_edit_adjust_cursor()
256 widget, widget->spec.edit.width ); in gui_edit_handle_key()
261 widget, -widget->spec.edit.width ); in gui_edit_handle_key()
266 widget, -widget->spec.edit.pos ); in gui_edit_handle_key()
272 widget, widget->spec.edit.length ); in gui_edit_handle_key()
367 widget->width -= 2 * widget->border; in gui_edit_create()
368 widget->height -= 2 * widget->border; in gui_edit_create()
[all …]
/dports/devel/glade/glade-3.22.1/plugins/gtk+/icons/22x22/
H A DMakefile.am6 widget-gtk-aboutdialog.png \
7 widget-gtk-accelgroup.png \
8 widget-gtk-accellabel.png \
9 widget-gtk-actionbar.png \
11 widget-gtk-alignment.png \
15 widget-gtk-arrow.png \
18 widget-gtk-button.png \
20 widget-gtk-box.png \
41 widget-gtk-entry.png \
56 widget-gtk-grid.png \
[all …]
/dports/devel/glade/glade-3.22.1/plugins/gtk+/icons/16x16/
H A DMakefile.am6 widget-gtk-aboutdialog.png \
7 widget-gtk-accelgroup.png \
8 widget-gtk-accellabel.png \
9 widget-gtk-actionbar.png \
11 widget-gtk-alignment.png \
15 widget-gtk-arrow.png \
18 widget-gtk-button.png \
20 widget-gtk-box.png \
41 widget-gtk-entry.png \
56 widget-gtk-grid.png \
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dgui_serializer.h39 setRecursive(widget); in set()
113 set("fontSize", widget->hasFontSize() ? widget->fontSize() : -1); in setWidget()
138 setWidget(widget); in setLabel()
146 getWidget(widget); in getLabel()
155 setWidget(widget); in setButton()
167 getWidget(widget); in getButton()
185 setButton(widget); in setProgressButton()
191 getButton(widget); in getProgressButton()
198 setWidget(widget); in setCheckBox()
206 getWidget(widget); in getCheckBox()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay_autogen.cpp53 widget->color[2] = 1.0f; in initOverlayWidgets()
54 widget->color[3] = 1.0f; in initOverlayWidgets()
60 Text *widget = new Text; in initOverlayWidgets() local
74 widget->color[0] = 1.0f; in initOverlayWidgets()
75 widget->color[1] = 0.0f; in initOverlayWidgets()
76 widget->color[2] = 0.0f; in initOverlayWidgets()
77 widget->color[3] = 1.0f; in initOverlayWidgets()
83 Count *widget = new Count; in initOverlayWidgets() local
98 widget->color[0] = 1.0f; in initOverlayWidgets()
99 widget->color[1] = 0.0f; in initOverlayWidgets()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay_autogen.cpp53 widget->color[2] = 1.0f; in initOverlayWidgets()
54 widget->color[3] = 1.0f; in initOverlayWidgets()
60 Text *widget = new Text; in initOverlayWidgets() local
74 widget->color[0] = 1.0f; in initOverlayWidgets()
75 widget->color[1] = 0.0f; in initOverlayWidgets()
76 widget->color[2] = 0.0f; in initOverlayWidgets()
77 widget->color[3] = 1.0f; in initOverlayWidgets()
83 Count *widget = new Count; in initOverlayWidgets() local
98 widget->color[0] = 1.0f; in initOverlayWidgets()
99 widget->color[1] = 0.0f; in initOverlayWidgets()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DOverlay_autogen.cpp53 widget->color[2] = 1.0f; in initOverlayWidgets()
54 widget->color[3] = 1.0f; in initOverlayWidgets()
60 Text *widget = new Text; in initOverlayWidgets() local
74 widget->color[0] = 1.0f; in initOverlayWidgets()
75 widget->color[1] = 0.0f; in initOverlayWidgets()
76 widget->color[2] = 0.0f; in initOverlayWidgets()
77 widget->color[3] = 1.0f; in initOverlayWidgets()
83 Count *widget = new Count; in initOverlayWidgets() local
98 widget->color[0] = 1.0f; in initOverlayWidgets()
99 widget->color[1] = 0.0f; in initOverlayWidgets()
[all …]
/dports/emulators/fuse/fuse-1.6.0/ui/gtk/
H A Doptions.pl85 foreach my $type ( $widget->{type} ) {
99 $widget->{data1} =~ s/^\*//;
100 $widget->{data1} =~ s/\|\*/|/;
102 $combo_sets{$widget->{data1}} = "$_->{name}_$widget->{value}_combo";
122 \#define $_->{name}_$widget->{value}_combo $combo_sets{$widget->{data1}}
123 \#define $_->{name}_$widget->{value}_combo_count $combo_sets{$widget->{data1}}_count
172 dialog.$widget->{value} =
227 if( !strcmp( settings_current.$widget->{value}, $_->{name}_$widget->{value}_combo[i] ) ) {
233 dialog.$widget->{value} = combo;
290 settings_current.$widget->{value} =
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/gtk/
H A Doptions.pl86 foreach my $type ( $widget->{type} ) {
100 $widget->{data1} =~ s/^\*//;
101 $widget->{data1} =~ s/\|\*/|/;
103 $combo_sets{$widget->{data1}} = "$_->{name}_$widget->{value}_combo";
123 \#define $_->{name}_$widget->{value}_combo $combo_sets{$widget->{data1}}
124 \#define $_->{name}_$widget->{value}_combo_count $combo_sets{$widget->{data1}}_count
173 dialog.$widget->{value} =
227 if( !strcmp( settings_current.$widget->{value}, $_->{name}_$widget->{value}_combo[i] ) ) {
233 dialog.$widget->{value} = combo;
287 settings_current.$widget->{value} =
[all …]

12345678910>>...257