Searched refs:icon (Results 76 - 100 of 265) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtorrent-cell-renderer.c394 GdkPixbuf * icon; local
401 icon = get_icon( tor, COMPACT_ICON_SIZE, widget );
408 g_object_set( p->icon_renderer, "pixbuf", icon, NULL );
426 g_object_unref( icon );
443 GdkPixbuf * icon; local
452 icon = get_icon( tor, FULL_ICON_SIZE, widget );
461 g_object_set( p->icon_renderer, "pixbuf", icon, NULL );
480 g_object_unref( icon );
585 GdkPixbuf * icon; local
597 icon
663 GdkPixbuf * icon; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dbitmap.cpp23 #include "wx/icon.h"
312 bool wxBitmap::CopyFromIcon(const wxIcon& icon) argument
314 wxBitmap *bmp = (wxBitmap*)(&icon);
788 icon_t *icon = NULL; local
792 icon = MGL_loadIcon(wxString(name + wxT(".ico")).mb_str(), TRUE);
794 icon = MGL_loadIcon(name.mb_str(), TRUE);
796 if ( icon == NULL ) return false;
798 bitmap->Create(icon->xorMask.width, icon->xorMask.height);
803 dc->putBitmap(0, 0, &(icon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dstatbmp.h57 virtual void SetIcon(const wxIcon& icon);
H A Dtoplevel.h16 #include "wx/icon.h"
133 virtual void SetIcon(const wxIcon& icon) { SetIcons( wxIconBundle( icon ) ); } argument
185 // version of icon for titlebar (16x16)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Diconloc.tex15 not embedded into the application resources) icon. For most platforms it simply
17 may contain multiple icons and so this class also stores the index of the icon
H A Ddropsrc.tex59 \docparam{iconCopy}{The icon or cursor used for feedback for copy operation.}
61 \docparam{iconMove}{The icon or cursor used for feedback for move operation.}
63 \docparam{iconNone}{The icon or cursor used for feedback when operation can't be done.}
127 Set the icon to use for a certain drag result.
131 \docparam{res}{The drag result to set the icon for. }
H A Daboutdlginfo.tex19 former group are represented as a string with the exception of the program icon
158 \func{void}{SetIcon}{\param{const wxIcon\& }{icon}}
160 Set the icon to be shown in the dialog. By default the icon of the main frame
162 but a valid icon is specified using this method, the generic about dialog is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtaskbar.h16 #include "wx/icon.h"
33 bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DFileListNode.h49 @property (nonatomic, readonly) NSImage * icon; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtoplevel.cpp444 // WS_EX_CONTEXTHELP style, so let's set a reasonable icon
450 wxIcon icon = winTop->GetIcon();
451 if ( icon.Ok() )
455 (LPARAM)GetHiconOf(icon));
909 void wxTopLevelWindowMSW::SetIcon(const wxIcon& icon) argument
911 SetIcons( wxIconBundle( icon ) );
921 const wxIcon icon = icons.GetIcon(size); local
922 if ( icon.Ok() && icon.GetWidth() == size.x && icon
[all...]
H A Dstatbmp.cpp34 #include "wx/icon.h"
109 // we may have either bitmap or icon: if a bitmap with mask is passed, we
110 // will transform it to an icon ourselves because otherwise the mask will
122 _T("not an icon and not a bitmap?") );
128 wxIcon* icon = new wxIcon; local
129 icon->CopyFromBitmap(bmp);
131 return icon;
152 // we may have either bitmap or icon: if a bitmap with mask is passed, we
153 // will transform it to an icon ourselves because otherwise the mask will
221 // we can't ask for an icon i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dframe.cpp30 #include "wx/icon.h"
456 void wxFrame::DoSetIcon(const wxIcon& icon) argument
461 if (!icon.Ok() || !icon.GetDrawable())
465 XtNiconPixmap, icon.GetDrawable(),
469 void wxFrame::SetIcon(const wxIcon& icon) argument
471 SetIcons( wxIconBundle( icon ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/taskbar/
H A Dtbtest.cpp23 // the application icon (under Windows and OS/2 it is in resources)
91 (void)new wxStaticText(this, wxID_ANY, _T("Double-click on the taskbar icon to show me again."),
103 wxMessageBox(wxT("Could not set icon."));
155 wxIcon icon(smile_xpm);
157 if (!SetIcon(icon, wxT("wxTaskBarIcon Sample - a different icon")))
158 wxMessageBox(wxT("Could not set new icon."));
169 wxMessageBox(wxT("wxTaskBarIcon Sample - icon already is the old version"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dartstd.cpp48 // There are two ways of getting the standard icon: either via XPMs or via
57 wxIcon icon(_T(iconId)); \
59 bmp.CopyFromIcon(icon); \
H A Dartprov.cpp246 wxIcon icon;
247 icon.CopyFromBitmap(bmp);
248 return icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dmdi.h135 // no icon
136 virtual void SetIcon(const wxIcon& icon)
137 { wxTopLevelWindowBase::SetIcon(icon); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtaskbar.h33 virtual bool SetIcon(const wxIcon& icon,
39 // creates menu to be displayed when user clicks on the icon
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dbitmap.h67 // copies the contents and mask of the given (colour) icon to the bitmap
68 virtual bool CopyFromIcon(const wxIcon& icon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dbitmap.h63 // copies the contents and mask of the given (colour) icon to the bitmap
64 virtual bool CopyFromIcon(const wxIcon& icon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtoplevel.h57 virtual void SetIcon(const wxIcon& icon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dimaglist.cpp25 #include "wx/icon.h"
140 // Get the icon
146 wxIcon icon; local
147 icon.CopyFromBitmap(*bmp);
148 return icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/artprov/
H A Dartbrows.cpp36 wxIcon icon = wxArtProvider::GetIcon(id, client, size); \
37 if ( icon.Ok() ) \
38 ind = images->Add(icon); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dgdigrab.c438 HCURSOR icon = CopyCursor(ci.hCursor); local
447 if (!icon) {
451 icon = CopyCursor(LoadCursor(NULL, IDC_ARROW));
454 if (!GetIconInfo(icon, &info)) {
455 CURSOR_ERROR("Could not get icon info");
479 if (!DrawIcon(gdigrab->dest_hdc, pos.x, pos.y, icon))
480 CURSOR_ERROR("Couldn't draw icon");
484 if (icon)
485 DestroyCursor(icon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddnd.cpp807 // get the right icon to display
808 wxIcon *icon = NULL; local
810 icon = &m_iconMove;
812 icon = &m_iconCopy;
814 icon = &m_iconNone;
817 if ( icon->GetMask() )
818 mask = icon->GetMask()->GetBitmap();
822 GdkPixmap *pixmap = icon->GetPixmap();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddnd.cpp805 // get the right icon to display
806 wxIcon *icon = NULL; local
808 icon = &m_iconMove;
810 icon = &m_iconCopy;
812 icon = &m_iconNone;
815 if ( icon->GetMask() )
816 mask = icon->GetMask()->GetBitmap();
820 GdkPixmap *pixmap = icon->GetPixmap();

Completed in 482 milliseconds

1234567891011