Home
last modified time | relevance | path

Searched refs:button (Results 1 – 25 of 13808) sorted by relevance

12345678910>>...553

/dports/multimedia/aegisub/aegisub-3.2.2/src/bitmaps/
H A Dmanifest.respack4 button/about_menu_16.png
5 button/about_menu_24.png
6 button/about_menu_32.png
7 button/about_menu_48.png
8 button/about_menu_64.png
9 button/arrow_down_16.png
10 button/arrow_down_24.png
11 button/arrow_down_32.png
12 button/arrow_down_48.png
13 button/arrow_down_64.png
[all …]
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dbutton.c72 ( x <= button->pos.x + button->w ) && in in_bbox()
74 ( y <= button->pos.y + button->h ) ); in in_bbox()
125 button->click_cb( button, button->click_cb_userdata ); in button_perform_click_action()
183 if ( !button->enabled || !button->active ) { in button_simulate_mouse_click()
243 w = button->w; in button_draw()
244 h = button->h; in button_draw()
344 glTranslatef( button->pos.x + button->w/2.0 - w/2.0, in button_draw()
345 button->pos.y + button->h/2.0 - asc/2.0 + desc/2.0, in button_draw()
395 button->w = w; in button_create()
396 button->h = h; in button_create()
[all …]
/dports/games/wizznic/Wizznic-1.1/src/
H A Dinput.c109 if( event.jbutton.button == button[i].button ) in runControls()
156 if( event.jbutton.button == button[i].button ) in runControls()
406 button[C_UP].button = PLATFORM_BUTTON_UP; in initControls()
407 button[C_DOWN].button = PLATFORM_BUTTON_DOWN; in initControls()
408 button[C_LEFT].button = PLATFORM_BUTTON_LEFT; in initControls()
409 button[C_RIGHT].button = PLATFORM_BUTTON_RIGHT; in initControls()
410 button[C_BTNX].button = PLATFORM_BUTTON_X; in initControls()
411 button[C_BTNY].button = PLATFORM_BUTTON_Y; in initControls()
412 button[C_BTNA].button = PLATFORM_BUTTON_A; in initControls()
413 button[C_BTNB].button = PLATFORM_BUTTON_B; in initControls()
[all …]
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dbutton.c40 button->info = char2Chtype (text, &button->infoLen, &button->infoPos); in newCDKButton()
45 button->infoLen, button->infoPos); in newCDKButton()
68 ObjOf (button)->inputWindow = button->win; in newCDKButton()
103 drawCDKButton (button, ObjOf (button)->box); in activateCDKButton()
161 button->info = char2Chtype (info, &button->infoLen, &button->infoPos); in setCDKButtonMessage()
162 button->infoPos = justifyString (button->boxWidth - 2 * BorderOf (button), in setCDKButtonMessage()
163 button->infoLen, button->infoPos); in setCDKButtonMessage()
167 drawCDKButton (button, ObjOf (button)->box); in setCDKButtonMessage()
225 (void)mvwaddch (button->win, BorderOf (button), i + BorderOf (button), c); in drawCDKButtonText()
245 drawObjBox (button->win, ObjOf (button)); in _drawCDKButton()
[all …]
/dports/editors/textadept/cdk-5.0-20200923/
H A Dbutton.c40 button->info = char2Chtype (text, &button->infoLen, &button->infoPos); in newCDKButton()
45 button->infoLen, button->infoPos); in newCDKButton()
68 ObjOf (button)->inputWindow = button->win; in newCDKButton()
103 drawCDKButton (button, ObjOf (button)->box); in activateCDKButton()
161 button->info = char2Chtype (info, &button->infoLen, &button->infoPos); in setCDKButtonMessage()
162 button->infoPos = justifyString (button->boxWidth - 2 * BorderOf (button), in setCDKButtonMessage()
163 button->infoLen, button->infoPos); in setCDKButtonMessage()
167 drawCDKButton (button, ObjOf (button)->box); in setCDKButtonMessage()
225 (void)mvwaddch (button->win, BorderOf (button), i + BorderOf (button), c); in drawCDKButtonText()
245 drawObjBox (button->win, ObjOf (button)); in _drawCDKButton()
[all …]
/dports/devel/cdk/cdk-5.0-20161210/
H A Dbutton.c40 button->info = char2Chtype (text, &button->infoLen, &button->infoPos); in newCDKButton()
45 button->infoLen, button->infoPos); in newCDKButton()
68 ObjOf (button)->inputWindow = button->win; in newCDKButton()
103 drawCDKButton (button, ObjOf (button)->box); in activateCDKButton()
161 button->info = char2Chtype (info, &button->infoLen, &button->infoPos); in setCDKButtonMessage()
162 button->infoPos = justifyString (button->boxWidth - 2 * BorderOf (button), in setCDKButtonMessage()
163 button->infoLen, button->infoPos); in setCDKButtonMessage()
167 drawCDKButton (button, ObjOf (button)->box); in setCDKButtonMessage()
225 (void)mvwaddch (button->win, BorderOf (button), i + BorderOf (button), c); in drawCDKButtonText()
245 drawObjBox (button->win, ObjOf (button)); in _drawCDKButton()
[all …]
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/button/
H A Dbutton.c36 return button; in create_button()
58 button->backend->instances = g_list_remove_all(button->backend->instances, button); in destroy_button()
136 button->area.bg = button->backend->bg; in init_button_panel()
137 button->area.paddingx = button->backend->paddingx; in init_button_panel()
138 button->area.paddingy = button->backend->paddingy; in init_button_panel()
139 button->area.paddingxlr = button->backend->paddingxlr; in init_button_panel()
211 button->frontend->icon_load_size = button->frontend->iconw; in button_reload_icon()
228 button->frontend->icon = scale_icon(button->frontend->icon, button->frontend->iconw); in button_reload_icon()
449 … image = button->frontend->icon_hover ? button->frontend->icon_hover : button->frontend->icon; in draw_button()
451 … image = button->frontend->icon_pressed ? button->frontend->icon_pressed : button->frontend->icon; in draw_button()
[all …]
/dports/databases/leo_center/leo_center-0.4.7/public/js/ext/resources/themes/stylesheets/ext4/default/variables/
H A D_button.scss10 $button-small-font-size-over: $button-small-font-size !default;
11 $button-small-font-size-focus: $button-small-font-size-over !default;
12 $button-small-font-size-pressed: $button-small-font-size !default;
13 $button-small-font-size-disabled: $button-small-font-size !default;
15 $button-small-font-weight-over: $button-small-font-weight !default;
17 $button-small-font-weight-pressed: $button-small-font-weight !default;
20 $button-small-font-family-over: $button-small-font-family !default;
31 $button-medium-font-size-over: $button-medium-font-size !default;
52 $button-large-font-size-over: $button-large-font-size !default;
100 $button-default-color-over: $button-default-color !default;
[all …]
/dports/games/d2x/d2x-0.2.5/unused/ui/
H A Dbutton.c55 if ((button->status==1) || (button->position != button->oldposition)) in ui_draw_button()
77 ui_string_centered( Middle(button->width), Middle(button->height), button->text ); in ui_draw_button()
80 gr_rect( 0, 0, button->width, button->height ); in ui_draw_button()
82 gr_rect( 1, 1, button->width-1, button->height-1 ); in ui_draw_button()
86 ui_draw_box_in( 0, 0, button->width-1, button->height-1 ); in ui_draw_button()
87 ui_string_centered( Middle(button->width)+1, Middle(button->height)+1, button->text ); in ui_draw_button()
90 gr_rect( 0, 0, button->width, button->height ); in ui_draw_button()
92 gr_rect( 2, 2, button->width, button->height ); in ui_draw_button()
124 return button; in ui_add_gadget_button()
136 button->oldposition = button->position; in ui_button_do()
[all …]
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui2_button.c114 button->width, button->height, 3); in button_new()
219 old_l = button_calc_offset(button, button->prelit, button->pushed); in button_draw_real()
236 pb, button->x, button->y, in button_draw_real()
242 pb, button->x, button->y, in button_draw_real()
246 ui_display_render_area(ui, button->x, button->y, button->width, button->height, button->wd); in button_draw_real()
299 button_draw_real(button, button->prelit, button->pushed, force, pb, ui); in button_draw()
315 if (x < button->x || x >= button->x + button->width || in button_test_proximity()
316 y < button->y || y >= button->y + button->height) return FALSE; in button_test_proximity()
375 if (!button || !button->active) return; in button_release()
432 pixbuf_copy_area(pb, button->x, button->y, button->pixbuf, in button_back_set()
[all …]
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/plugins/systray/
H A Dsn-button.c125 button->item = NULL; in sn_button_init()
126 button->config = NULL; in sn_button_init()
131 button->menu = NULL; in sn_button_init()
134 button->box = NULL; in sn_button_init()
151 return button->item; in sn_button_get_item()
177 button->item = item; in sn_button_new()
184 gtk_container_add (GTK_CONTAINER (button), button->box); in sn_button_new()
258 if ((event->button == 1 && (button->menu_only || menu_is_primary)) || event->button == 3) in sn_button_button_press()
260 if (button->menu != NULL && sn_container_has_children (button->menu)) in sn_button_button_press()
272 button->pos_func, button->pos_func_data, in sn_button_button_press()
[all …]
/dports/www/cssed/cssed-0.4.0/src/
H A Dcssdialogs-callbacks.h38 on_border_properties_helpbutton_clicked (GtkButton * button,
42 on_border_properties_okbutton_clicked (GtkButton * button,
54 on_border_width_single_helpbutton_clicked(GtkButton * button,
85 on_uri_value_dialog_helpbutton_clicked (GtkButton * button,
89 on_uri_value_dialog_okbutton_clicked (GtkButton * button,
96 on_attr_value_dialog_okbutton_clicked (GtkButton * button,
115 on_button_font_set_add_clicked (GtkButton * button,
142 on_font_size_dialog_okbutton_clicked (GtkButton * button,
157 on_dialog_integer_helpbutton_clicked (GtkButton * button,
177 on_list_style_dialog_okbutton_clicked (GtkButton * button,
[all …]
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dwdgt-chain-button.c93 button->button = gtk_toggle_button_new (); in gl_wdgt_chain_button_init()
97 gtk_container_add (GTK_CONTAINER (button->button), button->image); in gl_wdgt_chain_button_init()
100 g_signal_connect (button->button, "clicked", in gl_wdgt_chain_button_init()
102 button); in gl_wdgt_chain_button_init()
105 button); in gl_wdgt_chain_button_init()
108 button); in gl_wdgt_chain_button_init()
148 gtk_table_attach (GTK_TABLE (button), button->button, 0, 1, 1, 2, in gl_wdgt_chain_button_new()
158 gtk_table_attach (GTK_TABLE (button), button->button, 1, 2, 0, 1, in gl_wdgt_chain_button_new()
166 gtk_widget_show (button->button); in gl_wdgt_chain_button_new()
199 g_signal_handlers_block_by_func (G_OBJECT (button->button), in gl_wdgt_chain_button_set_active()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktoolbutton.c295 button->priv = GTK_TOOL_BUTTON_GET_PRIVATE (button); in gtk_tool_button_init()
302 button->priv->button = g_object_new (klass->button_type, NULL); in gtk_tool_button_init()
304 g_signal_connect_object (button->priv->button, "clicked", in gtk_tool_button_init()
307 gtk_container_add (GTK_CONTAINER (button), button->priv->button); in gtk_tool_button_init()
308 gtk_widget_show (button->priv->button); in gtk_tool_button_init()
344 if (GTK_BIN (button->priv->button)->child) in gtk_tool_button_construct_contents()
349 gtk_widget_destroy (GTK_BIN (button->priv->button)->child); in gtk_tool_button_construct_contents()
497 gtk_container_add (GTK_CONTAINER (button->priv->button), icon); in gtk_tool_button_construct_contents()
539 gtk_button_set_relief (GTK_BUTTON (button->priv->button), in gtk_tool_button_construct_contents()
788 box = GTK_BIN (button->priv->button)->child; in gtk_tool_button_update_icon_spacing()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktoolbutton.c123 GtkWidget *button; member
345 button->priv = G_TYPE_INSTANCE_GET_PRIVATE (button, in gtk_tool_button_init()
354 button->priv->button = g_object_new (klass->button_type, NULL); in gtk_tool_button_init()
356 g_signal_connect_object (button->priv->button, "clicked", in gtk_tool_button_init()
359 gtk_container_add (GTK_CONTAINER (button), button->priv->button); in gtk_tool_button_init()
360 gtk_widget_show (button->priv->button); in gtk_tool_button_init()
406 child = gtk_bin_get_child (GTK_BIN (button->priv->button)); in gtk_tool_button_construct_contents()
652 gtk_button_set_relief (GTK_BUTTON (button->priv->button), in gtk_tool_button_construct_contents()
933 G_OBJECT (GTK_TOOL_BUTTON (button)->priv->button)), in gtk_tool_button_create_menu_proxy()
971 box = gtk_bin_get_child (GTK_BIN (button->priv->button)); in gtk_tool_button_update_icon_spacing()
[all …]
/dports/games/torcs/torcs-1.3.7/src/libs/tgfclient/
H A Dguibutton.cpp206 button = &(curObject->u.button); in GfuiButtonStateCreate()
264 button = &(object->u.button); in GfuiButtonCreate()
344 tGfuiButton *button = &(o->u.button); in GfuiLeanButtonCreate() local
416 button = &(obj->u.button); in gfuiDrawButton()
490 button->onPush(button->userDataOnPush); in gfuiGrButtonAction()
497 button->onPush(button->userDataOnPush); in gfuiGrButtonAction()
506 button->onPush(button->userDataOnPush); in gfuiGrButtonAction()
528 button->onPush(button->userDataOnPush); in gfuiGrButtonAction()
539 button->onPush(button->userDataOnPush); in gfuiGrButtonAction()
565 button->onPush(button->userDataOnPush); in gfuiButtonAction()
[all …]
/dports/editors/e93/e93/xgui/
H A Dbutton.c24 typedef struct button struct
61 InvalidateWindowRect(button->parentWindow,&button->rect); in InvalidateButton()
69 button->resizeFunction(button->parentWindow,&button->rect); // get new rectangle in SetButtonRectangle()
90 if(button->rect.w&&button->rect.h) in DrawButton()
106 …illRectangle(xDisplay,imageBuffer,xGraphicsContext,button->rect.x,button->rect.y,button->rect.w,bu… in DrawButton()
112 stringX=button->rect.x+(button->rect.w/2)-(stringWidth/2); in DrawButton()
113 …stringY=button->rect.y+(button->rect.h/2)-(button->font->ascent+button->font->descent)/2+button->f… in DrawButton()
140 button->pressedProc(button->pressedProcParameters); in PressButton()
227 *button; in CreateButton() local
244 return(button); in CreateButton()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcolorbutton.c77 GtkWidget *button; member
291 button->button = gtk_button_new (); in gtk_color_button_init()
292 g_signal_connect (button->button, "clicked", G_CALLBACK (gtk_color_button_clicked), button); in gtk_color_button_init()
293 gtk_widget_set_parent (button->button, GTK_WIDGET (button)); in gtk_color_button_init()
308 gtk_button_set_child (GTK_BUTTON (button->button), button->swatch); in gtk_color_button_init()
313 button->rgba.red = 0; in gtk_color_button_init()
318 button->modal = TRUE; in gtk_color_button_init()
329 gtk_widget_add_css_class (button->button, "color"); in gtk_color_button_init()
341 gtk_widget_unparent (button->button); in gtk_color_button_finalize()
581 gtk_window_set_title (GTK_WINDOW (button->cs_dialog), button->title); in gtk_color_button_set_title()
[all …]
H A Dgtklockbutton.c136 if (button->permission) in G_DEFINE_TYPE()
229 update_state (button); in gtk_lock_button_set_property()
249 update_state (button); in gtk_lock_button_init()
373 if (button->permission) in update_state()
421 allowed ? button->label_lock : button->label_unlock); in update_state()
434 update_state (button); in on_permission_changed()
455 update_state (button); in acquire_cb()
476 update_state (button); in release_cb()
487 if (button->cancellable != NULL || button->permission == NULL) in gtk_lock_button_clicked()
545 return button->permission; in gtk_lock_button_get_permission()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp145 button->setText("F"); in initUI()
150 button->setText("L"); in initUI()
180 PPButton* button; in initUI() local
718 PPButton* button; in initSectionMainOptions() local
744 PPPoint(button->getLocation().x + button->getSize().width+1, button->getLocation().y), in initSectionMainOptions()
759 PPPoint(button->getLocation().x + button->getSize().width+1, button->getLocation().y), in initSectionMainOptions()
819 PPButton* button; in initListboxesSection() local
938 pp_int32 x3 = button->getLocation().x + button->getSize().width+3; in initListboxesSection()
954 x3 = button->getLocation().x + button->getSize().width+3; in initListboxesSection()
1788 PPButton* button; in initInputContainerDefault() local
[all …]
/dports/sysutils/xfce4-power-manager/xfce4-power-manager-4.16.0/panel-plugins/power-manager-plugin/
H A Dpower-manager-button.c295 gtk_widget_set_tooltip_text (GTK_WIDGET (button), button->priv->tooltip); in power_manager_button_set_tooltip()
592 button->priv->devices = g_list_append (button->priv->devices, battery_device); in power_manager_button_add_device()
598 if (button->priv->menu) in power_manager_button_add_device()
680 button->priv->devices = g_list_delete_link (button->priv->devices, item); in power_manager_button_remove_device()
703 power_manager_button_add_device (button->priv->display_device, button); in power_manager_button_add_all_devices()
845 power_manager_button_update_label (button, button->priv->display_device); in power_manager_button_set_property()
986 button->priv = power_manager_button_get_instance_private (button); in power_manager_button_init()
1074 g_signal_handlers_disconnect_by_data (button->priv->upower, button); in power_manager_button_finalize()
1124 if (event->button == 2) in power_manager_button_press_event()
1260 power_manager_button_update_label (button, button->priv->display_device); in power_manager_button_show()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/skins/Vector/skinStyles/jquery.ui/
H A Djquery.ui.button.css34 button.ui-button-icon-only {
40 button.ui-button-icons-only {
45 .ui-button .ui-button-text {
49 .ui-button-text-only .ui-button-text {
52 .ui-button-icon-only .ui-button-text,
53 .ui-button-icons-only .ui-button-text {
58 .ui-button-text-icons .ui-button-text {
111 button.ui-button::-moz-focus-inner {
209 body .ui-button.ui-button-green {
236 body .ui-button.ui-button-blue {
[all …]
/dports/databases/leo_center/leo_center-0.4.7/public/js/ext/resources/themes/stylesheets/neptune/default/variables/
H A D_button.scss16 $button-text-padding: 3px;
19 $button-small-text-padding: $button-padding !default;
25 $button-base-color-over: color-offset($button-base-color, 10%);
26 $button-base-color-pressed: $button-base-color-over;
27 $button-base-color-disabled: $button-base-color;
29 $button-border-color: darken($button-base-color, 20%) !default; // Deprecated
30 $button-border-color-over: darken($button-base-color, 25%) !default; // Deprecated
32 $button-border-color-disabled: $button-border-color !default; // Deprecated
40 $button-color-disabled: lighten($button-color, 35) !default;
50 $button-toolbar-border-color: rgba($button-toolbar-base-color, 0) !default;
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/input/
H A Dmultitouch_device.cpp89 button->type = type; in addButton()
90 button->event_id = 0; in addButton()
92 button->x = x; in addButton()
93 button->y = y; in addButton()
101 switch (button->type) in addButton()
148 delete button; in clearButtons()
259 event.x <= button->x + button->width && in updateDeviceState()
260 event.y >= button->y && event.y <= button->y + button->height; in updateDeviceState()
274 if (button == NULL || !is_linked_button(button)) in updateDeviceState()
334 if (button->pressed && button->event_id == event_id) in updateDeviceState()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/button/
H A D_button-group.scss13 <button type="button" class="#{$ns}-button #{$ns}-intent-success">Save</button>
14 <button type="button" class="#{$ns}-button #{$ns}-intent-success #{$ns}-icon-caret-down"></button>
139 <button class="#{$ns}-button #{$ns}-icon-arrow-left"></button>
140 <button class="#{$ns}-button #{$ns}-fill">Middle</button>
141 <button class="#{$ns}-button #{$ns}-icon-arrow-right"></button>
168 <button type="button" class="#{$ns}-button #{$ns}-active">Home</button>
169 <button type="button" class="#{$ns}-button">Pages</button>
170 <button type="button" class="#{$ns}-button">Blog</button>
171 <button type="button" class="#{$ns}-button">Calendar</button>
174 …<button type="button" class="#{$ns}-button #{$ns}-intent-primary #{$ns}-icon-document">Text</butto…
[all …]

12345678910>>...553