Searched refs:size_hints (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtoplevel.cpp209 XSizeHints size_hints; local
210 size_hints.flags = PSize | PPosition | PWinGravity;
211 size_hints.x = m_x;
212 size_hints.y = m_y;
213 size_hints.width = m_width;
214 size_hints.height = m_height;
215 size_hints.win_gravity = NorthWestGravity;
216 XSetWMNormalHints( xdisplay, xwindow, &size_hints);
478 XSizeHints size_hints;
479 size_hints
482 XSetWMNormalHints( wxGlobalDisplay(), (Window) GetMainWindow(), &size_hints ); local
521 XSetWMNormalHints( wxGlobalDisplay(), (Window) GetMainWindow(), &size_hints); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-x.c443 XSizeHints *size_hints; local
570 if ((size_hints = XAllocSizeHints()) != NULL) {
572 size_hints->flags = PMinSize | PMaxSize;
573 size_hints->min_width = size_hints->max_width = (int)image_width;
574 size_hints->min_height = size_hints->max_height = (int)image_height;
590 size_hints, wm_hints, class_hints);
597 if (size_hints)
598 XFree(size_hints);
[all...]
H A Drpng2-x.c838 XSizeHints *size_hints; local
948 if ((size_hints = XAllocSizeHints()) != NULL) {
950 size_hints->flags = PMinSize | PMaxSize;
951 size_hints->min_width = size_hints->max_width = (int)rpng2_info.width;
952 size_hints->min_height = size_hints->max_height =
969 size_hints, wm_hints, class_hints);
976 if (size_hints)
977 XFree(size_hints);
[all...]

Completed in 40 milliseconds