]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkiconhelperprivate.h
Use gdk_threads_add_timeout to popup the selection window
[~andy/gtk] / gtk / gtkiconhelperprivate.h
index ad2b5f2a548bfa1ec5afd1194d0b48acdf5121a3..c2b9f0804fc1f35ecf06e16950ea355f7784632f 100644 (file)
@@ -14,9 +14,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_ICON_HELPER_H__
@@ -126,6 +124,11 @@ void _gtk_icon_helper_draw (GtkIconHelper *self,
                             gdouble x,
                             gdouble y);
 
+gboolean _gtk_icon_helper_get_force_scale_pixbuf (GtkIconHelper *self);
+void     _gtk_icon_helper_set_force_scale_pixbuf (GtkIconHelper *self,
+                                                  gboolean       force_scale);
+
+
 G_END_DECLS
 
 #endif /* __GTK_ICON_HELPER_H__ */