wxwidgets
What does the qw(:everything) do on a use line in perl?
This is an embarrassing question to ask but why does this line work while the other doesn\'t? Working line:[详细]
2023-04-13 08:44 分类:问答parse HTML in python wxWidgets TextCtrl
Is it possible, or is there a library that will allow me to parse HTML code inside the 开发者_如何学运维wx.TextCtrl widget?Sure, just use myTextCtrl.GetValue(), then parse the string with something li[详细]
2023-04-13 02:01 分类:问答Plugin system for text editor writen in C++
I am creating a cross platform text editor in C++. I would like to have a very basic base, then implement all the features through plug-ins. But, unfortunately I\'m getting nowhere in designing the pl[详细]
2023-04-12 14:36 分类:问答Wxwidgets callback
i would like to add a callback function to a threaded function without freezing the main application.[详细]
2023-04-11 19:32 分类:问答How source object can receive feedback information of object at dropping moment (DataSource)?
I have one window - EditWindow ( object of class, which is inherit wx.Frame ), which contain Grid object (self.grid).[详细]
2023-04-11 08:46 分类:问答C++ wxWidgets Gui-App stays in memory after closing it
The subject says it all. After i closed my app, it stays in the list of processes with some memory. I tried google perf tools and hours of debugging to find the leak.[详细]
2023-04-11 05:15 分类:问答Compile test program with wxWidgets in MAC
OS: MAC X 10.7.0 The Mac OS X install an older version of wxMac(wxMac-2.8.8.1) in /usr, but I install a newer one(wxMac-2.8.12.0) in /usr/local. To install it, I compile the new one with the flag:[详细]
2023-04-08 20:53 分类:问答Modeless, parentless wxDialog still always above wxFrame window in z-order?
My program opens a wxFrame-based window and multiple modeless and parentless wxDialog-based windows. It all works beautifully, except that the wxDialog-based windows insist on always being on top 开发[详细]
2023-04-07 02:50 分类:问答How to save the window state at wxWidgets?
I\'m constructing a UI using wxWi开发者_JS百科dgets. In my GUI, I generate a window (wxFrame class) which is accessible through pushing a bitmap button. In that window, I also perform some tasks, aga[详细]
2023-04-06 17:36 分类:问答How to draw a monochrome image, then "dump" it to a vector with wxWidgets and C++?
I\'m making a program that requires an interface to draw in a 20x20 monochrome grid, then \"dump\" that grid to a boolean vector.[详细]
2023-04-06 11:15 分类:问答