> I want to use libIUP do something include i18n, tabbed view MDI, dockable
> widgets, but how to?

  Hi,

  Not an easy question. But here we go.

  i18n, or internationalization, depends on what you want to do. IUP can
display text in several languages but this depends on the native system. I
mean in the native system is XXX, and the strings are codec in XXX, they
will be displayed correctly on that system, but NOT in other systems. We
plan to add support for UTF-8 but we still did not have time to do it.

  tabbed view MDI is a non-native type of control. IUP has support for Tabs,
and has support for MDI in Windows. You can use Tabs but it will lack the
close button.

  dockable widgets are possible. Because widgets in IUP can be dynamically
added or removed from the interface. But there is no widget that will do
that automatically for you.

Best,
Scuri



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to