wxwidgets
wxwidgets how to close a thread using wxCloseEvent
The main program thread (derived from wxConvas) generates the thread for some complicated calculations[详细]
2023-03-25 17:00 分类:问答wxwidgets - exit the thread the right way
I run openCL /openGL program which uses wxWidget as gui enviroment Inside object of class ,which derives fromwxThread,Iperformsome complicated calculations and build many openCL programs.[详细]
2023-03-25 12:54 分类:问答wxwidgets and threads
In my application I run wglGetCurrentDC() and wglGetCurrentContext() from onThread开发者_运维百科 function[详细]
2023-03-25 09:53 分类:问答" wrong number of arguments" error in frame class initialization in wxRuby
I am trying to find my bearings using wxRuby, and am using this, perhaps outdated, tutorial with ruby 1.9.2p180 (2011-02-18) [i386-mingw32][详细]
2023-03-24 23:54 分类:问答wxWidgets child sizer not expanding
I\'ve got a very frustrating sizer problem. I have two wxFlexGridSizers (and a few other things) inside a vertical wxBoxSizer, like so:[详细]
2023-03-24 19:36 分类:问答wxWidgets create an app that lives on the desktop?
Is it possible, using wxWidget开发者_开发知识库s and C++, to create an application that will show on the desktop? What I mean, is that it would only display on the desktop, like Geektools, Rainmeter,[详细]
2023-03-24 04:07 分类:问答RealTime graph using wxWidgets
How can I make a real time graph using wxWidgets in 开发者_开发知识库Windows?You can try some of the wxWidget specific controls linked to below. I have only ever worked with wxMathPlot which fitted my[详细]
2023-03-24 01:44 分类:问答WxPython: How do I Edit Row and Column Names for a cSheet Grid and make the cells non-editable?
I am currently piping information to a wxPython GUI program in real time. I would like to make a custom spread-sheet-style 4x4 cell grid that continuously displays the values for a matrix being update[详细]
2023-03-23 22:12 分类:问答No cout from wxWidget application, but with Eclipse it works fine
my wxWidget Application does not make any std::cout << \"xyz\" ... on a windows 开发者_运维知识库console (Windows XP) when it is startet from a console by e.g.: \"call MyApplication.exe\". It wi[详细]
2023-03-23 20:03 分类:问答Using wxWidgets from a DLL
Is it possible to use wxWidgets from a DLL? I\'m writing a plugin of sorts. (ACM for use in VirtualDub in this case, but I have other projects where I would like to do a similar thing)[详细]
2023-03-23 03:07 分类:问答