summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0c42346)
and almost on KDE 1.0, so lets leave it here.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4374
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-1st November '99: wxWindows 2.1.11 released
+7st November '99: wxWindows 2.1.11 released
There is still an unresolved problem with bitmap to image
conversion on big-endian architectures (such as Solaris),
There is still an unresolved problem with bitmap to image
conversion on big-endian architectures (such as Solaris),
m_insertCallback = (wxInsertChildFunction) wxInsertChildInFrame;
m_insertCallback = (wxInsertChildFunction) wxInsertChildInFrame;
- GtkWindowType win_type = GTK_WINDOW_DIALOG; // this makes window placement work
+ GtkWindowType win_type = GTK_WINDOW_TOPLEVEL;
if (style & wxSIMPLE_BORDER) win_type = GTK_WINDOW_POPUP;
m_widget = gtk_window_new( win_type );
if (style & wxSIMPLE_BORDER) win_type = GTK_WINDOW_POPUP;
m_widget = gtk_window_new( win_type );
{
wxASSERT_MSG( (m_widget != NULL), wxT("invalid frame") );
{
wxASSERT_MSG( (m_widget != NULL), wxT("invalid frame") );
- printf( "set size %d %d\n", width, height );
-
/* menu bar */
if (m_frameMenuBar)
{
/* menu bar */
if (m_frameMenuBar)
{
m_insertCallback = (wxInsertChildFunction) wxInsertChildInFrame;
m_insertCallback = (wxInsertChildFunction) wxInsertChildInFrame;
- GtkWindowType win_type = GTK_WINDOW_DIALOG; // this makes window placement work
+ GtkWindowType win_type = GTK_WINDOW_TOPLEVEL;
if (style & wxSIMPLE_BORDER) win_type = GTK_WINDOW_POPUP;
m_widget = gtk_window_new( win_type );
if (style & wxSIMPLE_BORDER) win_type = GTK_WINDOW_POPUP;
m_widget = gtk_window_new( win_type );
{
wxASSERT_MSG( (m_widget != NULL), wxT("invalid frame") );
{
wxASSERT_MSG( (m_widget != NULL), wxT("invalid frame") );
- printf( "set size %d %d\n", width, height );
-
/* menu bar */
if (m_frameMenuBar)
{
/* menu bar */
if (m_frameMenuBar)
{