Searched refs:icons (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A DMakefile.am3 SUBDIRS = icons
38 icons.h \
70 icons.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/icons/
H A DMakefile.am41 $(gtk_update_icon_cache) $(datadir)/icons/$$theme; \
46 echo "*** $(gtk_update_icon_cache) $(datadir)/icons/$$theme"; \
50 install-icons:
56 mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
57 $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
64 mkdir -p $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
65 $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
68 uninstall-icons:
74 rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
81 rm -f $(DESTDIR)$(pkgdatadir)/icons/
[all...]
H A DMakefile.in54 subdir = gtk/icons
317 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gtk/icons/Makefile'; \
319 $(AUTOMAKE) --gnu gtk/icons/Makefile
500 $(gtk_update_icon_cache) $(datadir)/icons/$$theme; \
505 echo "*** $(gtk_update_icon_cache) $(datadir)/icons/$$theme"; \
509 install-icons:
515 mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
516 $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
523 mkdir -p $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
524 $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(pkgdatadir)/icons/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Deu.inc69 $text["iconerr"] = "Cannot find one or more icons";
H A Dde.inc65 $text["iconerr"] = "Kann eines oder mehrere Icons nicht finden (Cannot find one or more icons)";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.cpp728 // Make an image list containing small icons
733 wxIcon icons[5]; local
734 icons[0] = wxIcon(icon1_xpm);
735 icons[1] = wxIcon(icon2_xpm);
736 icons[2] = wxIcon(icon3_xpm);
737 icons[3] = wxIcon(icon4_xpm);
738 icons[4] = wxIcon(icon5_xpm);
740 int sizeOrig = icons[0].GetWidth();
741 for ( size_t i = 0; i < WXSIZEOF(icons); i++ )
745 images->Add(icons[
770 wxIcon icons[4]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelitem.cpp41 wxFoldPanelItem::wxFoldPanelItem( wxWindow *parent, const wxString &caption, wxImageList *icons, bool collapsedInitially, argument
56 m_captionBar = new wxCaptionBar(this, caption, icons, wxID_ANY, style, wxPoint(0,0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dmdi.h138 virtual void SetIcons(const wxIconBundle& icons )
139 { wxTopLevelWindowBase::SetIcons(icons); }
H A Dtoplevel.h51 virtual void SetIcons(const wxIconBundle& icons);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtoplevel.h67 virtual void SetIcons(const wxIconBundle& icons) { SetIcon( icons.GetIcon( -1 ) ); } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtoplevel.h58 virtual void SetIcons(const wxIconBundle& icons) { SetIcon( icons.GetIcon( -1 ) ); } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtoplevel.h56 virtual void SetIcons(const wxIconBundle& icons );
186 void DoSelectAndSetIcon(const wxIconBundle& icons, int smX, int smY, int i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtoplevel.h54 virtual void SetIcons(const wxIconBundle& icons);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Diconbndl.tex41 Adds all the icons contained in the file to the bundle;
42 if the collection already contains icons with the same
H A Diconloc.tex17 may contain multiple icons and so this class also stores the index of the icon
H A Dartprov.tex32 platform native icons as provided by \helpref{wxArtProvider::GetBitmap}{wxartprovidergetbitmap} or
85 it is also possible to load icons from current icon theme by specifying their
89 icons, so wxArtProvider may return {\tt wxNullBitmap} or {\tt wxNullIcon}.
90 Default theme is typically installed in {\tt /usr/share/icons/hicolor}.
110 slightly different icons in menus and toolbars even though they represent the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtoplevel.h58 virtual void SetIcons(const wxIconBundle& icons );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtoplevel.cpp914 void wxTopLevelWindowMSW::DoSelectAndSetIcon(const wxIconBundle& icons, argument
921 const wxIcon icon = icons.GetIcon(size);
928 void wxTopLevelWindowMSW::SetIcons(const wxIconBundle& icons) argument
930 wxTopLevelWindowBase::SetIcons(icons);
932 DoSelectAndSetIcon(icons, SM_CXSMICON, SM_CYSMICON, ICON_SMALL);
933 DoSelectAndSetIcon(icons, SM_CXICON, SM_CYICON, ICON_BIG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtoplevel.h51 virtual void SetIcons(const wxIconBundle& icons);
H A Dmdi.h160 virtual void SetIcons(const wxIconBundle& icons )
161 { wxTopLevelWindowBase::SetIcons(icons); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dframe.h52 virtual void SetIcons(const wxIconBundle& icons);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtoplevel.h150 // get the frame icons
156 // set the frame icons
157 virtual void SetIcons(const wxIconBundle& icons ) { m_icons = icons; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dframe.cpp474 void wxFrame::SetIcons(const wxIconBundle& icons) argument
476 wxFrameBase::SetIcons( icons );
483 (WXWindow) XtWindow( (Widget) m_frameShell ), icons); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelitem.h183 wxFoldPanelItem( wxWindow *parent, const wxString &caption, wxImageList *icons = 0, bool collapsedInitially = false,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dtoplevel.h134 virtual void SetIcons(const wxIconBundle& icons);

Completed in 467 milliseconds

1234