Searched refs:kDefaultWidth (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/notification/
H A DNotifications.h34 const float kDefaultWidth = 300.0f; variable
/haiku/src/apps/serialconnect/
H A DTermView.h70 static const int kDefaultWidth = 80; member in class:TermView
H A DTermView.cpp195 *width = kDefaultWidth * fFontWidth + 2 * kBorderSpacing - 1;
336 fTerm = vterm_new(kDefaultHeight, kDefaultWidth);
/haiku/src/preferences/notifications/
H A DGeneralView.cpp203 fOriginalWidth = kDefaultWidth;
291 fWidthSlider->SetValue(kDefaultWidth / kWidthStep);
311 if (kDefaultWidth != width)
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp77 static const float kDefaultWidth = 1000; variable
89 BWindow(BRect(80, 50, kDefaultWidth, kDefaultHeight),
98 if(status == B_OK && (mode.virtual_width <= kDefaultWidth
102 width * kDefaultHeight / kDefaultWidth);
/haiku/src/servers/notification/
H A DNotificationWindow.cpp455 fWidth = kDefaultWidth;
H A DNotificationView.cpp451 newMaxWidth = kDefaultWidth;

Completed in 278 milliseconds