Home
last modified time | relevance | path

Searched defs:icontype (Results 1 – 16 of 16) sorted by relevance

/dports/x11/cinnamon/cinnamon-4.8.6/data/icons/
H A Dmeson.build7 icontype = parts[2] variable
/dports/net/afpfs-ng/afpfs-ng-0.8.1/lib/
H A Dmeta.h7 unsigned char icontype; member
H A Dproto_desktop.c21 unsigned int filetype, unsigned char icontype, in afp_geticon()
31 uint8_t icontype ; in afp_geticon() member
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Diconloader.cpp44 QIcon IconLoader::Load(const QString& name, const IconType& icontype) { in Load()
/dports/games/rockdodger/rockdodger-1.1.4/
H A Dinfoscreen.h19 unsigned char icontype; member
/dports/games/lordsawar/lordsawar-0.3.2/src/gui/
H A Dgame-button-box.cpp49 void GameButtonBox::add_picture_to_button (guint32 icontype, Gtk::Button *button) in add_picture_to_button()
/dports/games/libretro-hatari/hatari-561c07e/python-ui/
H A Ddialogs.py52 icontype = gtk.MESSAGE_INFO variable in NoteDialog
67 icontype = gtk.MESSAGE_ERROR variable in ErrorDialog
/dports/emulators/hatari/hatari-2.2.1/python-ui/
H A Ddialogs.py53 icontype = Gtk.MessageType.INFO variable in NoteDialog
68 icontype = Gtk.MessageType.ERROR variable in ErrorDialog
/dports/x11-wm/amiwm/amiwm0.21pl2/
H A Dppmtoinfo.c30 struct { char *name; int minl, code; } icontype[] = { variable
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_annots.c2149 pdf_attach_iconnames icontype = icon_attach_pushpin; in pdf__attach_file() local
2202 pdf_text_iconnames icontype = icon_text_note; in pdf__add_note() local
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_annots.c2149 pdf_attach_iconnames icontype = icon_attach_pushpin; in pdf__attach_file() local
2202 pdf_text_iconnames icontype = icon_text_note; in pdf__add_note() local
/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/maps/
H A Dgeography.py594 longit, descr, year, icontype, argument
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_icons.c755 const IconType icontype = icontypes[y * ICON_GRID_COLS + x]; in create_mono_icon_with_border() local
942 const IconType icontype = icontypes[y * ICON_GRID_COLS + x]; in init_internal_icons() local
H A Dinterface_layout.c2759 StructRNA *icontype; in uiItemPointerR_prop() local
/dports/lang/mosh/mosh-0.2.7/src/win32/
H A Dprocess.c740 win32_messagebox(wchar_t* caption,wchar_t* msg,int dlgtype,int icontype){ in win32_messagebox()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dgraphic.c850 void draw_one_icon( const TX_REF icontype, float x, float y, Uint8 sparkle ) in draw_one_icon()