summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorCedric Gustin <cedric.gustin@swing.be>2003-09-28 16:09:42 +0000
committerMurray Cumming <murrayc@src.gnome.org>2003-09-28 16:09:42 +0000
commit0e645afcf263919cb0e2b52dbaa85798161c3a3b (patch)
tree837d3123d17057e8d97fdad99cc14fb69e2b11a9 /README.win32
parent1e47804d8e17bca4f0ee8bbe683fc6403ac1c924 (diff)
downloadglibmm-0e645afcf263919cb0e2b52dbaa85798161c3a3b.tar.gz
Removed _GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32) restrictions. These
2003-09-27 Cedric Gustin <cedric.gustin@swing.be> * glib/glibmm/threadpool.cc: Removed _GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32) restrictions. These functions are now implemented in the latest (2.2.4) GTK+ on win32. * README.win32 : Updated list of unsupported functions.
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3229
1 files changed, 3 insertions, 26 deletions
diff --git a/README.win32 b/README.win32
index 45575151..891ca803 100644
--- a/README.win32
+++ b/README.win32
@@ -93,37 +93,14 @@ win32. These are
* Implemented in the C library but not DLL exported
-Glibmm :
- ThreadPool::get_num_unused_threads
- ThreadPool::stop_unused_threads
-
Atkmm :
+ Action::get_localized_name
Component::get_layer
Component::get_mdi_zorder
-
-Gdkmm :
- Screen::list_visuals
- Screen::make_display_name
- Screen::get_width_mm
- Screen::get_height_mm
- Screen::broadcast_client_message
- Display::get_drag_protocol
- DisplayManager::get_type (DisplayManager is currently disabled)
-
-Gtkmm :
- Clipboard::get_type (Clipboard is currently disabled)
- TreeRowReference::get_type (TreeRowReference is currently disabled)
- Widget::get_clipboard (because Clipboard is currently disabled)
- Window::get_skip_taskbar_hint
-
-* Not Implemented in the C library
-
-Atkmm :
- Action::get_localized_name
Object::add_relationship
Object::remove_relationship
- Object::active_descendant_changed (signal)
- Text::text_attributes_changed
+
+* Not Implemented in the C library
Gtkmm :
Gtk::Plug (not available on win32)