Displaying 3 results from an estimated 3 matches for "maximize_box".
2007 Nov 19
4
options
Bonjour tout le monde.
En fait je voudrait savoir si il est possible d''enlever l''une des trois fonctions de la frame(maximize_box, minimise_box, close_box).
On peut retirer les 3 en même temps, mais est-ce que l''on peut juste retirer l''une des trois?
merci
sebastien
http://beusse.liveror.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...l problems.|
</span><del>-|@FRAME_EX_CONTEXTHELP@|Under Windows, puts a query button on thecaption. When pressed, Windows will go into a context-sensitive help mode and Widgets will senda EVT_HELP event if the user clicked on an application window.This style cannot be used together with MAXIMIZE_BOX or MINIMIZE_BOX, soyou should use the style of@DEFAULT_FRAME_STYLE & @@(MINIMIZE_BOX | MAXIMIZE_BOX)@ for theframes having this style (the dialogs don''t have minimize nor maximize box bydefault)|
-|@WS_EX_PROCESS_IDLE@|This window should always process idle events, evenif the mode set...
2006 Aug 03
6
evt_scrollwin_thumbtrack/GetPosition?
I am attempting to create a scrollable panel. This works fine for using the
scroll arrows, as I am capturing the event and then incrementing the scroll
pos by the desired amount. However, it is not working on thumbtracking. I
capture the event successfully, but I am unable to capture the position of
the thumb tracker. I have looked at the poor man''s doc and have been unable
to figure