Searched refs:icon (Results 1 - 25 of 265) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dlld2d.conf0 icon = /etc/small.ico
2 jumbo-icon = /etc/large.ico
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/install/lltd/wrt54g-linux/usr/sbin/
H A Dlld2d.conf0 icon = /usr/sbin/icon.ico
2 jumbo-icon = /usr/sbin/wrt54g.large.ico
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/sbin/
H A Dlld2d.conf0 icon = /usr/sbin/icon.ico
2 jumbo-icon = /usr/sbin/wrt54g.large.ico
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/icons/
H A DMakefile.am35 gtk_update_icon_cache = gtk-update-icon-cache -f -t
37 update-icon-cache:
39 echo "Updating Gtk icon cache."; \
51 for icon in $(public_icons); do \
52 THEME=`echo $$icon | cut -d_ -f1`; \
53 CONTEXT=`echo $$icon | cut -d_ -f2`; \
54 SIZE=`echo $$icon | cut -d_ -f3`; \
55 ICONFILE=`echo $$icon | cut -d_ -f4`; \
57 $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
59 for icon i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Deggtrayicon.c124 static void egg_tray_icon_init (EggTrayIcon *icon);
129 static void egg_tray_icon_update_manager_window (EggTrayIcon *icon);
159 egg_tray_icon_init (EggTrayIcon *icon) argument
161 icon->stamp = 1;
163 gtk_widget_add_events (GTK_WIDGET (icon), GDK_PROPERTY_CHANGE_MASK);
179 EggTrayIcon *icon = user_data; local
183 xev->xclient.message_type == icon->manager_atom &&
184 xev->xclient.data.l[1] == icon->selection_atom)
186 egg_tray_icon_update_manager_window (icon);
188 else if (xev->xany.window == icon
202 EggTrayIcon *icon = EGG_TRAY_ICON (widget); local
224 egg_tray_icon_send_manager_message(EggTrayIcon *icon, long message, Window window, long data1, long data2, long data3) argument
254 egg_tray_icon_send_dock_request(EggTrayIcon *icon) argument
264 egg_tray_icon_update_manager_window(EggTrayIcon *icon) argument
309 EggTrayIcon *icon; local
370 egg_tray_icon_send_message(EggTrayIcon *icon, gint timeout, const gchar *message, gint len) argument
430 egg_tray_icon_cancel_message(EggTrayIcon *icon, guint id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Deggtrayicon.c137 static void egg_tray_icon_init (EggTrayIcon *icon);
152 static void egg_tray_icon_update_manager_window (EggTrayIcon *icon,
154 static void egg_tray_icon_manager_window_destroyed (EggTrayIcon *icon);
184 egg_tray_icon_init (EggTrayIcon *icon) argument
186 icon->stamp = 1;
187 icon->orientation = GTK_ORIENTATION_HORIZONTAL;
189 gtk_widget_add_events (GTK_WIDGET (icon), GDK_PROPERTY_CHANGE_MASK);
224 EggTrayIcon *icon = EGG_TRAY_ICON (object); local
229 g_value_set_enum (value, icon->orientation);
240 egg_tray_icon_get_orientation_property (EggTrayIcon *icon) argument
294 EggTrayIcon *icon = user_data; local
324 EggTrayIcon *icon = EGG_TRAY_ICON (widget); local
349 egg_tray_icon_send_manager_message(EggTrayIcon *icon, long message, Window window, long data1, long data2, long data3) argument
379 egg_tray_icon_send_dock_request(EggTrayIcon *icon) argument
389 egg_tray_icon_update_manager_window(EggTrayIcon *icon, gboolean dock_if_realized) argument
428 egg_tray_icon_manager_window_destroyed(EggTrayIcon *icon) argument
480 EggTrayIcon *icon = EGG_TRAY_ICON (widget); local
547 egg_tray_icon_send_message(EggTrayIcon *icon, gint timeout, const gchar *message, gint len) argument
611 egg_tray_icon_cancel_message(EggTrayIcon *icon, guint id) argument
624 egg_tray_icon_get_orientation(EggTrayIcon *icon) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstatbmp.cpp32 #include "wx/icon.h"
70 // bitmap/icon setting/getting and converting between
78 void wxStaticBitmap::SetIcon(const wxIcon& icon) argument
81 m_bitmap.CopyFromIcon(icon);
83 m_bitmap = (const wxBitmap&)icon;
89 wxIcon icon; local
91 icon.CopyFromBitmap(m_bitmap);
93 icon = (const wxIcon&)m_bitmap;
95 return icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/images/
H A DMakefile.am5 webclip-icon.png
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtaskbar.cpp43 // 1. win32 needs a HWND associated with taskbar icon, this provides it
45 // last frame is closed but there still is a taskbar icon
49 wxTaskBarIconWindow(wxTaskBarIcon *icon) argument
51 m_icon(icon)
78 bool wxTaskBarIcon::SetIcon(const wxIcon& icon, const wxString& tooltip) argument
H A Dimaglist.cpp29 #include "wx/icon.h"
103 int wxImageList::Add(const wxIcon& icon) argument
114 bool wxImageList::Replace(int i, const wxIcon& icon) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dicon.h2 // Name: wx/cocoa/icon.h
7 // RCS-ID: $Id: icon.h 42077 2006-10-17 14:44:52Z ABX $
43 bool operator==(const wxIcon& icon) const
44 { return m_refData == icon.m_refData; }
45 bool operator!=(const wxIcon& icon) const { return !(*this == icon); }
48 // there shouldn't be any implicit bitmap -> icon conversion (i.e. no
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dicon.cpp2 // Name: src/generic/icon.cpp
7 // RCS-ID: $Id: icon.cpp 40531 2006-08-09 17:59:30Z VS $
19 #include "wx/icon.h"
43 wxIcon *icon = (wxIcon*)(&bmp); local
44 *this = *icon;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Ddtree.js13 function Node(id, pid, name, io, shc, icon, iconOpen, open) {
19 this.icon = icon;
31 this.icon = {
54 dTree.prototype.add = function(id, pid, name, io, shc, icon, iconOpen, open) {
55 this.aNodes[this.aNodes.length] = new Node(id, pid, name, io, shc, icon, iconOpen, open);
92 // Creates the node icon, url and text
96 if (!node.icon) node.icon = (this.root.id == node.pid) ? this.icon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dicons.c90 _icon_cache_get_icon_key( GIcon * icon )
94 if ( G_IS_THEMED_ICON( icon )) {
98 g_object_get( icon, "names", &icon_names, NULL );
106 else if ( G_IS_FILE_ICON( icon )) {
110 file = g_file_icon_get_file( G_FILE_ICON( icon ));
124 get_themed_icon_pixbuf( GThemedIcon * icon, argument
133 g_object_get( icon, "names", &icon_names, NULL );
142 g_warning( "could not load icon pixbuf: %s\n", error->message );
154 get_file_icon_pixbuf( GFileIcon * icon, int size ) argument
160 file = g_file_icon_get_file( icon );
171 _get_icon_pixbuf( GIcon * icon, int size, GtkIconTheme * theme ) argument
186 GIcon * icon; local
[all...]
H A Dtr-icon.c10 * $Id: tr-icon.c 13286 2012-04-16 18:42:26Z jordan $
21 #include "tr-icon.h"
52 GtkWidget * w = gtr_action_get_widget( "/icon-popup" );
70 GtkStatusIcon * icon = GTK_STATUS_ICON( vicon ); local
71 tr_session * session = gtr_core_session( g_object_get_qdata( G_OBJECT( icon ), get_core_quark( ) ) );
111 gtk_status_icon_set_tooltip_text( GTK_STATUS_ICON( icon ), tip );
122 /* if the tray's icon is a 48x48 file, use it;
123 * otherwise, use the fallback builtin icon */
144 w = gtr_action_get_widget( "/icon-popup" );
151 GtkStatusIcon * icon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Diconbndl.tex3 This class contains multiple copies of an icon in different sizes,
21 Initializes the bundle with the icon(s) found in the file.
23 \func{}{wxIconBundle}{\param{const wxIcon\& }{icon}}
25 Initializes the bundle with a single icon.
45 \func{void}{AddIcon}{\param{const wxIcon\& }{icon}}
47 Adds the icon to the collection; if the collection already
48 contains an icon with the same width and height, it is
55 Returns the icon with the given size; if no such icon exists,
56 returns the icon wit
[all...]
H A Dicon.tex3 An icon is a small rectangular bitmap usually used for denoting a
7 a wxBitmap with a mask and an icon; and there is no specific icon format on
20 <wx/icon.h>
30 It is usually desirable to associate a pertinent icon with a frame. Icons
40 Note that a new icon must be created for every time the icon is to be
41 used for a new window. In Windows, the icon will not be
42 reloaded if it has already been used. An icon allocated to a frame will
45 For more information please see \helpref{Bitmap and icon overvie
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Diconbndl.h32 // initializes the bundle with the icon(s) found in the file
35 // initializes the bundle with a single icon
36 wxIconBundle( const wxIcon& icon ) : m_icons()
37 { AddIcon( icon ); }
49 // adds the icon to the collection, if the collection already
50 // contains an icon with the same width and height, it is
52 void AddIcon( const wxIcon& icon );
54 // returns the icon with the given size; if no such icon exists,
55 // returns the icon wit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dicon.h2 // Name: icon.h
7 // RCS-ID: $Id: icon.h 41020 2006-09-05 20:47:48Z VZ $
39 bool operator==(const wxIcon& icon) const { return m_refData == icon.m_refData; }
40 bool operator!=(const wxIcon& icon) const { return !(*this == icon); }
43 // there shouldn't be any implicit bitmap -> icon conversion (i.e. no
57 m_name = "ICO icon file";
H A Dtaskbarosx.h33 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 DDragOverlayView.h34 - (void) setOverlay: (NSImage *) icon mainLine: (NSString *) mainLine subLine: (NSString *) subLine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/gizmos/
H A Dstatpict.h17 #include "wx/icon.h"
69 void SetIcon( const wxIcon& icon )
72 bmp.CopyFromIcon( icon );
78 wxIcon icon; local
79 icon.CopyFromBitmap( Bitmap );
80 return icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dicon.cpp2 // Name: src/motif/icon.cpp
7 // RCS-ID: $Id: icon.cpp 35844 2005-10-08 17:10:10Z VZ $
15 #include "wx/icon.h"
46 wxIcon *icon = (wxIcon*)(&bmp); local
47 *this = *icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dstatbmp.h13 #include "wx/icon.h"
38 virtual void SetIcon(const wxIcon& icon) { SetBitmap( icon ); } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dstatbmp.h13 #include "wx/icon.h"
38 virtual void SetIcon(const wxIcon& icon) { SetBitmap( icon ); } argument

Completed in 355 milliseconds

1234567891011