Home
last modified time | relevance | path

Searched refs:lframe (Results 1 – 25 of 130) sorted by last modified time

123456

/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/contrib/
H A DMCListbox.py126 lframe = self.createcomponent(labeltext+'frame', (), None,
134 (lframe,),
138 lframe.grid(row = 0, column = gridcolumn, sticky = 'ews')
139 self._labelframe[labeltext] = lframe
145 lframe.update()
146 self._labelheight = lframe.winfo_reqheight()
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/contrib/
H A DMCListbox.py125 lframe = self.createcomponent(labeltext+'frame', (), None,
133 (lframe,),
137 lframe.grid(row = 0, column = gridcolumn, sticky = 'ews')
138 self._labelframe[labeltext] = lframe
144 lframe.update()
145 self._labelheight = lframe.winfo_reqheight()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h1311 boolean paste_enough_dlg(int lframe);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-protobuf.c388 wmem_list_frame_t *lframe; in dissect_packed_repeated_field_values() local
437 …for (lframe = wmem_list_head(varint_list); lframe != NULL; lframe = wmem_list_frame_next(lframe)) { in dissect_packed_repeated_field_values()
438 info = (protobuf_varint_tvb_info_t*)wmem_list_frame_data(lframe); in dissect_packed_repeated_field_values()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-protobuf.c388 wmem_list_frame_t *lframe; in dissect_packed_repeated_field_values() local
437 …for (lframe = wmem_list_head(varint_list); lframe != NULL; lframe = wmem_list_frame_next(lframe)) { in dissect_packed_repeated_field_values()
438 info = (protobuf_varint_tvb_info_t*)wmem_list_frame_data(lframe); in dissect_packed_repeated_field_values()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-protobuf.c388 wmem_list_frame_t *lframe; in dissect_packed_repeated_field_values() local
437 …for (lframe = wmem_list_head(varint_list); lframe != NULL; lframe = wmem_list_frame_next(lframe)) { in dissect_packed_repeated_field_values()
438 info = (protobuf_varint_tvb_info_t*)wmem_list_frame_data(lframe); in dissect_packed_repeated_field_values()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-protobuf.c388 wmem_list_frame_t *lframe; in dissect_packed_repeated_field_values() local
437 …for (lframe = wmem_list_head(varint_list); lframe != NULL; lframe = wmem_list_frame_next(lframe)) { in dissect_packed_repeated_field_values()
438 info = (protobuf_varint_tvb_info_t*)wmem_list_frame_data(lframe); in dissect_packed_repeated_field_values()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp1351 JNILocalFrame lframe(AwtToolkit::GetEnv(), 10); in WindowProc() local
H A Dawt_Toolkit.cpp908 JNILocalFrame lframe(env, 10); in WndProc() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Toolkit.cpp906 JNILocalFrame lframe(env, 10); in WndProc() local
H A Dawt_Component.cpp1351 JNILocalFrame lframe(AwtToolkit::GetEnv(), 10); in WindowProc() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.cpp895 JNILocalFrame lframe(env, 10); in WndProc() local
H A Dawt_Component.cpp1344 JNILocalFrame lframe(AwtToolkit::GetEnv(), 10); in WindowProc() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.cpp895 JNILocalFrame lframe(env, 10); in WndProc() local
H A Dawt_Component.cpp1344 JNILocalFrame lframe(AwtToolkit::GetEnv(), 10); in WindowProc() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp1351 JNILocalFrame lframe(AwtToolkit::GetEnv(), 10); in WindowProc() local
H A Dawt_Toolkit.cpp908 JNILocalFrame lframe(env, 10); in WndProc() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp1351 JNILocalFrame lframe(AwtToolkit::GetEnv(), 10); in WindowProc() local
H A Dawt_Toolkit.cpp908 JNILocalFrame lframe(env, 10); in WndProc() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp1352 JNILocalFrame lframe(AwtToolkit::GetEnv(), 10); in WindowProc() local
H A Dawt_Toolkit.cpp908 JNILocalFrame lframe(env, 10); in WndProc() local
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkFrame.c490 b = lframe->label.labelParcel; in LabelframePlaceContent()
518 lframe->label.labelWidget = 0; in LabelRemoved()
538 lframe->label.mgr = Ttk_CreateManager( in LabelframeInitialize()
539 &LabelframeManagerSpec, lframe, lframe->core.tkwin); in LabelframeInitialize()
540 lframe->label.labelWidget = 0; in LabelframeInitialize()
541 lframe->label.labelLayout = 0; in LabelframeInitialize()
551 Ttk_DeleteManager(lframe->label.mgr); in LabelframeCleanup()
552 if (lframe->label.labelLayout) { in LabelframeCleanup()
553 Ttk_FreeLayout(lframe->label.labelLayout); in LabelframeCleanup()
562 static void RaiseLabelWidget(Labelframe *lframe) in RaiseLabelWidget() argument
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/vector/
H A Dingres.rst134 -liiapi.1 -lcompat.1 -lq.1 -lframe.1"
/dports/graphics/py-gdal/gdal-3.3.3/
H A Dconfigure.ac4011 -liiapi.1 -lcompat.1 -lq.1 -lframe.1"
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/vector/
H A Dingres.rst134 -liiapi.1 -lcompat.1 -lq.1 -lframe.1"

123456