comparison gtk3/dw.c @ 1831:ce7543633fef

Slight typo in that last commit fixed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 31 Oct 2012 10:52:31 +0000
parents 6b90c7e9e520
children cd4ff1eb34a3
comparison
equal deleted inserted replaced
1830:6b90c7e9e520 1831:ce7543633fef
3915 * (BMP on OS/2 or Windows, XPM on Unix) 3915 * (BMP on OS/2 or Windows, XPM on Unix)
3916 */ 3916 */
3917 HWND dw_bitmapbutton_new_from_file(char *text, unsigned long id, char *filename) 3917 HWND dw_bitmapbutton_new_from_file(char *text, unsigned long id, char *filename)
3918 { 3918 {
3919 GtkWidget *tmp; 3919 GtkWidget *tmp;
3920 GtkWidget *button; 3920 GtkWidget *bitmap;
3921 int _locked_by_me = FALSE; 3921 int _locked_by_me = FALSE;
3922 3922
3923 DW_MUTEX_LOCK; 3923 DW_MUTEX_LOCK;
3924 /* Create a new button */ 3924 /* Create a new button */
3925 tmp = gtk_button_new(); 3925 tmp = gtk_button_new();