wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.34k stars 1.79k forks source link

gdk_draw_bitmap not implemented #19388

Closed wxtrac closed 3 years ago

wxtrac commented 24 years ago

Issue migrated from trac ticket # 23

component: wxGTK | priority: normal

2000-09-26 22:38:24: anonymous created the issue


Bug#: 81 Product: .wxWindows Version: Platform: wxGTK OS/Version: Linux - RedHat Status: NEW
Resolution: Severity: normal Priority: P2 Component: wxGTK AssignedTo: ???
ReportedBy: stuff@custine.com
URL: Summary: gdk_draw_bitmap not implemented

I am unable to build 2.1.16 with GTK+-devel-1.2.8 because of the calls to gdk_draw_bitmap. I have changed them to gdk_draw_pixmap with no apparent side affects (yet). This funtion is declared in gdk.h but is not implemented anywhere. Can't find any documentation on the function in GTK+ either.

wxtrac commented 24 years ago

2000-12-16 13:08:18: roebling (Robert Roebling) commented


Fixed a long time ago.