Home
last modified time | relevance | path

Searched refs:iconw (Results 1 – 25 of 41) sorted by relevance

12

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_statusbar.c38 GtkWidget *hbox, *iconw; in make_statusbar() local
51 iconw = gtk_image_new_from_stock(IMAP_STOCK_COORD, in make_statusbar()
54 gtk_box_pack_start(GTK_BOX(hbox), iconw, FALSE, FALSE, 10); in make_statusbar()
55 gtk_widget_show(iconw); in make_statusbar()
65 iconw = gtk_image_new_from_stock(IMAP_STOCK_DIMENSION, in make_statusbar()
67 gtk_box_pack_start(GTK_BOX(hbox), iconw, FALSE, FALSE, 10); in make_statusbar()
68 gtk_widget_show(iconw); in make_statusbar()
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/
H A Djpgraph_iconplot.php155 $iconw = imagesx($gdimg);
159 return array(round($iconw*$this->iScale),round($iconh*$this->iScale));
175 $this->iX -= round($iconw*$this->iScale/2);
177 $this->iX -= round($iconw*$this->iScale);
184 round($iconw*$this->iScale),round($iconh*$this->iScale),
185 $iconw,$iconh,
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/
H A Djpgraph_iconplot.php157 $iconw = imagesx($gdimg);
161 return array(round($iconw*$this->iScale),round($iconh*$this->iScale));
177 $this->iX -= round($iconw*$this->iScale/2);
179 $this->iX -= round($iconw*$this->iScale);
186 round($iconw*$this->iScale),round($iconh*$this->iScale),
187 $iconw,$iconh,
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_iconplot.php155 $iconw = imagesx($gdimg);
159 return array(round($iconw*$this->iScale),round($iconh*$this->iScale));
175 $this->iX -= round($iconw*$this->iScale/2);
177 $this->iX -= round($iconw*$this->iScale);
184 round($iconw*$this->iScale),round($iconh*$this->iScale),
185 $iconw,$iconh,
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/plot/
H A DIconPlot.php188 $iconw = imagesx($gdimg);
192 return array(round($iconw * $this->iScale), round($iconh * $this->iScale));
209 $this->iX -= round($iconw * $this->iScale / 2);
213 $this->iX -= round($iconw * $this->iScale);
225 round($iconw * $this->iScale), round($iconh * $this->iScale),
226 $iconw, $iconh,
/dports/x11-wm/treewm/treewm-0.4.5/src/
H A Dicon.cc244 XMoveWindow(dpy, iconwin, x-iconw/2, y-iconh-2); in Move()
290 (unsigned int *)&iconw, in GetIconBitmap()
299 iconwin = XCreateWindow(dpy, parent->window, x-iconw/2, y-iconh-2, iconw, in GetIconBitmap()
311 (unsigned int *)&iconw, in GetIconWindow()
316 XReparentWindow(dpy,iconwin,parent->window,x-iconw/2,y-iconh-2); in GetIconWindow()
328 iconw = pm->w; in GetXPMFile()
337 iconwin = XCreateWindow(dpy, parent->window, x-iconw/2, y-iconh-2, iconw, in GetXPMFile()
361 XCopyArea(dpy,pixmap,iconwin,parent->Sc->icon_gc,0,0,iconw-4,iconh-4,2,2); in ReDraw()
363 XCopyPlane(dpy,pixmap,iconwin,parent->Sc->icon_gc,0,0,iconw-4,iconh-4,2,2,1); in ReDraw()
381 return (0<=xx && xx<=iconw && 0<=yy && yy<=iconh); in IsIn()
H A Dicon.h39 int iconw,iconh; variable
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph_iconplot.php153 $iconw = imagesx($gdimg);
157 $this->iX -= round($iconw*$this->iScale/2);
159 $this->iX -= round($iconw*$this->iScale);
166 round($iconw*$this->iScale),round($iconh*$this->iScale),
167 $iconw,$iconh,
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tcon/test/
H A Dcompile_ok.c23 TCON_WRAP(struct container, int tc) iconw; in main()
31 tcon_unwrap(tcon_check(&iconw, tc, 7))->p = NULL; in main()
35 BUILD_ASSERT(sizeof(iconw) == sizeof(struct container)); in main()
H A Dcompile_ok-sizeof.c23 TCON_WRAP(struct container, int tc) iconw; in main()
30 BUILD_ASSERT(tcon_sizeof(&iconw, tc) == sizeof(int)); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqworkspace.cpp1719 if (c->iconw && icons.contains(c->iconw->parentWidget())) in maximizeWindow()
2513 iconw = 0; in QWorkspaceChild()
2616 if (iconw) { in ~QWorkspaceChild()
2799 if (iconw) in eventFilter()
2806 if (iconw) in eventFilter()
2921 if (iconw) in setActive()
2989 if (iconw) { in updateMask()
3006 if (!iconw) { in iconWidget()
3101 if (iconw) in titleBarDoubleClicked()
3153 if (iconw) in internalRaise()
[all …]
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dgimv_image_win.c805 iconw, in create_toolbar()
815 iconw, in create_toolbar()
827 iconw, in create_toolbar()
839 iconw, in create_toolbar()
853 iconw, in create_toolbar()
863 iconw, in create_toolbar()
873 iconw, in create_toolbar()
883 iconw, in create_toolbar()
924 iconw, in create_toolbar()
947 iconw, in create_toolbar()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/examples/
H A Dtoolbar.pp155 iconw : PGtkWidget;
213 iconw := gtk_pixmap_new ( icon, mask ); { icon widget }
219 iconw, { icon widget }
232 iconw := gtk_pixmap_new ( icon, mask );
240 iconw, { icon }
255 iconw := gtk_pixmap_new ( icon, mask );
263 iconw,
268 iconw := gtk_pixmap_new ( icon, mask );
276 iconw,
286 iconw := gtk_pixmap_new ( icon, mask );
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/
H A Dunread_badge.cpp113 const auto iconw = st.verified->width(); in DrawPeerBadgeGetWidth() local
116 rectForName.x() + qMin(nameWidth, rectForName.width() - iconw), in DrawPeerBadgeGetWidth()
119 return iconw; in DrawPeerBadgeGetWidth()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/widgets/
H A Dicon.c84 int iconw = cairo_image_surface_get_width ( b->icon ); in icon_draw() local
85 int icons = MAX ( iconh, iconw ); in icon_draw()
96 lpad + ( b->widget.w - iconw * scale - lpad - rpad ) * b->xalign, in icon_draw()
/dports/x11/rofi/rofi-1.6.1/source/widgets/
H A Dicon.c84 int iconw = cairo_image_surface_get_width ( b->icon ); in icon_draw() local
85 int icons = MAX ( iconh, iconw ); in icon_draw()
96 lpad + ( b->widget.w - iconw * scale - lpad - rpad ) * b->xalign, in icon_draw()
/dports/x11/bmpanel2/bmpanel2-2.1pre1/
H A Dwidget-taskbar.c264 int iconw = image_width(theme->default_icon); in draw_task() local
266 int textw = centerw - (iconw + icon_offset[0]); in draw_task()
289 if (iconw && iconh) { in draw_task()
298 xx += iconw; in draw_task()
611 int iconw = image_width(icon); in create_window_for_dnd() local
615 Pixmap bg = x_create_default_pixmap(c, iconw, iconh); in create_window_for_dnd()
616 cairo_t *cr = create_cairo_for_pixmap(c, bg, iconw, iconh); in create_window_for_dnd()
628 Window win = x_create_default_window(c, x, y, iconw, iconh, in create_window_for_dnd()
633 Pixmap mask = XCreatePixmap(c->dpy, c->root, iconw, iconh, 1); in create_window_for_dnd()
634 cr = create_cairo_for_bitmap(c, mask, iconw, iconh); in create_window_for_dnd()
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dpopup.c161 gint iconx, icony, iconw, iconh; in popup_delay_show() local
198 iconw = texth * self->iconwm; in popup_delay_show()
200 textx += iconw + ob_rr_theme->paddingx; in popup_delay_show()
205 iconw = 0; in popup_delay_show()
220 w = textw + emptyx + iconw; in popup_delay_show()
224 textw = w - emptyx - iconw; in popup_delay_show()
298 self->draw_icon(iconx, icony, iconw, iconh, self->draw_icon_data); in popup_delay_show()
/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dgraphics.c2893 iconw, /* icon */ in create_window()
2901 iconw, /* icon */ in create_window()
2912 iconw, /* icon */ in create_window()
2920 iconw, /* icon */ in create_window()
2928 iconw, /* icon */ in create_window()
2945 iconw, /* icon */ in create_window()
2959 iconw, /* icon */ in create_window()
2973 iconw, /* icon */ in create_window()
2987 iconw, /* icon */ in create_window()
2997 iconw, /* icon */ in create_window()
[all …]
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/button/
H A Dbutton.c211 button->frontend->icon_load_size = button->frontend->iconw; in button_reload_icon()
216 …ath = get_icon_path(icon_theme_wrapper, button->backend->icon_name, button->frontend->iconw, TRUE); in button_reload_icon()
222 … new_icon_path = get_icon_path(icon_theme_wrapper, DEFAULT_ICON, button->frontend->iconw, TRUE); in button_reload_icon()
228 button->frontend->icon = scale_icon(button->frontend->icon, button->frontend->iconw); in button_reload_icon()
359 button->frontend->iconw = icon_w; in resize_button()
361 if (button->frontend->icon_load_size != button->frontend->iconw) in resize_button()
H A Dbutton.h51 int iconw; member
/dports/devel/libglade2/libglade-2.6.4/glade/
H A Dglade-gtk.c816 GtkWidget *iconw = NULL; in toolbar_build_children() local
863 iconw = gtk_image_new_from_stock ( in toolbar_build_children()
865 if (!iconw) in toolbar_build_children()
868 iconw = gtk_image_new_from_file (icon); in toolbar_build_children()
872 if (iconw) in toolbar_build_children()
873 gtk_widget_show (iconw); in toolbar_build_children()
883 label, tooltip, NULL, iconw, NULL, NULL); in toolbar_build_children()
890 label, tooltip, NULL, iconw, NULL, NULL); in toolbar_build_children()
902 label, tooltip, NULL, iconw, NULL, NULL); in toolbar_build_children()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Browser.cxx524 int iconw = l->icon->w()+2; in item_draw() local
525 X += iconw; W -= iconw; w1 -= iconw; in item_draw()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Browser.cxx534 int iconw = l->icon->w()+2; in item_draw() local
535 X += iconw; W -= iconw; w1 -= iconw; in item_draw()
/dports/graphics/rgbpaint/rgbpaint-0.8.7/src/
H A Dtoolbar.c187 GtkWidget *iconw, *radio[32]; in fill_toolbar() local
216 iconw = NULL; in fill_toolbar()
222 iconw = gtk_pixmap_new(icon, mask); in fill_toolbar()
232 "None", _(items->tooltip), "Private", iconw, lclick, in fill_toolbar()

12