Questions tagged as 'wxwidgets'

1
answer

How to change the position of the bitmap button?

I inserted a button with an image in my menu. But I can not change its position. How do I change my position? because I need to insert 2 more buttons and organize them. I am using the python wx library. menu image: code:#!/usr/bin/envpython#...
asked by 22.10.2016 / 06:14
1
answer

Get position of wxTextCtrl

How do I get the position (x and y) of a WxTextCtrl ? I did not find anything in the documentation either.     
asked by 28.12.2014 / 10:58
1
answer

How to add an image in the menu?

I need to add an image in the menu of my program in Python. I am using the wxpython library. The menu looks like this: The code: #!/usr/bin/env python # -*- coding: utf-8 -*- import wx class Frame(wx.Frame): title = "SEA" def __i...
asked by 22.10.2016 / 02:51
0
answers

The menu does not appear in the wxWidgets frame

I have a small wxWidigtes application in C ++, where I have a frame that has a status bar and menu. However, the manu bar is not displayed in the frame. What to do? #include "MenuMain.h" #include <wx/msgdlg.h> //(*InternalHeaders(MenuFr...
asked by 18.02.2017 / 15:33
0
answers

How to set a background image in a WxFrame?

With the library wxLua , how do I use an image as the background of a WxFrame ? Using wxBitmap , the components that are over the image are not shown correctly.     
asked by 05.01.2015 / 04:15
1
answer

Makefile wxWidgets

I'm trying to use wxWidgets to do a college project and I ended up trying to use the Makefile out of curiosity, below the makefile I'm using as an example for the project. Makefile CPP_FILES := $(wildcard src/*.cpp) OBJ_FILES := $(addprefix...
asked by 02.12.2015 / 04:17
1
answer

Error with wxWidgets wxmsw30u_gcc_custom.dll

link I'm starting with C / C ++ and I've got the code :: blocks as compiler, I'm trying to use wxWidgets, I've compiled an application, a hello world, opening it in code :: blocks it works normal, when I try to open it directly from ".exe" , g...
asked by 28.09.2015 / 16:56